If your schemas touch sensitive production data, you may not want a hosted tool at all. FoxSchema's web app is designed to be self-hosted with Docker — a single container on your own infrastructure, with database credentials that never leave it.
One container, one command
The web app serves both the UI and the API on one configurable port. Pull the prebuilt image and run:
Your data stays yours
Saved connections and history live on a Docker volume you control. The encryption key that protects saved passwords is yours — store it in your secret manager, and it never appears in the browser.
Public deployment
The default is open single-user — do not expose that directly to the internet. For a shared deployment, enable real accounts with SSO (Google, GitHub, or Microsoft) and terminate TLS at your reverse proxy. The self-hosting guide covers the full configuration.
Get started
See the self-hosting guide or the deployment docs for cloud platforms, external metadata databases, and the IBM Db2 variant.