Python Prompts Free Prompt

Python Flask App for URL Status Checker with Email Alerts

Build a Flask app that allows users to monitor URLs and get email alerts on status change
☆ Save
Prompt
You are a Python web developer. Build a Flask application where users can add URLs to monitor, and the app periodically checks them and sends email alerts if a site goes down. The app should: 1) User authentication, 2) Add/remove URLs, 3) Background task (Celery) to check, 4) Send email using SMTP, 5) Display status dashboard, 6) Use SQLite, 7) Add tests. Provide docker-compose.

How to use this prompt

1
Click Copy Prompt above to copy to your clipboard.
2
Open ChatGPT, Claude, Gemini, or any AI assistant and paste the prompt.
3
Replace any [PLACEHOLDER] values with your specific details.
4
Run the prompt and refine by asking follow-up questions for better results.