SnoutData Cloud

Your app's backend, in one place. Database, auth, storage, realtime, functions and timeseries, ready for you and your coding agents.

PostgreSQL

A real database. Room to build.

Your own Postgres 17 with pgvector, an isolated container and a standard connection string. Build on SQL, not a proprietary data model.

Read the docs
schema.sql
create 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;
Time series in every project.Automatic partitions, compressed history, and fresh rollups.Explore SnoutTime

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

SnoutData CLI + MCP + Skill

Your agent. Your workflow. Your backend.

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.

Claude CodeCodexCursorGemini CLIGitHub CopilotopencodeWindsurfCline

From a folder to a project.

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 docs
terminal
npx snoutdata login
npx snoutdata init --env
npx snoutdata gen types typescript

A full stack. Backed by the database that powers the web.

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.

Clear about what we hold.

We host your data and encrypted project password. You can retrieve or rotate it, and project operations are recorded in your audit log.

Cloud, with a desktop companion.

Explore your hosted database in SnoutData Desktop alongside your other connections. Cloud works on its own; Desktop adds a local workbench.