Your data is portable.
Connect with any Postgres client. Export a database dump whenever you need your own copy, with no proprietary format to undo.
Your app's backend, in one place. Database, auth, storage, realtime, functions and timeseries, ready for you and your coding agents.
Your own Postgres 17 with pgvector, an isolated container and a standard connection string. Build on SQL, not a proprietary data model.
Read the docscreate table public.tasks (
id bigint generated always as identity
primary key,
title text not null,
done boolean default false
);
alter table public.tasks
enable row level security;REST, GraphQL and table-change subscriptions require a paid plan. Auth, storage, the data API and functions are self-serve, and realtime needs no switch at all. Service availability Pricing
Create a project, apply migrations, generate types and deploy functions without leaving your codebase. The CLI brings Cloud to your terminal, MCP client and CI.
Sign in, create or reuse a linked database, and write DATABASE_URL to .env. Generate TypeScript types from its schema as your app grows.
Read the docsnpx snoutdata login
npx snoutdata init --env
npx snoutdata gen types typescriptConnect with any Postgres client. Export a database dump whenever you need your own copy, with no proprietary format to undo.
We host your data and encrypted project password. You can retrieve or rotate it, and project operations are recorded in your audit log.
Explore your hosted database in SnoutData Desktop alongside your other connections. Cloud works on its own; Desktop adds a local workbench.