Generate Prisma schema from plain English. Use when starting a database schema.
Designing database schemas means thinking about relations, indexes, and constraints. Describe your data and get a complete Prisma schema.
One command. Zero config. Just works.
npx ai-prisma-gen "e-commerce with users, products, and orders"
# E-commerce schema
npx ai-prisma-gen "e-commerce with users, products, orders"
# SaaS schema
npx ai-prisma-gen "SaaS with organizations, users, and subscriptions"
# Social app
npx ai-prisma-gen "social app with users, posts, likes, and follows"
This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.
Find more:
No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable.
npx ai-prisma-gen --help
Takes your plain English description of data models and relationships, then generates valid Prisma schema syntax with proper types, relations, and indexes.
MIT. Free forever. Use it however you want.