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.


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.

Search encrypted data with Prisma 8 and CipherStash
CipherStash brings searchable field-level encryption to Prisma 8: encrypted equality, free-text and range queries, and identity-based key management.

Don't Let Your AI Agent Delete Your Production Database
AI coding agents keep wiping production databases. Prisma 8 removes the failure modes structurally: no reset command, no shadow database, and migrations that verify every step.

Your AI Agent Needs File Storage. Now It Can Get Its Own
Object Store buckets add S3-compatible file storage to every Prisma project. Two Management API calls take an agent from nothing to reading and writing files.

How to Make Your Docs Agent-Ready
Coding agents fail silently on truncated indexes, broken links, and missing metadata. What we fixed in the Prisma docs, and how to audit yours.

Ship risky schema changes with per-branch databases
Prisma Compute gives every branch its own Prisma Postgres database. Rehearse expand-and-contract migrations in isolation before they touch production.


You Don't Need Elasticsearch, Postgres Already Has Full-Text Search
Build full-text search with tsvector, GIN indexes, and pg_trgm typo tolerance on Prisma Postgres. For most apps, no Elasticsearch cluster required.
