Documentation
Everything here links to the real docs — nothing is duplicated.
This marketing site doesn't maintain its own copy of the documentation. Every link below goes to the actual reference material in the repository, which deploys alongside this site at /docs/.
Start here
- Documentation overview & FAQdocs/index.html — the project's own docs landing page: architecture summary, quickstart, FAQ.
- Architecture referencedocs/ARCHITECTURE.md — the comprehensive "what we built and how" document.
Security & compliance
- Security & RBAC guidedocs/SECURITY.md — demo, hardened, and role-based modes; key classes; RPC-by-RPC write paths.
- Compliance mappingsdocs/COMPLIANCE.md — SOC 2, ISO 27001, EU AI Act, VDA 5050 conformance, ISA-18.2, NIST CSF.
Tools
- VDA 5050 conformance testWhat
yantra-conformchecks (all 52 rules), how to run it against your broker, how to hand over a capture instead of broker access, and how to read the report. - Conformance tester READMEtools/conformance/README.md — the tool's own reference: every flag, the report JSON schema, and how to use it as a library.
- Zero-signup demo sandboxsupabase/0009_demo_sandbox.sql — the migration behind the "Try it with a live fleet" button, including its threat model. Read it before enabling the sandbox on a deployment.
Running it
- Windows runbookdocs/RUNBOOK-WINDOWS.md — install.ps1 and the PowerShell operating procedure.
- Deploy to AWS EC2deploy/aws/README.md — single-instance deployment walkthrough, systemd units, nginx template.
- Deploy to Azuredeploy/azure/README.md — the Azure equivalent deployment path.