02_GENERATEDATA_ALT
GenerateData Alternative
Build reusable schemas, generate records on demand, and move from one-off browser output to reproducible fixtures.
Reusable schemas
REST API available
Deterministic seed control
Live Generator
Seed 58008 | 5 rows | JSON
{
"customer_id": "id.uuid",
"full_name": "name.fullName",
"email": "contact.email",
"city": "geo.city",
"plan": {
"type": "state.pick",
"options": {
"values": [
"free",
"pro",
"enterprise"
]
}
}
}No AI. No model training.
DerpData uses deterministic rules and Markov models, not LLM calls. Same seed and schema can reproduce the same fixture for tests, demos, and CI.