Real-time hypermedia for Python 3.14+
Documentation: stario.dev · Source: github.com/bobowski/stario
Stario is a Python web framework for real-time hypermedia. While most frameworks treat HTTP as request → response, Stario treats connections as ongoing conversations — open an SSE stream, push DOM patches, sync reactive signals.
- Real-time first — SSE streaming, DOM patching, reactive signals built-in
- Hypermedia — Native Datastar integration, no JavaScript frameworks needed
- Simple — Go-style handlers
(Context, Writer) → None - Fast — Built on
httptoolswith zstd/brotli/gzip compression
Install with uv add stario or pip install stario, then run stario init to create a new project. Requires Python 3.14+.
See the documentation for tutorials, API reference, and how-to guides.
Stario: Real-time hypermedia, made simple.