Synthetic no-access product demo
Pet resort work, condensed into one safe staff cockpit.
A visual prototype for owned operations: capture messy requests, draft staff-safe replies, gate risky decisions, and prove labor savings — without live customer, PMS, payment, or provider access.
estimated manual work removed from intake, review routing, and manager briefing.
Step 1 of 4
Inquiry becomes a clean work packet
The system turns a messy customer message into reservation facts, missing info, and a staff task.
manual intake avoided
Locked: this demo cannot send messages or mutate provider systems.
Live technical artifacts
Show the API and DB doing work.
Click once during the presentation: the browser calls the deployed Next.js proxy, the proxy calls the internal Rust API, and one endpoint reads a Postgres view seeded by migrations.
Last run: waiting for browser proof
Postgres view: source_quality_backlog
These rows come from the Rust API querying Postgres through the `source_quality_backlog` projection, not hardcoded page text.
Run the proof to display an API payload excerpt.
Live readiness
API is checked from the browser.
- /v0/readyz
- checking…
- metrics
- checking…
- backlog
- checking…
Hard boundary
Built to demo without access.
- No live customer messages
- No PMS/provider writes
- No payment/refund actions
- No autonomous medical/safety decisions
Architecture story
Job-contact version
The page now shows both the product story and the technical evidence: live browser calls, HTTP statuses, latency, counters, DB projection rows, and raw JSON excerpts.