FastrAPI
A high-performance Python web framework powered by Rust
Drop-in FastAPI replacement with 33x faster performance. Write familiar Python code, get Rust-powered speed.
Quick start
Get up and running with FastrAPI in minutes
Key features
Everything you need to build high-performance APIs
Lightning fast
Up to 33x faster than FastAPI, powered by Rust and Axum
Drop-in replacement
Familiar FastAPI syntax with minimal code changes
Type safety
Inherits Rust’s robust type system for reliability
Pydantic powered
Seamless integration for request/response validation
Async native
Built on Tokio’s async runtime for maximum concurrency
Middleware support
CORS, GZip, Sessions, and custom middleware
Explore the docs
Deep dive into FastrAPI’s capabilities
Core concepts
Understand FastrAPI’s architecture and design
Guides
Step-by-step tutorials for common tasks
API reference
Complete API documentation
WebSockets
Real-time bidirectional communication
Background tasks
Execute tasks asynchronously
Dependency injection
Manage dependencies efficiently