Thanks for your interest in Prisma Next.
This repository is public for observation while we actively build and iterate on the system. We’re in the middle of establishing baseline constraints and core design decisions, and during this phase it’s not practical to accept external contributions: the architecture and public user-facing APIs are still changing quickly, and we need to be able to refactor with impunity.
At the moment:
- We are not accepting code contributions (no pull requests)
- We are not accepting bug reports or feature requests (no GitHub issues/discussions as a feedback channel)
- You’re welcome to try things locally, but you should not build applications on this yet. Treat everything as unstable and subject to breaking changes
When the major design decisions have settled and the public APIs have stabilized, we plan to open the project up to external contributions and we’ll update this document accordingly.
When we open the project up to external contributions, we will require that any PR containing AI-authored or AI-generated changes includes the intent artifact used to produce the change, such as:
- the prompt(s) you used
- a short spec/plan you gave the model
- the instructions you provided to the tool/agent
The goal is to preserve intent and reviewability, not to police tooling. If you used AI as a collaborator, include enough of the inputs that a maintainer can understand why the change exists and what constraints it was written under.
If you’d like to discuss the direction, ask questions, or share feedback, we’d love to hear from you in our Discord server
We’ll add a formal contributors list once external contributions are opened.