The questions teams actually ask before evaluating.
Is WUIC really an alternative to Retool?
For internal tools backed by a SQL database, yes — WUIC and Retool occupy the same problem space. The key difference is approach: Retool is a drag-and-drop SaaS builder that excels at putting a UI on top of any datasource you can write a query against; WUIC is a self-hosted Angular framework that derives the UI from your database schema and metadata. If your team is mostly SQL-fluent and you want CRUD/dashboards/workflows generated from a schema, WUIC fits. If your team is mostly non-developers building one-off internal panels in the cloud, Retool fits.
Why would I pick a closed-source framework over Refine, Budibase, or AppSmith?
Three reasons we hear from teams that pick WUIC: (1) much less hand-written code per app — metadata replaces hundreds of TS files; (2) production-grade workflow + report engine in the box, where the open-source competitors usually need bolt-ons; (3) first-class self-hosting on Windows/IIS without Docker, which still matters for many corporate environments. The tradeoff is honest: if having the source code in your repo is non-negotiable, the open-source competitors win that round and you should pick one of them.
Does WUIC lock me in if I want to migrate away?
Your application data lives in your own SQL database — WUIC reads from it, it does not host it. Your metadata (route definitions, column visibility, action logic) lives in two SQL tables also under your control. UI customisation is plain Angular code in your repository. Migration risk is therefore mostly about replacing the runtime, not extracting the data. We would not claim zero lock-in, but it is materially lower than cloud SaaS competitors.
Where do you draw the line between WUIC and a low-code platform?
WUIC is opinionated about generating UI from metadata, but it stays out of your way for everything else: routing, services, custom components, deployment, SSO, observability — all standard Angular and .NET. Low-code platforms typically own the entire stack and constrain you to their primitives. We see WUIC as a "code-saver framework" rather than low-code: less typing, full developer control.
Can I try it before committing to a license?
Yes — download the framework from the Downloads page and run it on a SQL Server instance you already have: without a license it runs in Trial mode (20 records per query), enough to evaluate every feature. Or explore the live demo right away without installing anything. The annual Developer license starts at €600 per machine.