Private and Secure
Your own database, your own encryption, your own decision about what to share.
Every user gets their own isolated SQLite database — complete data separation at the storage level. Your prompts physically cannot leak into another user's queries.
Before you publish, the 4-layer safety scanner checks for PII, prompt injection patterns, hardcoded secrets, and content moderation issues. Backup credentials are encrypted with AES-GCM.
What you can do
- Per-user SQLite database — true data isolation, not shared tables
- 4-layer safety scanning: PII, injection, secrets, moderation
- Private by default — you choose what becomes public
- Safety scanner runs automatically before publish — catches issues before they go live
- Backup credentials encrypted with AES-GCM and stored with versioned key rotation
- SSRF protection blocks private IPs, cloud metadata endpoints, and DNS rebinding attacks
Try it free
No credit card required