Built with Python · Flask

Simple.
Python
Site.

A minimal Flask web server running locally. Edit app.py to add routes, templates, and logic.

Get Started →
// Features

Flask Backend

Lightweight Python web framework. Add routes with @app.route().

🎨

HTML Templates

Render pages with Jinja2. Extend to separate .html files easily.

🚀

Ready to Extend

Add a database, API, or auth. Flask scales from simple to complex.