Build Python web apps and APIs with Flask in the cloud.
Start coding free →Flask is a lightweight Python web framework built on Werkzeug and Jinja2. Its minimal core and modular design make it a natural fit for APIs, web dashboards, and small to medium web applications. It gives developers control over structure rather than enforcing conventions. A RunCode workspace gives you Flask, Python, and core dependencies preinstalled, ready to run in under a minute.
Open a Flask workspace →Flask keeps its core small and adds nothing you did not ask for. A modular extension system covers authentication, database access, form validation, and more. Common pairings include SQLAlchemy for database access, WTForms for form handling, and Flask-Login for user sessions. The built-in test client makes it straightforward to write automated tests for routes and views.