P
Prisma2mo ago
vpjm

Generating a default form from Prisma

Hi, for now, I plan to use Prisma's Zod generator and then convert the Zod schema into a form using react-formgen. I’m not sure if there’s a more canonical and reliable way to do this. If anyone has encountered this issue before, feel free to share your insights!
4 Replies
Prisma AI Help
Prisma AI Help2mo ago
You decided to hold for human wisdom. We'll chime in soon! Meanwhile, #ask-ai is there if you need a quick second opinion.
Nurul
Nurul2mo ago
Hey 👋 Can you please elaborate on what you mean by generating a default form? You mean you want to generate a form from schema?
vpjm
vpjmOP2mo ago
Hi 👋 , Yes, exactly. I would like to be able to create a form from a Prisma model (Please don't hesitate to ping me.)
Nurul
Nurul4w ago
Your approach sounds good to me. I haven't came across any other solutions.

Did you find this page helpful?