Blog

EducationMay 26, 2025

Vibe Coding an E-commerce App with Prisma MCP and Next.js

Learn how we used Prisma MCP and Next.js to rapidly build an e-commerce app through vibe coding.

ORMMay 23, 2025

Why Prisma ORM Generates Code into Node Modules & Why It’ll Change

Prisma has historically generated client code into node_modules, but this is changing in the future.

May 15, 2025

Operations-Based Billing: A Simpler Pricing Model for Modern Databases

Serverless pricing for databases is notoriously difficult to grok and predict accurately. When thinking of how to solve this pricing dilemma for Prisma Postgres, we wanted to make things easy. Our operations-based pricing model simplifies pricing and removes the need to think about resource sizes or abstract compute time metrics.

ORMMay 15, 2025

Prisma 6.8.0: VS Code Agent Mode, Local Prisma Postgres, Native Deno Support

With Prisma 6.8.0, spin up a local Postgres instance in seconds, create databases with VS Code Agent Mode, query docs via GitHub Copilot, and run Prisma ORM natively on Deno.

ORMMay 15, 2025

Why the Prisma CLI Asks for Your Feedback

To capture the voice of our community we’ve started prompting for feedback directly in the CLI—an unconventional choice that deserves a short explanation.

EducationMay 7, 2025

About MCP Servers & How We Built One for Prisma

ORMApril 30, 2025

Try the New "Rust-free" Version of Prisma ORM (Early Access)

April 29, 2025

Working With Data in Large Teams

Scale your data workflows without slowing down your team. This guide helps engineering leads adopt CI for database changes, define clear ownership, and balance velocity with safety using proven patterns like expand-contract and schema validation.

AnnouncementApril 24, 2025

Announcing: Prisma Postgres Integration for Vercel Marketplace

We’re thrilled to announce that you can now create and manage Prisma Postgres instances without leaving your Vercel Dashboard.

ServerlessApril 22, 2025

Make Your Applications Fast Globally

Speed up edge and serverless apps by fixing database latency, cold starts, and slow queries.

AnnouncementApril 22, 2025

Securely Access Prisma Postgres from the Frontend (Early Access)

Define security rules for Prisma Postgres in TypeScript and securely talk to your database directly from your React, Vue, Svelte, or any other frontend apps.

April 17, 2025

Vibe Coding with Limits — How to Build Apps in the Age of AI

Discover how developers can use AI coding tools to build robust, maintainable software without sacrificing quality.