🚀 Production Ready
Full implementation of the Inertia.js protocol including asset versioning, partial reloads, and history encryption.
🚀 Production Ready
Full implementation of the Inertia.js protocol including asset versioning, partial reloads, and history encryption.
⚡ Modern Stack
Works seamlessly with Vite, React, Vue, or Svelte. Hot module replacement in development, optimized builds for production.
🐍 Python Native
Built for FastAPI with plans for Flask, Django, and more. Type-safe API with full IDE support.
🧪 Well Tested
71% test coverage with 37 unit tests and 15 E2E tests. Tested on Python 3.10-3.14.
from fastapi import FastAPIfrom inertia.fastapi import InertiaDep
app = FastAPI()
@app.get("/")async def home(inertia: InertiaDep): return inertia.render("Home", { "message": "Hello from Inertia!" })| Framework | Status |
|---|---|
| FastAPI / Starlette | ✅ Supported |
| Flask | 🔜 Planned |
| Django | 🔜 Planned |
Ready to build your next app with Cross-Inertia? Check out our installation guide to get started!