Sanopta
Compliance and commercialisation engine for low-risk medical devices: regulatory data is locked behind a compliance gate, and every image, text and listing is generated from it.
- Status
- ACTIVE
- Year
- 2026
- Stack
- React + TypeScript · Supabase / Postgres · containerised agent worker · job queue
Regulated products have a rule that most marketing ignores: the intended purpose and the safety claims are legally fixed, and nothing you publish may drift from them.
Sanopta turns that into architecture. Device identifiers, declarations of conformity and approved claims sit behind a compliance gate as the single source of truth. Commercial output (images, copy, A+ content, marketplace listings) is generated only from that locked data.
The web app never calls an agent directly. It writes a job to a queue in the database; a containerised worker runs the matching agent (instructions-for-use builder, declaration generator, listing agents) and writes the result back. One worker image, many agents, secrets sealed on the worker.