Prisma
95 posts

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
AnnouncementAugust 26, 2026

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.

Søren Bramer Schmidt
Søren Bramer Schmidt
Launching Prisma Compute in Public Beta
AnnouncementJune 8, 2026

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.

Shane Neubauer
Shane Neubauer
Search encrypted data with Prisma 8 and CipherStash
AnnouncementJuly 30, 2026

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.

Dan Draper
Dan Draper
Your AI Agent Needs File Storage. Now It Can Get Its Own
AnnouncementJuly 28, 2026

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.

Nurul Sundarani
Nurul Sundarani
See Your Migration History in Prisma Studio
AnnouncementJuly 17, 2026

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.

Ankur Datta
Søren Bramer Schmidt
Ankur Datta, Søren Bramer Schmidt
Your agent can now provision Prisma Postgres through Stripe
AnnouncementJune 26, 2026

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.

Sampo Lahtinen
Sampo Lahtinen
Deploy Prisma Apps with create-prisma
AnnouncementJune 19, 2026

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.

Aman Varshney
Aman Varshney
Configure Prisma Compute deploys in TypeScript
AnnouncementJune 19, 2026

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.

Aman Varshney
Aman Varshney
Prisma 8 Early Access: Write Your Contract, Prompt Your Agent, Ship Your App
AnnouncementMay 22, 2026

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.

Ankur Datta
Will Madden
Ankur Datta, Will Madden
Prisma 8: April Milestone Complete, the Extension API Is Open
AnnouncementMay 11, 2026

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.

Will Madden
Will Madden
Prisma 8: A Call for Extension Authors
AnnouncementMay 7, 2026

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.

Will Madden
Ankur Datta
Will Madden, Ankur Datta
Introducing Create-Prisma: Start a Prisma App With One Command
AnnouncementMay 6, 2026

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.

Aman Varshney
Aman Varshney