Powered by Aegis Stack
This entire system was scaffolded with one command.
A single Aegis Stack command stood up the whole Aegis Pulse runtime below: every component and service, already wired together. Watch it spin up, then look inside each piece.
Aegis Stack
dive in →
Inputs · you ask
You
speech → text
Illiana
system-aware assistant
live context · injected each turn
Outputs · Illiana answers
Illiana
text → speech
tokens
spend
success
$
component-aware · a command for every subsystem
your machine · mode
Ollama
local runtime
generating, locally
$0.00 · no per-token billing · nothing leaves
no external API
Drafts
Published
draft
published
---
---
APScheduler
Postgres store
hourly ·
Keyspace
request ▸ middleware
p95
FastAPIASGI app
lifespan boots
healthy
mounts
Trace
traces · metrics · logs
Stripe
Webhook handles
the internet · :80 / :443
websocket
SSE
Normalize
one metric model
Outbox
queued · retried
Refresh-token family
sign in
refresh
access ⏱
scoped to
as
access revoked
broker queue
system · load_test
→
worker pool
concurrency
max retries
☠ dead-letter · poison capped after redeliveries
each ack publishes a task event → SSE
Frontend
Web stack
Boot narrative
In Pulse
Drag to spin · click any module to look inside
Build yours with one command.
The same scaffold, your project. Pick the components and services you need and ship something this polished from an empty directory.
uvx aegis-stack init my-project \
--components "database[postgres],redis,worker[taskiq],scheduler,ingress,observability" \
--services "auth[org,oauth],comms,insights[github,pypi,plausible,per_user],payment"