Developer & Tech Utilities
68 tools
Quick placeholder and sample values for development, testing and documentation — hostnames, slugs, filenames, status codes and more. Every value is clearly a random example, never a real credential, address or in-use identifier.
Showing 68 of 68 tools.
- Placeholder Email GeneratorGenerate a placeholder email address on a reserved example domain — never a real, deliverable address.
- Placeholder Phone Number GeneratorGenerate a placeholder phone number using the numbering-plan range reserved for fiction — never a real, dialable number.
- Test Address GeneratorGenerate a fictional street address for test data or UI mockups.
- Regex Pattern Sample GeneratorA common validation regex paired with a real string it matches, for testing or learning pattern syntax.
- HTTP Status Code GeneratorA real HTTP status code with its standard meaning.
- Git Branch Name GeneratorGenerate an example Git branch name in the common type/description format, like feature/add-login-form.
- Mock API Error GeneratorA sample JSON error response, distinct from the site's success-shaped mock API response tool.
- Mock API Response GeneratorA sample successful JSON API response, distinct from the site's error-shaped mock response tool.
- Cron Expression GeneratorA random common cron expression, with a plain-English explanation.
- Edge Case Prompt GeneratorA 'what happens if…' testing prompt to jog which edge case to check next.
- Placeholder Hostname GeneratorGenerate a placeholder hostname on the reserved example.com domain — never a real, resolvable host.
- URL Slug GeneratorA kebab-case URL slug for test data or mockups.
- JSON Sample GeneratorGenerate a small sample JSON object with randomised placeholder values, for API mockups.
- Exception Message GeneratorA fictional exception message for a mockup, log sample or error-handling test, not tied to any real library.
- HTTP Header GeneratorA real HTTP header name with an illustrative example value, for API testing or documentation.
- ULID GeneratorA correctly-shaped ULID example, for placeholder database identifiers.
- SQL Query Sample GeneratorA realistic example SQL query, for teaching or documentation.
- UUID Batch GeneratorFive fresh UUIDs at once, one per line.
- Boundary Value GeneratorA standard numeric or string boundary value used in software testing, like a max-int or an empty string.
- Random Filename GeneratorA placeholder filename with a common extension.
- Random Port Number GeneratorA port number in the common ephemeral/user-registrable range.
- Semantic Version GeneratorA semantic-version-shaped string (MAJOR.MINOR.PATCH).
- Commit Message Prompt GeneratorAn example conventional-commit-style message, for practising commit conventions.
- Environment Variable Name GeneratorGenerate an example environment-variable name in UPPER_SNAKE_CASE, like API_SECRET.
- API Endpoint Name GeneratorGenerate an example REST API endpoint path, like /api/v1/orders/{id}.
- Random IPv6 Address GeneratorAn IPv6 address for placeholder config or test data.
- Timezone Test Value GeneratorA real IANA timezone identifier for testing date/time handling across regions.
- YAML Sample GeneratorA small sample YAML fixture, distinct from the site's JSON-sample tool.
- Log Entry GeneratorA sample structured log line with timestamp, level and service name, for testing a log viewer.
- User Story GeneratorAn 'As a…, I want…, so that…' user story, distinct from the site's acceptance-criteria prompt tool.
- Docker Image Tag GeneratorAn example Docker image tag, for documentation or config mockups.
- GraphQL Query Sample GeneratorA realistic example GraphQL query or mutation, for teaching or documentation.
- Nanoid-Style Test ID GeneratorA correctly-shaped, URL-safe 21-character test ID in the nanoid visual style.
- Random Alphanumeric String GeneratorA random string of letters and digits only, no symbols.
- Issue Title GeneratorA realistic example software-issue title, for demos or teaching.
- Error Code Sample GeneratorA plausible error code and description pair for mockups, tutorials or test fixtures.
- Locale Code PickerA real BCP 47 locale code, like en-GB or ja-JP, for testing internationalisation.
- Bug Report Prompt GeneratorA prompt to check your bug report actually includes, so it's reproducible on the first read.
- CSV Test Dataset GeneratorA small fictional CSV sample, including one deliberately messy row, for exercising a parser.
- Pull Request Title GeneratorA conventional-commit-style pull request title, distinct from the site's commit-message prompt tool.
- CSS Class Name GeneratorGenerate an example CSS class name in a common BEM-ish convention, like card__title.
- Database Table Name GeneratorGenerate an example database table name in common snake_case_plural convention, like app_orders.
- Random HTTP Method GeneratorA real HTTP request method with its standard meaning.
- User-Agent Example GeneratorGet an illustrative example User-Agent string in the standard format, for testing — not from any real visitor.
- Ticket ID GeneratorGenerate a fictional issue-tracker-style ticket ID example, like PROJ-4821.
- Feature Flag Name GeneratorA plausible feature-flag identifier for documentation, mockups or example config.
- Release Note Prompt GeneratorA prompt to check your release note actually covers, distinct from a bug-report or PR-title tool.
- URL Query String GeneratorA sample URL query string with realistic parameter names, distinct from the site's URL-slug tool.
- Configuration Key GeneratorA realistic dot- or underscore-separated configuration key name, for testing config-loading code.
- Test Case Name GeneratorA 'should X when Y' test-case description, distinct from the site's test-suite name tool.
- Nested JSON GeneratorA small sample JSON object with one level of nesting.
- JSON Array GeneratorA small array of sample JSON objects.
- XML Sample GeneratorA realistic example XML snippet, for teaching or documentation.
- URL Path GeneratorA random multi-segment URL path, for documentation or mockups.
- Webhook Payload Example GeneratorA fictional webhook JSON payload, for documentation or mockups.
- Department Name GeneratorA plausible internal team or department name for mockups and sample org charts.
- Language Code PickerA real ISO 639 language code alone, distinct from the site's language-plus-region locale picker.
- Database Index Name GeneratorA realistic database index name, distinct from the site's table-name generator.
- Migration Name GeneratorA timestamped database-migration filename, distinct from the site's build-number tool.
- Build Number GeneratorGenerate a fictional build-number example, like build-2026.09.01-a3f1.
- Invoice Reference GeneratorA plausible reference code for mockup invoices, clearly not a real transaction ID.
- Test Suite Name GeneratorA realistic test-suite/describe-block name, distinct from an individual test-case name.
- Random ASCII Test String GeneratorA random printable-ASCII test string, including symbols.
- Random Unicode Test String GeneratorA random test string mixing several real Unicode blocks, including emoji.
- TSV Sample GeneratorA realistic tab-separated-values sample, for teaching or documentation.
- MIME Type PickerA random common MIME type string.
- CSS Variable Name GeneratorA random kebab-case CSS custom-property name.
- API Rate Limit Example GeneratorA realistic example API rate-limit response or header set.