Deployment Prep

General Productivitylovable-promptsapp_name

A structured deployment checklist ensures nothing is missed. The scope boundary (no feature/UI changes) keeps Lovable focused on infrastructure without introducing regressions.

Prompt
Prepare this Lovable app for production deployment:\n\n1. Environment variables:\n   - Verify all Supabase credentials use environment variables (not hardcoded)\n   - Ensure NEXT_PUBLIC_ prefix only on client-safe vars\n   - Create a .env.example listing every required variable\n\n2. Error handling:\n   - Add global error boundary component that shows a friendly error page\n   - Add try/catch to all Supabase queries with user-facing error messages\n   - Log errors to console in development, suppress in production\n\n3. Performance:\n   - Add loading.tsx files for route-level suspense boundaries\n   - Lazy load heavy components (charts, rich text editors)\n   - Optimize images with next/image where applicable\n\n4. SEO basics:\n   - Add metadata (title, description) to each page\n   - Add Open Graph tags for {{app_name}}\n   - Generate a sitemap.xml\n\n5. Security:\n   - Verify all RLS policies are active\n   - Remove any console.log statements with sensitive data\n   - Set secure cookie options for auth tokens\n\nDo not change features or UI. Only add production infrastructure.

Variables to customize

{{app_name}}

Why this prompt works

A structured deployment checklist ensures nothing is missed. The scope boundary (no feature/UI changes) keeps Lovable focused on infrastructure without introducing regressions.

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/mcp
Claude · 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.