ntegrals/december — reverse-engineered prompt
Reverse engineered prompt
Build me a private local AI app builder like Loveable, Replit, Bolt, or v0, but one that runs on my own computer using my own LLM API key instead of a subscription.
I want to type a normal plain English idea into a chat box and have the tool create a working full stack app for me. It should spin up the generated app in Docker, show a live preview, and let me switch between desktop and mobile views. I also want a built in code editor where I can browse and edit files, plus a chat assistant that helps me keep changing the app after it’s created.
Make it work with OpenAI compatible providers like OpenAI, Claude, Ollama, or OpenRouter through a simple config file. Keep everything local and private by default. Include a simple start script so I can run the frontend and backend locally, then open it in the browser. Also add a way to export or prepare projects for deployment.
Want more depth? Deep Reverse