❯ git log --all
Roadmap
What we've shipped recently, what's in flight, and what's planned next.
- shipped
Web client
Spanna in any browser at client.spanna.app. Connect to any internet-reachable MongoDB. Free with a Spanna account.
- shipped
Aggregation pipeline builder
Drag-and-drop pipeline stages with previews, schema-aware fields, hover-docs on every operator, copy-as-code.
- shipped
Document compare
Side-by-side / merged diff with show-only-diffs, ignore-fields, copy-as-patch. Works across collections.
- shipped
Encrypted Vault sync across devices
Sign in once and your saved connections + connection folders sync across every Spanna install — encrypted before they leave your machine.
- shipped
Index manager + what-if testing
Create / hide / unhide indexes via wizard. Hide → re-explain → measure → roll back, without touching production state irreversibly.
- shipped
Visual query builder
Drag-and-drop filters, sorts, projections with a raw-JSON toggle.
- shipped
x.509 + SSH tunnel support in the web client
Inline-PEM x.509 client certs and SSH tunneling so the web client can reach MongoDB behind a bastion or with mutual TLS.
- shipped
Copy-as-code for documents and queries
Render any doc or query as mongosh / Node / Python / raw JSON. BSON values unwrap into the right constructor per language.
- in progress
Background import / export
Run multi-million-document imports and exports without blocking the UI; resume on disconnect.
- in progress
Windows + Linux desktop builds
Native desktop app for the platforms beyond macOS. In active testing.
- in progress
Spanna CLI
A standalone `spanna` command-line tool — query, import/export, and scripted Vault access from your shell or CI. Same Vault as desktop and web.
- planned
Mongo shell in the browser
The same vm-based JS REPL the desktop ships — autocomplete, history, snippets, full mongosh-shaped command coverage — running in any browser tab.
- planned
Team workspaces
Shared connections, shared saved queries, role-based access, audit logs, SAML SSO. Per-seat billing.
- planned
Mobile (iOS + Android)
Full read + edit on phones and tablets, with the same Vault as desktop and web. Currently in preview.
- planned
Schema migration assistant
Stage and review schema changes against a sampled dataset before running them. Roll-forward and roll-back plans generated for you.
- review
Community-suggested features
Vote on what ships next from inside the app — Help → Roadmap.