← Back to the technical case
SYS-04 / LIVE DEMO
Pass-To-Pass
A functional product experience that runs entirely in the browser with demonstration data.
DEMONSTRATION MODE
This version preserves the project's core flow but uses local state and safe data so it can remain public without paid infrastructure. Reloading restores the initial data.
CHATOPS / RUNBOOK
Operations assistant
Describe an incident. The demo retrieves the closest runbook using deterministic terms and keeps the source visible.
BM25-LIKE / LOCAL CORPUS / 03 RUNBOOKS
RETRIEVED RUNBOOK
88%Gateway returning 502 after deploy
The upstream API is unavailable or bound to a different port.
- Confirm the API health endpoint.
- Compare the application port with the proxy upstream.
- Inspect the latest deployment logs.
- Roll back if the health check remains unavailable.
FULL IMPLEMENTATION / GITHUB
Backend, tests and infrastructure remain verifiable.
A full-stack ChatOps assistant that indexes Markdown, chunks content by sections, combines textual search with pgvector-ready storage and composes structured answers without a mandatory LLM dependency.
Inspect repository ↗