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
cd my-api && uv sync && cp .env.example .env && make serve
43
43
```
44
44
45
-
**Installation alternatives:** See the [Installation Guide](docs/installation.md) for `uv tool install`, `pip install`, and development setup.
45
+
**Installation alternatives:** See the [Installation Guide](https://lbedner.github.io/aegis-stack/installation/) for `uv tool install`, `pip install`, and development setup.
46
46
47
-
## 🌱 Your Stack Grows With You
47
+
## Your Stack Grows With You
48
48
49
49
**Your choices aren't permanent.** Start with what you need today, add components when requirements change, remove what you outgrow.
Most frameworks lock you in at `init`. Aegis Stack doesn't. See **[Evolving Your Stack](docs/evolving-your-stack.md)** for the complete guide.
75
+
Most frameworks lock you in at `init`. Aegis Stack doesn't. See **[Evolving Your Stack](https://lbedner.github.io/aegis-stack/evolving-your-stack/)** for the complete guide.
73
76
74
77
## See It In Action
75
78
76
79
### Overseer - Built-In Health Monitoring
77
80
78
81

79
82
80
-
**[Overseer](docs/overseer/index.md)** is the read-only health monitoring dashboard built into every Aegis Stack project. It provides real-time visibility into all your components (Backend, Database, Worker, Scheduler) and services (Auth, AI, Comms) through a web UI and CLI commands.
83
+
**[Overseer](https://lbedner.github.io/aegis-stack/overseer/)** is the read-only health monitoring dashboard built into every Aegis Stack project. It provides real-time visibility into all your components (Backend, Database, Worker, Scheduler) and services (Auth, AI, Comms) through a web UI and CLI commands.
81
84
82
85
No Datadog. No New Relic. No vendor lock-in. Just centralized monitoring you own from day one.
83
86
@@ -89,30 +92,27 @@ Rich terminal output showing detailed component status, health metrics, and syst
89
92
90
93
## Available Components & Services
91
94
92
-
### Infrastructure Components
93
-
| Component | Purpose | Status |
94
-
|-----------|---------|--------|
95
-
|**Core**(FastAPI + Flet) | Web API + Frontend | ✅ **Always Included**|
0 commit comments