Announcement posts
Articles tagged Announcement on the Prisma blog: guides, announcements, and updates from the team building Prisma ORM and Prisma Postgres.
Prisma Is Building the Stack for the Next Million Products
Prisma is building a software factory: one environment where a builder describes what they want and an agent builds it, runs it, inspects it, fixes it, and keeps going. Prisma ORM, Prisma Postgres, and Prisma Compute, connected into one loop.

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.

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.

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.

See Your Migration History in Prisma Studio
The Prisma Studio Migrations view shows every applied Prisma 8 migration as a timeline with a visual diff, the executed SQL, and a schema diff.


Your agent can now provision Prisma Postgres through Stripe
Add a Prisma Postgres database to your Stripe project with one command: spending limits out of the box, plan changes from the CLI you already use.

Deploy Prisma Apps with create-prisma
create-prisma now scaffolds Compute-ready Prisma apps with prisma.compute.ts, compute:deploy, Prisma Postgres, and Prisma Skills add-ons.

Configure Prisma Compute deploys in TypeScript
Prisma Compute now reads a typed TypeScript config file, so deploys are reproducible and monorepos work: declare one app or several, then ship the whole system with one command.

Prisma 8 Early Access: Write Your Contract, Prompt Your Agent, Ship Your App
Prisma 8 is open for Early Access. Define your data layer as a contract and the framework handles migrations, type-safe queries, and continuous upgrades, safe to delegate to your agent.


Prisma 8: April Milestone Complete, the Extension API Is Open
April shipped the first four extensions on the new Prisma 8 extension API: pgvector, arktype-json, ParadeDB, and CipherStash. The extension API is open to outside authors. May shifts to Early Access.

Prisma 8: A Call for Extension Authors
Prisma 8 has a tiny core that knows nothing about specific databases. Postgres, vector search, and JSON-with-schema are extensions, on the same surface that's open to you. An invitation to build.


Introducing Create-Prisma: Start a Prisma App With One Command
create-prisma is a new CLI that creates an app with Prisma set up, a starter schema, seed data, database scripts, and optional Prisma Postgres setup.
