Storage & Data
Files in object storage behind one interface, whole-platform backups you can restore, and the services it runs on — pluggable where it counts.
Object storage
Files live in object storage behind a single interface. Point it at S3, Google Cloud Storage, or the local filesystem — or anything S3-compatible. Uploads and downloads go through signed URLs with an expiry, so a link works for exactly as long as you allow.
Backups & restore
Back up the whole platform to one archive — every Postgres table under a consistent snapshot, plus your object-storage files when you want them — and get a downloadable ZIP. Restoring reads it back, and you choose how conflicts resolve: skip what's there, overwrite it, or stop at the first clash. Kick one off whenever you need it.
Search & indexes
Your content is searchable the moment it lands. Full-text search matches keywords, and vector search — powered by an embedding model — matches on meaning, so results stay relevant even when the words don't. Rebuild any index on demand.
Keep exploring