Generate custom YAML configuration files for testing and development instantly.
The random YAML generator outputs a people: list of fake person records in clean YAML. Each item carries an id, name, email, phone and description, indented the way YAML expects, so you can paste it straight into a config or fixture.
Choose how many records you want, from 1 to 100, and copy the result. Generation runs in your browser with JavaScript - nothing is uploaded or stored.
Seeding a YAML fixture for tests, mocking a config or seed file, filling a sample dataset for a static-site build, or giving a demo some believable entries. YAML's indentation can be fiddly to write by hand, so generating a valid block saves time.
Every entry sits under the same people list, and each run reshuffles the names, roles and phone numbers so two batches never match. Drop the block into a seeds file or a test fixture and adjust the count to fit.
Yes. The output uses consistent two-space indentation under a people key and quotes the string values, so it parses with a standard YAML loader.
Not on this tool - each record uses the same fixed keys: id, name, email, phone and description. You set the count and can edit the output for other shapes.
No. Names, emails and phone numbers are randomly assembled from sample lists and do not refer to real people.
No. The YAML is generated in your browser with JavaScript and never sent to our server.