
Built an AI tool that generates production-ready Angular UI code — feedback welcome
Hey r/angular,
I'm the founder of Instruct UI. We've been building it for a while in the Blazor ecosystem, and just shipped Angular support. Wanted to share it with this community and get honest feedback.
What it does: you describe a UI in text (or upload a screenshot), get a live preview, click on any element to give feedback and iterate, then download a runnable Angular project. The idea is to nail the frontend and requirements first, then hand off to coding agents like Claude Code, Codex, or Copilot for backend, DB, and auth wiring.
Current Angular support:
- Angular 21+ (latest standards — standalone components, signals, new control flow)
- Angular Material 3
- Bootstrap
- Tailwind CSS
- ng-bootstrap and PrimeNG on the roadmap
Generated code is TypeScript, strict mode, and runs via ng serve out of the box.
Demo:
https://youtu.be/K9lQyvo6c1k
Try it: https://instructui.com Would genuinely appreciate feedback from Angular devs especially on the generated code quality and what component libraries or patterns you'd want next.