To generate prisma models, go to workstation.justprintit.ai and register/login.
In the chat page. You can create and design new models. Make sure that you add your project first by clicking the add workspace button on the left navigation panel.
Once your project is added. You can prompt it to edit or create new models in Prisma. In the example, I create a new settings model with boolean fields awesome, cool and amazing.
This new model was also connected to the Account model using a one to one relationship. You can prompt for one to many or many to many relationships and Printer will figure out how to design it for you.
Here is the example prompt to create the one to one Settings model related to Account.
Can you create a new model called Settings and connect it to the Account model? The settings model has the fields awesome, cool and amazing, all booleans.