ReguNav Docs
Multi-framework AI & data compliance platform. 24 frameworks, 33 live rails + 7 preview rails, one API.
Getting started →
Spin up a Sandbox tenant and register your first AI system in under 10 minutes.
API reference →
All 33 rails at
api.regunav.com/v1/<rail>. OpenAPI 3.1 spec.Frameworks →
EU AI Act, ISO/IEC 42001, ISO/IEC 27001, ISO/IEC 27701, GDPR, HIPAA Security & Privacy, SOC 2 Type II, SOC 1 Type II, PCI DSS 4.0.1, NIST AI Risk Management Framework, NIST CSF 2.0, DORA, CCPA / CPRA, NIS2 Directive, EU Cyber Resilience Act, India DPDP Act, Brazil LGPD, China PIPL, Japan APPI, Australia Privacy Act, UK GDPR, HuggingFace Model Card, HAARF, FedRAMP.
TypeScript SDK →
npm install @regunav/sdk · client.systems.list(), client.frameworks.get(...)
Quick example
import { ReguNavClient } from "@regunav/sdk";
const client = new ReguNavClient({ apiKey: process.env.REGUNAV_API_KEY! });
// List active frameworks for your tenant
const { frameworks } = await client.listFrameworks();
// Register an AI system
const system = await client.systems.create({
name: "Loan Origination Classifier",
description: "Predicts approval likelihood for retail loans",
riskLevel: "high",
providerKind: "first_party",
});
console.log("Registered:", system.id);Architecture overview
ReguNav is built edge-native:
- API: Edge runtime at
api.regunav.com— sub-50ms p99 globally - Apps: 10 static-export Next.js surfaces deployed at the edge
- Database: Managed primary (read replicas in EU + US)
- OLAP: Append-only audit trail in eu-central-1 (Frankfurt)
- Authorization: WASM-embedded policy decision point per request
- Auth: SSO, SAML, OIDC, SCIM
- Storage: Object storage for evidence, reports, uploads, CDN assets
- Async: Message queues + scheduled triggers
- Billing: Metered billing — 5 SKUs, 7 meters
Status
- V1 (now): 24 framework dictionaries declared (24 populated), 33 live rails + 7 preview rails mounted.
- V1.1: Full clause/control catalogs, SSO live, policy bundle deploy, billing live.
- V1.5: Search rail, specialist marketplace, connectors hub for migrations.
Need help integrating?
Solutions engineers respond within one business day. Tell us what you're building and we'll match you with the right person.