u/bharathm03

Built an AI tool that generates production-ready Angular UI code — feedback welcome

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.

u/bharathm03 — 4 days ago
▲ 3 r/Blazor

Intermittent mono_download_assets failures after deploy

for my app, I'm seeing these browser-console errors logs after each deployment:

Error in mono_download_assets: Error: download
Microsoft.AspNetCore.SignalR.Client.Core.<HASH>.wasm for ...

Other assemblies also faced this error. Fix is simple user has to refresh page to fetch latest resources.

Claude suggested this fix:

  1. Reload on noticing error in console in JavaScript. (also uses sessionStorage to prevent reload loop)
  2. disable cache for `blazor.boot.json` in program.cs

The fix looks ok for me. But I want to know anyone faced this issue and solved it before?

I'm using Hosted Blazor with InteractiveWebAssembly.

reddit.com
u/bharathm03 — 5 days ago