A minimal Flask web server running locally. Edit app.py to add routes, templates, and logic.
Get Started →Lightweight Python web framework. Add routes with @app.route().
Render pages with Jinja2. Extend to separate .html files easily.
Add a database, API, or auth. Flask scales from simple to complex.