Full-Stack App Scaffold
Specifies tech stack, features, design direction, and file structure upfront so Bolt generates a well-organized project in one pass instead of a tangled mess.
Build a {{app_type}} using {{frontend_framework}}, {{backend_framework}}, and {{database}}.\n\nCore features:\n- {{feature_1}}\n- {{feature_2}}\n- {{feature_3}}\n- User authentication with email and password\n\nDesign: Clean, modern UI with {{primary_color}} as the accent color. Use a sidebar navigation layout. Mobile responsive. Include a loading state for async operations.\n\nFile structure: Keep components in src/components, pages in src/pages, and API routes in src/api. Use environment variables for any secrets.
Variables to customize
Why this prompt works
Specifies tech stack, features, design direction, and file structure upfront so Bolt generates a well-organized project in one pass instead of a tangled mess.
Save this prompt to your library
Organize, version, and access your best prompts across ChatGPT, Claude, and Cursor.
Related prompts
Forcing the agent to plan before acting prevents premature execution and wasted steps. Explicit dependency mapping enables parallel execution and catches logical gaps early.
Tool Selection AgentThe ReAct pattern (Reason + Act) creates an explicit reasoning trace that improves tool selection accuracy. The error-handling rule prevents infinite retry loops.
Prompt CompressorExplicitly requiring all functional requirements to be preserved prevents the model from over-compressing and losing critical instructions.
Memory Management AgentExplicit memory read/write instructions create agents that improve over time. Categorization keeps memories organized, and the deduplication rule prevents context bloat.