Developer tools

65 developer utilities — 58 live so far.

58 of 65 live · the rest ship in waves, each unit-tested in public.

API building & testing10

  • API key generator

    Random keys with prefixes and entropy choices

    LiveAPI building & testing
  • Basic auth header generator

    user:pass to header value

    LiveAPI building & testing
  • CORS tester

    Diagnose cross-origin failures

    Planned · W3API building & testing
  • GraphQL playground

    Point at an endpoint, introspect, query

    Planned · W3API building & testing
  • Mock API builder

    Define JSON responses, get live endpoints

    Planned · W3API building & testing
  • OpenAPI mock server

    Spec in, fake API out

    Planned · W4API building & testing
  • Postman to code

    Collections to cURL and scripts

    LiveAPI building & testing
  • REST client

    Postman-lite in a tab; collections stored locally

    Planned · W2API building & testing
  • Webhook inbox

    Temporary URL that captures callbacks

    Planned · W3API building & testing
  • WebSocket tester

    Connect, send, log frames

    Planned · W2API building & testing

Code formatting & conversion23

  • .env to JSON/YAML

    Config format transforms

    LiveCode formatting & conversion
  • .gitignore generator

    By language and stack

    LiveCode formatting & conversion
  • API spec generator

    Describe endpoints in plain language, get valid OpenAPI 3.1 YAML

    LiveCode formatting & conversion
  • Chmod calculator

    Permissions to octal and back

    LiveCode formatting & conversion
  • Code screenshot

    Pretty, brandable snippet images

    LiveCode formatting & conversion
  • CSS formatter

    Beautify and minify CSS

    LiveCode formatting & conversion
  • cURL to code

    fetch, axios, Python requests, Go, PHP

    LiveCode formatting & conversion
  • Diff to patch

    Create and apply unified patches

    LiveCode formatting & conversion
  • docker run to compose

    Convert commands to compose files

    LiveCode formatting & conversion
  • GraphQL formatter

    Format queries, view schemas

    LiveCode formatting & conversion
  • HAR analyzer

    Inspect browser network exports

    LiveCode formatting & conversion
  • HTML formatter

    Beautify and minify HTML

    LiveCode formatting & conversion
  • HTML to JSX

    React-ready markup conversion

    LiveCode formatting & conversion
  • HTML to Markdown

    Two-way conversion

    LiveCode formatting & conversion
  • JS/TS formatter

    Beautify and minify JavaScript / TypeScript

    LiveCode formatting & conversion
  • JSON to any language

    Go, Rust, Kotlin, Java, Python, C# types

    LiveCode formatting & conversion
  • JSON to TypeScript

    Interfaces from sample JSON

    LiveCode formatting & conversion
  • MCP server generator

    Describe your tools or paste an OpenAPI spec, get server.json plus a working MCP scaffold

    LiveCode formatting & conversion
  • OpenAPI viewer

    Validate and render specs, try requests

    LiveCode formatting & conversion
  • px to rem converter

    With configurable base size

    LiveCode formatting & conversion
  • SVG to React component

    JSX/TSX output with props

    LiveCode formatting & conversion
  • XML formatter

    Pretty-print and validate XML

    LiveCode formatting & conversion
  • YAML formatter

    Format and validate, k8s-friendly

    LiveCode formatting & conversion

Developer text, encoding & crypto32

  • AES encrypt/decrypt

    Password-protect text and files locally

    LiveDeveloper text, encoding & crypto
  • Base64 encode/decode

    Text and files, URL-safe variant

    LiveDeveloper text, encoding & crypto
  • Bcrypt generator

    Hash and verify with cost factor

    LiveDeveloper text, encoding & crypto
  • Byte size converter

    KB/MiB/GB plus transfer-time estimates

    LiveDeveloper text, encoding & crypto
  • Case converter

    camelCase, snake_case, kebab-case, Title Case and more

    LiveDeveloper text, encoding & crypto
  • Cron builder

    Build and explain cron, next 10 runs, IST-aware

    LiveDeveloper text, encoding & crypto
  • Epoch converter

    Unix time to human and back, ms/s, timezones

    LiveDeveloper text, encoding & crypto
  • File checksum verifier

    Confirm a download matches its published hash

    LiveDeveloper text, encoding & crypto
  • Hash generator

    MD5 / SHA-1 / SHA-256 / SHA-512 for text and files

    LiveDeveloper text, encoding & crypto
  • HMAC generator

    Keyed hashes for webhook signatures

    LiveDeveloper text, encoding & crypto
  • HTML entity converter

    Escape and unescape entities

    LiveDeveloper text, encoding & crypto
  • Invisible character detector

    Find zero-width and homoglyph characters

    LiveDeveloper text, encoding & crypto
  • JWT decoder

    Decode header/payload, verify signatures

    LiveDeveloper text, encoding & crypto
  • JWT generator

    Create signed test tokens

    LiveDeveloper text, encoding & crypto
  • Line tools

    Sort, dedupe, reverse, number, shuffle lines

    LiveDeveloper text, encoding & crypto
  • Lorem ipsum

    Words, paragraphs, bytes

    LiveDeveloper text, encoding & crypto
  • Number base converter

    Binary, octal, decimal, hex

    LiveDeveloper text, encoding & crypto
  • Passphrase generator

    Diceware-style memorable phrases

    LiveDeveloper text, encoding & crypto
  • Password generator

    Rules, pronounceable mode, bulk

    LiveDeveloper text, encoding & crypto
  • Random pickers

    Numbers, strings, list shuffler, dice

    LiveDeveloper text, encoding & crypto
  • Regex find & replace

    Multiline regex replace on pasted text

    LiveDeveloper text, encoding & crypto
  • Regex tester

    Live highlighting, groups, cheatsheet beside

    LiveDeveloper text, encoding & crypto
  • RSA key generator

    Key pairs via WebCrypto

    LiveDeveloper text, encoding & crypto
  • Slug generator

    URL-safe slugs with Indic transliteration

    LiveDeveloper text, encoding & crypto
  • String escaper

    JSON / SQL / shell / regex escaping

    LiveDeveloper text, encoding & crypto
  • Text diff

    Line, word and character diff with merge view

    LiveDeveloper text, encoding & crypto
  • Timezone meeting planner

    Compare cities, share a link

    LiveDeveloper text, encoding & crypto
  • TOTP generator

    2FA codes from a secret, fully client-side

    LiveDeveloper text, encoding & crypto
  • ULID / NanoID generator

    Modern sortable ID formats

    LiveDeveloper text, encoding & crypto
  • Unicode inspector

    Codepoints, names, normalization

    LiveDeveloper text, encoding & crypto
  • URL encode/decode

    Percent-encoding both ways

    LiveDeveloper text, encoding & crypto
  • UUID generator

    v4/v7, bulk, multiple formats

    LiveDeveloper text, encoding & crypto