Free · No sign-up · Runs in browser
JSON → Prisma
Schema Converter
Paste your JSON object or array, get a ready-to-use Prisma schema with inferred types, relations, and decorators. Runs 100% in your browser — nothing leaves your device.
JSON Input
Prisma Schema Output
// Your Prisma schema will appear here…
Smart type inference
Automatically maps JSON types to Prisma: String, Int, Float, Boolean, DateTime, and nested model relations.
Fully private
Your data never leaves the browser. Safely convert real schemas and sensitive data structures.
Relations & decorators
Detects nested objects as related models, arrays as one-to-many, and adds @id, @default, @unique where appropriate.