Blog
Stay up to date with the latest from Prisma. Guides, announcements, and articles about Prisma, ORMs, databases, and the data access layer.
The story of Prisma Compute: TypeScript app hosting that runs on the same infrastructure as your database. From the public beta launch to the runtime engineering underneath.
Launching Prisma Compute in Public Beta
Prisma Compute is now in public beta: TypeScript app hosting that runs on the same infrastructure as your database. Point your agent at your project and tell it to deploy.

Choosing hosting and Postgres after your first 100 paying users
A scaling checklist, where to run your app, what Postgres costs at 100, 1,000 and 10,000 users with the arithmetic shown, and signs you have outgrown it.

Neon vs Prisma Postgres when you want hosting and the database in one place
Neon and Prisma can both host your app next to Postgres. Compare previews, connection handling, idle cost and restores, and see when Neon is the better pick.

The new way to use Prisma ORM 8 in NestJS
Prisma ORM 8 replaces the extends-PrismaClient service in NestJS with one shared client and plain query helpers. Scaffold, query, and deploy to Prisma Compute.

Where to host a TypeScript frontend, a Node API, and Postgres
Railway, Render, Fly.io and Prisma compared for a TypeScript frontend, a Node API and Postgres from one GitHub repo: databases, deploys, previews and limits.

Prisma vs Netlify: where should you build your next TypeScript app?
Netlify alternatives for a TypeScript app with Postgres: why teams leave, short profiles of Prisma, Vercel, Render, Railway, Supabase and Neon, and a feature-parity table.

Prisma vs Vercel: where should you build your next TypeScript app?
Prisma vs Vercel compared for TypeScript apps: what each platform provisions and checks for you, preview databases, migrations, runtime limits, and pricing.


Is Prisma 8 Ready for Long-Lived Production Apps?
Prisma 8's lead developer answers three concerns from a Reddit thread: the new architecture, Prisma's commercial incentives, and whether the migration model hides your SQL.

Why Your Agent Reads a Prisma Schema Better Than Your Codebase
Your data model in one declarative file. We measure what a Prisma schema costs an AI coding agent in tokens and type-check time, and what it buys.

Infraslopture and Other Paradoxes
How we're combining untrustable agents and production infrastructure without burning down our servers

From Local Development to Production with Prisma Postgres
The exact checklist for moving a Prisma app from local Postgres, Docker or prisma dev, to hosted Prisma Postgres: schema, data, config, and validation.
