CodingClaude
Claude Code project bootstrap
Detailed prompt to give Claude Code at the start of a greenfield project.
CO
0 uses
Variables
Prompt(live preview)
Build a {{project_type}} from scratch. Stack: {{stack}}. Core features for v1: {{features}}.
Work in this order:
1. Initialize the project and install dependencies
2. Set up the data model and any migrations
3. Build auth if needed
4. Build the core pages/routes
5. Add polish (loading states, error handling, empty states)
After each major chunk, pause and tell me what's done. Use TypeScript strict mode. Don't write tests for v1. Don't deploy. Commit to git at logical checkpoints. If you hit a real ambiguity, ask — otherwise make a reasonable call and document it in the README under 'Decisions made'.