Mek3911/Sofra — reverse-engineered prompt
Reverse engineered prompt
Build me a simple MVP web app called Sofra for making labels with AI. I want someone to open the site, enter a few details about what they need a label for, and have Gemini generate a clean, useful label draft they can review, edit, and copy.
Please make it feel like a real small product, not just a demo. It should have a clear landing page, a simple label creation flow, loading and error states, and a place to show the generated result nicely. If Firebase is already set up in the project, use it for saving basic label history, otherwise keep it simple and local for now. Use the existing Vite and TypeScript setup and keep the code organized enough that I can keep building on it.
Make sure the app runs locally with npm install and npm run dev, uses the Gemini API key from the environment file, and is ready to deploy on Vercel. Look up current docs online if you need to.
Want more depth? Deep Reverse