Astris¶
Astris is a minimal Python framework for building static websites using component-style APIs.
Who this documentation is for¶
This section is for users building websites with Astris.
If you are maintaining the Astris framework itself, use the internal documentation under docs/internal.
Install¶
pip install astris
Astris project scaffolds are UV-first and manage dependencies in pyproject.toml.
Next steps¶
- Follow the Quickstart.
- Browse the API reference.