This is a fully functional prompt generator + vault app you can run locally today.
- Pick a niche + fill variables (Target Audience, Tone, Goal, Budget, Timeframe, etc.)
- Generates 5 advanced "mega-prompts"
- Save prompts into a local "Vault" (stored in your browser)
- Copy any prompt in one click
- Export your full vault to a PDF (backend endpoint)
- Install Node.js (LTS)
- Open a terminal in this folder
- Run:
npm installnpm run dev
- Open: http://localhost:8787
- Easiest: deploy to Render as a Node Web Service (start command:
npm install && npm start) - Or Replit (Node.js) with the same commands.
Port: 8787