Prisma Schema Generator
Generate a Prisma schema model from any JSON sample.
DB provider
About Prisma Schema Generator
This tool reads a JSON object sample and produces a ready-to-use schema.prisma file. Field types are inferred automatically: numbers become Int or Float, booleans become Boolean, date-like strings become DateTime, and nested objects are extracted into separate related models with a foreign-key relation. Select your target database provider to set the correct datasource block. The generated schema is entirely client-side — your data never leaves the browser.
Private & free — this tool runs entirely in your browser.
Related Developer Utilities tools
RegExp Tester
Test regular expressions and inspect matches locally.
Regex Visualizer
Visual regex pattern diagram with live match highlighting and capture group annotations.
Subnet Calculator
Compute CIDR subnets, usable hosts, and network ranges.
Cron Parser
Translate cron syntax into plain English.
URL Parser
Break a URL into protocol, host, path, and query parts.
HTML Previewer
Paste HTML and see it rendered live in a safe, sandboxed preview.
HTTP Status Code Reference
Search and look up every HTTP status code and its meaning.
MIME Type Lookup
Find the MIME type for a file extension, or the extensions for a MIME type.