Meet Robyn

A Fast, Innovator Friendly, and Community Driven Python Web Framework

Robyn merges Python's async capabilities with a Rust runtime for reliable, scalable web solutions. Experience quick project scaffolding, enjoyable usage, and robust plugin support.

app.py
from robyn import Robyn

app = Robyn(__file__)

@app.get("/")
async def h(request):
    return "Hello, world!"

app.start(port=8080)
TransistorReformTupleSavvyCalStatamic

Our Philosophy

Fast. Innovator Friendly. Robust. Community Driven.

Fast.
Robyn, written in Rust, embodies speed and reliability. Our multithreaded runtime creates a highly efficient and secure environment optimized for peak performance.
Extensible.
Robyn's structure is designed to adapt and grow alongside your project. This flexibility lies at the core of our framework, paving the way for a seamless extension of features as your needs evolve.
Simplified API.
With Robyn, complexity takes a backseat. Our API is simple yet potent, built to streamline your development process and minimize your workload.
Flexible Design.
Robyn supports both sync and async functions. This provides you the freedom to architect your applications to best suit your project requirements.
Dynamic Navigation.
Robyn ensures efficient navigation within your application with dynamic URL routing, empowering you with full control over your application's flow.
Real-time Communication.
Robyn offers built-in support for WebSockets, enabling swift, two-way interaction between the client and server.
Customizable Workflows.
With middleware support, Robyn offers you a way to define your request-response workflows precisely. This level of customization enhances functionality like error handling and request modification.
Productivity Boost.
Robyn's hot reloading feature eliminates the need for manual server restarts, displaying your changes in real-time, and speeding up your development process.
Community First and Truly FOSS.
Rooted in a community-first ethos, Robyn is built with collective effort and is a true representation of free and open-source software.
Under Active Development!
The journey with Robyn is one of continuous evolution. Our team of dedicated developers is tireless in ensuring that Robyn stays updated, providing you with the latest technology and features at your fingertips.

Some of our stats

Lorem ipsum dolor sit amet consect adipisicing possimus.

PyPi installs
850,000+
Stars on Github
2800+
Community Contributors
50+
Paid out to creators
$70M

Ready to Dive In?
Start using Robyn today.

Go through a small tutorial or read the docs to get started.