nraiden/openv0 — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a local web app for generating UI components with AI. I want to type a prompt like “make a pricing card” or “build a dashboard header”, then see the component appear in a live preview, with the code shown beside it so I can copy or keep editing it.

It should let me ask for changes in plain English and regenerate the component without starting over. Please support React first, and structure it so Next.js or Svelte support can be added too. Use common open source UI libraries like Shadcn, NextUI, Flowbite, and Lucide icons when they make sense.

I also want a small backend that talks to the AI model, keeps the generation steps organized, validates the result enough to avoid broken previews, and connects to a starter web app folder. Make setup simple with an env file for the API key and clear run commands for the server and web app.

Look up current docs online if you need to.

Want more depth? Deep Reverse