Back to landing

Proof assets checklist

The goal is to make every claim on the landing page verifiable with screenshots (no secrets, no customer data).

Where to put files

Put images in public/proof/ and set their src in src/lib/siteConfig.ts.

Minimum set (recommended)

1 architecture diagram (simple boxes + boundaries)
Repo structure / solution layout
`scripts/staging-smoke.sh` passing
Security gates green (Gitleaks/Trivy/vuln scan)
Chat UI: one conversation (streaming response)
RAG: sources returned + vectors persisted (no sensitive data)

Capture rules

  • No API keys, JWTs, cookies, tenant IDs, or customer data in screenshots.
  • Use local dev accounts and synthetic documents only.
  • If needed, blur emails and tokens before uploading.
  • Prefer dark theme + consistent window size (premium look).
Also see PROOF-ASSETS.md in the repo for a longer checklist.