You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Build production-ready Python applications with your chosen components.**
8
-
9
9
Aegis Stack is a CLI-driven framework for creating custom Python applications. Select exactly the components you need - no bloat, no unused dependencies.
-**[🏗️ Components](docs/components/index.md)** - Deep dive into available components
57
56
-**[🧠 Philosophy](docs/philosophy.md)** - Architecture and design principles
58
57
59
-
## Development Commands
58
+
## For The Veterans
60
59
61
-
```bash
62
-
make run-local # Start development server
63
-
make test# Run test suite
64
-
make check # Run all quality checks
65
-
make docs-serve # Serve documentation
66
-
```
60
+

61
+
62
+
No magic. No reinventing the wheel. Just the tools you already know, pre-configured and ready to compose.
63
+
64
+
Aegis Stack respects your expertise. We maintain existing standards - FastAPI for APIs, SQLModel for databases, arq for workers. No custom abstractions or proprietary patterns to learn. Pick your components, get a production-ready foundation, and build your way.
67
65
68
-
Built on FastAPI, Flet, Typer, and other open-source tools.
66
+
The framework gets out of your way so you can get started.
0 commit comments