
# One platform, from schema to production (/stack)

> The Prisma Stack | ORM, Postgres, and Compute for TypeScript. For the complete Prisma website index, see [llms.txt](https://www.prisma.io/llms.txt). A Markdown version of any listed page is available at its `.md` URL — this one is `/stack.md`.

ORM, Postgres, and Compute, one platform for your app and its database, with one shared context across your stack.

ORM, Postgres, and Compute work together natively, one shared context across your stack, one bill, and nothing to glue together.

## The TypeScript stack, integrated by design

ORM, database, and hosting designed to work together, so your agent can build, deploy, and iterate without coordinating between vendors.

### Prisma ORM

Type-safe data layer

A declarative, type-safe schema rebuilt in native TypeScript, the shared contract your whole stack and your agent are built around.

- Schema-as-LLM-context: small, dense, machine-readable
- Errors structured for agent consumption, not just human-readable
- Rebuilt in native TypeScript for the fastest type-checking at scale
- Free, open-source, the foundation 500K+ developers already trust

- [Learn more about Prisma ORM](/orm)

`contract.prisma` — The shared contract across your stack

### Prisma Postgres

Managed database

Managed Postgres already wired to your schema and co-located with your app hosting, on infrastructure built for single-digit ms boot times.

- Unikernel microVMs on bare metal, single-digit ms boot
- Operation-based pricing with spend limits, no bill shock
- Free per-branch databases, integrated with hosting previews
- Works with any ORM if you're not using Prisma's
- Query Insights built in: spot slow queries and get an agent-ready prompt to fix them

- [Learn more about Prisma Postgres](/postgres)

`prisma.config.ts` — One config, both products

### Prisma Compute

App hosting

TypeScript app hosting that runs on the same host as your database, so your agent can deploy, debug, and redeploy end-to-end.

- Bun runtime on bare metal
- Co-located with Prisma Postgres, single-digit ms query latency
- Long-running workloads: WebSockets, cron, background jobs (coming soon)
- Versioned deployments with preview URLs, deploy by git push or CLI

- [Learn more about Prisma Compute](/compute)

### Working across the stack

- **Prisma Studio** — to inspect your data. Visual data browser and editor built into the Console. See what your agent did to your database, collaborate with teammates without SQL, embeddable in your own apps.
- **CLI + Management API** — to stay in the loop. The agent interface for the full platform. Structured output and `--json` modes everywhere, with full parity between CLI and API so anything your agent can run, it can also call programmatically.

- [Learn more about Prisma Studio](/postgres)
- [Learn more about the CLI and Management API](/docs)

## Ready to let your agent run the full loop?

The TypeScript stack 500K+ developers trust. Start with the free ORM, and add the rest of the platform when you need it.

- Built for how your agent ships now
- Postgres and hosting when you need them
- Type-safe ORM, free and always will be

- [Get started free](https://console.prisma.io/sign-up)
- [See pricing](/pricing)
