Would you know if it breaks?
Your app could be crashing right now and you wouldn't know. This prompt checks if you have error tracking, uptime alerts, and backups in place.
What this prompt checks
- Error page handling (what users see when something breaks)
- Error monitoring integration (Sentry or similar)
- Uptime monitoring (does someone get alerted when the app goes down?)
- Database backups (would you lose everything if the database breaks?)
- Version control (can you undo a bad change?)
Report only. This prompt audits your project and reports findings. It will not modify any code without your explicit consent.
Audit this project for blind spots in monitoring and recovery. Check the following in order of severity. Some of these can be verified from code, others can't. When you can't verify something from the codebase, tell me exactly where to check and ask me to confirm. 1. ERROR HANDLING Check if the app has a custom 404 page or error boundary component. - What happens when a user visits a URL that doesn't exist? - Does it show a helpful error page or crash/blank/raw error? 2. ERROR MONITORING Search the codebase for error tracking integration (Sentry, LogRocket, Bugsnag): - Look for Sentry DSN, error reporting initialization, or similar setup - If nothing is found, flag it 3. UPTIME MONITORING This can't be fully verified from code. Check for health check endpoints or monitoring SDK integration. Then ask me: - Do you use an uptime monitoring service (UptimeRobot, Pingdom, Better Uptime)? - Does anyone get alerted when your app goes down? If I don't have uptime monitoring, tell me the simplest free options to set up. 4. DATABASE BACKUPS Identify the database from the codebase (Supabase, Firebase, PlanetScale, etc.). Backup settings live in the provider dashboard, not in code. Tell me exactly where to check: - Supabase: dashboard.supabase.com > Project Settings > Database > Backups (free plan has no backups, Pro has daily) - Firebase: console.firebase.google.com > Project Settings > Backups - Other providers: tell me where to look Ask me to confirm whether backups are enabled. 5. VERSION CONTROL Check for a .git directory or GitHub integration in the project. If the code only exists inside the builder tool, ask me: - Is this project connected to GitHub? - If not, walk me through how to connect it For each finding, report: - Number (1, 2, 3...) - Severity: CRITICAL, HIGH, or OK - File and line number (if applicable) - What's wrong (one sentence) - What could happen if you don't fix it (one sentence) - How to fix it and what could break (one sentence each) Sort by severity, then by how fast it could hurt you. IMPORTANT: This is an audit only. Do NOT modify any code. Report what you find and suggest fixes, but do not apply any changes until I explicitly ask you to.
Paste this into your AI builder tool (Lovable, Bolt, v0, Replit) and let it audit your project.
We handle this and much more.
BWORLDS is your AI production team. We continuously monitor and fix your app so you can focus on building.
Get Started for Free