Releases: TheFelixGomez/astris
Releases · TheFelixGomez/astris
Release list
v0.1.0
🚀 Astris v0.1.0 (Early Alpha)
The modern full-stack web framework for Python. Full-stack simplicity with modern Python performance.
🌟 Key Features
- ASGI Core: Powered by FastAPI, Starlette, and Uvicorn for asynchronous speed.
- Monolithic SPA: Full Inertia.js protocol support with Vue 3 and Vite HMR.
- Modern Styling: Out-of-the-box integration with Tailwind CSS v4.
- Database & ORM: Type-safe data modeling powered by SQLModel and automated Alembic migrations.
- Authentication: Cookie session authentication with Argon2id password hashing.
- Orbit CLI: Developer CLI tool for scaffolding modules, managing migrations, and launching full-stack dev servers.
📦 Quick Start
uvx --from astris-python astris new my_app
cd my_app
npm install
uv run orbit serve