Generators Toolkit
Independent tools for the test data every project eventually needs — unique IDs and placeholder text. All run entirely in your browser.
How these fit together
These don't form a pipeline — they're independent tools for generating real-looking test data without making it up by hand. UUID Generator produces RFC 4122 v4, v1, or v7 identifiers for database keys, request IDs, or anything else that needs a collision-free unique value. ULID Generator covers the case a UUID doesn't: an identifier that also sorts chronologically as plain text, with an optional monotonic mode that guarantees strict ordering for IDs minted in the same millisecond. Lorem Ipsum Generator fills in placeholder copy — words, sentences, or paragraphs — so a layout can be judged on its own before real content exists. Looking for password generation instead? That moved to the Password Security Toolkit, alongside tools for checking and setting policy on one.