demo-fuego-systheme
The fuego-systheme demo: the application repo of Acme Parcel's Dispatch AI — a fictional AI assistant for parcel dispatchers — rendered as a system site straight from the artifacts the repo already contains. Zero fuego code committed; one deploy workflow.
Live site: gofuego.github.io/demo-fuego-systheme
The repo exercises every fuego-formats parser at once:
| Artifact | Format | Where |
|---|---|---|
| API contract | OpenAPI 3 | backend/api/dispatch.openapi.yaml |
| Database schema | DBML | backend/db/schema.dbml |
| e2e test suites | Playwright | frontend/e2e/*.spec.ts |
| Container builds | Dockerfile | backend/, frontend/ |
| Deploy manifests | Kubernetes | k8s/*.k8s.yaml |
| Decisions | ADR | adrs/*.adr.md |
| Diagrams | Mermaid | docs/diagrams/*.mmd |
| Prose docs | Markdown | docs/*.md |
Render it locally:
go run github.com/gofuego/fuego-systheme/cmd/fuego-systheme@latest \
-site-name "Acme Parcel Dispatch AI" . serve
The platform this assistant belongs to lives in the other Acme Parcel demos: its infrastructure in demo-fuego-devops, the platform-level decisions in demo-fuego-adr, and the agent workspace in demo-fuego-dotclaude.