SaaS
- Multi-tenant by design — dedicated PostgreSQL schema per organization, no shared rows.
- Hosted on the edge, origin reachable only via outbound-only tunnel.
- Regional hosting available (US, EU). Zero ops burden on your side.
Security
Two deployment modes, one product. Hosted SaaS for teams that want zero infra, or self-hosted on-premise for regulated and air-gapped environments. The codebase is the same — only where it runs changes.
Deployment options
Toggled at deploy via DEPLOYMENT_MODE. Migrations, schemas, and runtime are identical across modes — same release train, same security review, same audit log shape.
Isolation
On SaaS, every organization gets a dedicated PostgreSQL schema. A FastAPI middleware resolves the tenant from the subdomain and binds the search path before any query runs. Cross-tenant joins are not expressible. On-prem installs are single-tenant by definition.
Encryption
TLS 1.3 in transit. AES-256 at rest on database and object store.
Retention
Findings: customer-controlled. Audit log: 7y. Raw scan payloads: 0 — discarded after normalization.
Deletion
Customer-triggered. Schema dropped within 30d of termination.
Compliance
We name the quarter for items on the roadmap. Auditor letters and pen-test reports available under standard NDA.
Security review?
Send your questionnaire. We respond with answers and supporting evidence — not pre-filled marketing.