Skip to content

Commit 5154030

Browse files
authored
Pn roadmap blog (#7681)
* feat(blog): add roadmap blog * feat(blog): update roadmap
1 parent 11db7a8 commit 5154030

3 files changed

Lines changed: 69 additions & 0 deletions

File tree

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
---
2+
title: "Prisma Next Roadmap"
3+
slug: "prisma-next-roadmap"
4+
date: "2026-03-20"
5+
authors:
6+
- "Will Madden"
7+
metaTitle: "Prisma Next Roadmap"
8+
metaDescription: "Have you been wondering when you can start using Prisma Next in your app? Take a look at our roadmap to find out."
9+
heroImagePath: "/prisma-next-roadmap/imgs/hero.png"
10+
metaImagePath: "/prisma-next-roadmap/imgs/meta.png"
11+
tags:
12+
- "orm"
13+
- "announcement"
14+
---
15+
16+
On March 4th we [introduced Prisma Next](https://www.prisma.io/blog/the-next-evolution-of-prisma-orm), the future of Prisma ORM. We made the repo public so you can follow progress. We shared some of what we've built so far and what's in the works, including:
17+
18+
- a brand new query API with custom collection methods for your models
19+
- streaming query results
20+
- a low-level, type-safe SQL query builder (an escape hatch for complex or custom SQL queries)
21+
- extensions that let you install new behaviors and data types (including the first extension example: `pgvector`)
22+
- support for TypeScript Prisma schemas as an alternative to the traditional `schema.prisma`, so you can pick which you prefer
23+
- middleware, validations, query linting, and lots more
24+
25+
There's a lot still to do, so to make sure we can get Prisma Next into developers' hands as soon as possible, we're delivering the remaining work in phases.
26+
27+
### April: Enable external contributions
28+
29+
We want external contributors to be able to add new Prisma Next features, like:
30+
31+
- SQL database targets
32+
- Postgres extensions
33+
- middleware for telemetry, error reporting, and query checks
34+
- new query builders
35+
- validator integrations (like Zod and Arktype)
36+
- integrations with services like Sentry and Datadog
37+
- integrations with popular frameworks like Next.js and Vue.js
38+
39+
These are just some of our ideas and we want to open Prisma Next to hear _your_ ideas.
40+
41+
We're currently focused on developing stable APIs for extension points, establishing reliable interfaces for extension authors, and validating core framework concepts.
42+
43+
In April, we'll put out a public call inviting collaborators to join us to extend Prisma Next. We will work with you during April to implement your extensions and polish the small things we inevitably got wrong.
44+
45+
We're already working with the MongoDB and ParadeDB teams on POCs to validate that the architecture genuinely supports non-SQL targets and extension-provided database primitives.
46+
47+
> If you want to get in early and help shape the final version of Prisma Next, April is the time to get involved.
48+
49+
### May: Early access
50+
51+
Next, we want to get Prisma Next into users' hands. We need to see how it holds up in real-world applications, so we'll follow our normal EA process: an initial release, a period of feedback and refinement, then General Availability.
52+
53+
As soon as it's ready, we'll put out a public announcement alongside getting started material and guides explaining the key differences between Prisma 7 and Prisma Next.
54+
55+
By this point we expect the user-facing APIs to be stable for Postgres and one additional SQL database (SQLite is our top pick).
56+
57+
> If you want to adopt Prisma Next early, May is the time to get started.
58+
59+
### June - July: General availability
60+
61+
Between the EA release in May and July, we want to bring Prisma Next Postgres support to GA, giving it our stamp of approval as a production-ready product. Prisma 7 will continue to receive long-term support for teams that want a fully battle-tested foundation.
62+
63+
For teams looking to upgrade, you'll be able to run Prisma Next and Prisma 7 in parallel and gradually shift traffic from one to the other. We'll also provide a compatibility layer so you don't need to immediately rewrite all your queries.
64+
65+
## Follow along
66+
67+
For the most up-to-date view, follow the [roadmap in the Prisma Next repo](https://github.com/prisma/prisma-next/tree/main/ROADMAP.md) as it develops in real time. We'll post announcements like this one as we learn more.
68+
69+
For the broader picture, [check out the Prisma Next repo](https://github.com/prisma/prisma-next/tree/main) and star it to subscribe to updates.
522 KB
Loading
522 KB
Loading

0 commit comments

Comments
 (0)