π Pure Python
Write component logic in Python. The framework generates all the JavaScript for you.
β‘ SSR + Hydration
Every page is server-rendered HTML. JavaScript takes over seamlessly for interactivity.
π No Build Step
No webpack, no npm, no TypeScript. pip install and start building.
π§© Component System
.lspa files combine template, Python, and CSS in one place. Import and compose freely.
πΊοΈ Built-in Router
Nested routes, dynamic params, wildcard fallbacks β configured in spa.config.json.
β»οΈ Hot Reload
Run with --reload and the browser refreshes automatically on any file change.