About

About the project

Open diagnostics platform for the modern fleet.

8
AI agents
100%
Open platform
4
Services
OBD-II
Standard

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.

CLIENTS BFF BACKEND SERVICES DATA / EVENTS Web client Mobile app API gateway Identity Vehicle data Diagnostics engine Event bus 8 AI agents Managed SQL database Vector store (RAG) DTC knowledge base HTTP / WebSocket Encrypted internal RPC events

Principles

01

Open standard

No vendor lock-in: we work with any ELM327 adapter and the standard OBD-II — you are free to pick your hardware.

02

Data transparency

You see which codes were read, what the AI concluded, and what readings it is based on. No black boxes.

03

Security by default

Read-only queries by default. Any write commands require explicit confirmation with a warning about consequences.