About the project
Open diagnostics platform for the modern fleet.
Our mission
Make automotive diagnostics simple and accessible — from individual owners to large fleets. An open platform with no vendor lock-in to specific adapters.
Architecture
The web client talks only to a single entry-point API gateway. Behind it are internal TypeScript services over encrypted internal RPC. AI agents subscribe to events via an event bus. Direct client-to-service calls are not permitted by design.
Principles
Open standard
No vendor lock-in: we work with any ELM327 adapter and the standard OBD-II — you are free to pick your hardware.
Data transparency
You see which codes were read, what the AI concluded, and what readings it is based on. No black boxes.
Security by default
Read-only queries by default. Any write commands require explicit confirmation with a warning about consequences.