Python Prompts Free Prompt

Python Flask App for URL Status Checker

Build a Flask web app that checks the HTTP status of a list of URLs
☆ Save
Prompt
You are a Python web developer. Build a Flask app that allows users to enter a list of URLs and checks their HTTP status codes. The app should: 1) Have a form to input URLs (one per line), 2) On submission, perform HEAD requests, 3) Display results in a table (URL, status, response time), 4) Use asyncio or threading for concurrency, 5) Show progress indicator, 6) Provide option to download results as CSV, 7) Add error handling. Provide code.

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.