Deployment Configuration
Separates deployment concerns from app logic with a clear scope boundary. The numbered checklist ensures Bolt covers every deployment requirement methodically.
Prompt
Prepare this project for production deployment:\n\n1. Environment variables:\n - Create a .env.example file listing all required env vars with placeholder values\n - Replace any hardcoded secrets, API URLs, or credentials with process.env references\n\n2. Build optimization:\n - Add production build script to package.json\n - Configure {{bundler}} for tree-shaking and code splitting\n - Set up static asset caching headers\n\n3. Docker (if applicable):\n - Create a multi-stage Dockerfile (build stage + production stage)\n - Add .dockerignore for node_modules, .env, and build artifacts\n\n4. Health check:\n - Add GET /api/health endpoint that returns { status: "ok", timestamp: Date.now() }\n\nDo not change any application logic or UI. Only add deployment infrastructure.Variables to customize
{{bundler}}
Why this prompt works
Separates deployment concerns from app logic with a clear scope boundary. The numbered checklist ensures Bolt covers every deployment requirement methodically.
What you get when you save this prompt
Your workspace unlocks powerful tools to iterate and improve.
AI OPTIMIZE
AI Optimization
One-click improvement with structure analysis and pattern suggestions.
VERSION DIFF
Version History
Track every edit. Compare versions side-by-side with word-level diffs.
ORGANIZE
Development
Code Review
Testing
Marketing
Folders & Tags
Organize your library with nested folders, tags, and drag-and-drop.
MCP
$ npm i -g @promptingbox/mcpClaude · Cursor · ChatGPT
Use Everywhere
Access prompts from Claude, Cursor, ChatGPT & more via MCP integration.
Your prompts, organized
Save, version, and access your best prompts across ChatGPT, Claude, Cursor, and more.