Caveat: This project was 95% "vibe-coded" using v0+cursor and does not necessarily represent my personal coding style, architecture, or production-level standards.
A simple app that allows you to generate a single file React app from a text prompt.
- run
pnpm installto install the dependencies - create a .env.local file in the root of the project, based on the .env.example file
- run
pnpm devto start the development server
- generating multi-file apps - only a single
app.tsxfile is supported - adding extra dependencies to the app
- database connection to persist user projects - the app uses browser's local storage
- streaming LLM responses to the UI
- versioning of the app - currently only the last version of the app is kept
- code editing - code preview is read-only
- responsive design - the app is not mobile-responsive
- AI chat's memory is not set-up yet, so LLM does not know the context of the conversation. Each message is evaluated as an
init request(if there is no generated code yet) or anedit request. - AI responses are not human-friendly.
- Works:
simple todo appclick counter- edit suggestion:
now make the button red
- edit suggestion:
calculator
- Gets rejected:
video streaming platformhow are you?credit-card fraud website




