ZenStack is an open-source DSL on top of Prisma ORM that simplifies the definition of data and access rules. It sits closer to the database, reducing repetitive coding on the application side.
ZenStack fills in the gaps in Prisma, making it a powerful way to interact with your database. Automatic CRUD operations via tRPC or REST, and easy data validation via Zod, not to mention fine-grained access rules make ZenStack a huge time saver. They are also very responsive and answer pretty much every question on their Discord. I wouldn't use Prisma without it.