DEV Community

Discussion on: How I built an MVP and got my first user in a month 🚀

Collapse
 
jiasheng profile image
JS • Edited

Nice choice! FYI, we are building ZenStack: a full-stack toolkit on top of Prisma with a powerful access control layer. You can check out the example of a fully functional SaaS Todo app built using Sveltekit + ZenStack:

github.com/zenstackhq/sample-todo-...

With the policy-enabled auto-generated API, It only has around 300 lines of Typescript code including multi-tenant and permission control.