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
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,19 +51,19 @@ cd my-api && make serve
51
51
52
52
**Installation alternatives:** See the [Installation Guide](https://lbedner.github.io/aegis-stack/installation/) for `uv tool install`, `pip install`, and development setup.
53
53
54
-
## Overseer - Built-In System Visibility
54
+
## Overseer - Your Application's Control Plane
55
55
56
56

57
57
58
-
**[Overseer](https://lbedner.github.io/aegis-stack/overseer/)** is the built-in system dashboard that ships with every Aegis Stack project.
It provides a live view of what your application is doing at runtime - across core components (Backend, Database, Workers, Scheduler) and services (Auth, AI, Comms) - through a web UI.
60
+
**[Overseer](https://lbedner.github.io/aegis-stack/overseer/)**is the embedded control plane that ships with every Aegis Stack project.
61
61
62
-
Overseer goes beyond simple health checks. You can inspect worker queues, scheduled jobs, database state, and AI usage, all in one place, without wiring up external tools.
62
+
It gives you full runtime visibility into your system - components, services, infrastructure, and data flows - through a single dashboard. No external tooling, no vendor integrations, no setup.
63
63
64
-
No Datadog. No New Relic. No vendor lock-in.
64
+
Inspect worker queues, scheduled jobs, database schema and migrations, AI token usage, auth sessions - everything your application is doing, in real time.
65
65
66
-
Just a clear view of your system, included from day one.
66
+
Every Aegis project ships with its own control plane from day one.
0 commit comments