Developers
Keyboard-first, dark mode, no trackers — format, decode, inspect and convert without leaving the browser.
128 of 149 live · the rest ship in waves, each unit-tested in public.
AI Assistants5
- Cron generator
Plain English to cron
- JSON schema from description
Types and schemas from prose
- Mock data from description
'50 Indian customer records' to CSV
- Regex generator
Describe the pattern, get regex plus tests
- SQL generator
Question plus schema to query, explained
Business & Finance (India)1
- E-invoice QR decoder
Decode IRN QR payloads
Content & Design9
- Avatar generator
Initials and identicon avatars, bulk
- Clip-path maker
Visual CSS shapes
- Color converter
HEX, RGB, HSL, OKLCH, CMYK
- Contrast checker
WCAG AA/AAA plus APCA
- Diagram editor
Mermaid and flowchart live editor
- Easing previewer
cubic-bezier playground
- Gradient generator
CSS and SVG gradients
- Shadow generator
Layered CSS shadows
- Tailwind shade generator
Brand color to a 50-950 scale
Data18
- CSV to Markdown table
Also HTML tables
- CSV to SQL
Generate CREATE TABLE and INSERTs
- JSON diff
Structural compare of two JSON documents
- JSON formatter
Format, validate, tree view, precise error pointer
- JSON minifier
Strip whitespace for payloads
- JSON Schema generator
Infer a schema from sample JSON
- JSON Schema validator
Validate payloads against a schema
- JSON to CSV
Flatten nested JSON to CSV and back
- JSON to TOML
Config format conversion
- JSON to XML
Two-way convert
- JSON to YAML
Two-way convert
- JSONL tools
Line-delimited JSON to JSON/CSV and back
- JSONPath / jq playground
Query JSON interactively
- Markdown table editor
Visual editor that outputs aligned MD
- Mock data generator
Schema to realistic fake CSV/JSON with Indian locale (names, phones, PAN, GSTIN)
- Parquet viewer
Open and convert Parquet files in-browser
- SQL formatter
Pretty-print or minify SQL
- SQL playground
SQLite/DuckDB in the browser; query uploaded CSVs
Developer61
- .env to JSON/YAML
Config format transforms
- .gitignore generator
By language and stack
- AES encrypt/decrypt
Password-protect text and files locally
- API key generator
Random keys with prefixes and entropy choices
- API spec generator
Describe endpoints in plain language, get valid OpenAPI 3.1 YAML
- Base64 encode/decode
Text and files, URL-safe variant
- Basic auth header generator
user:pass to header value
- Bcrypt generator
Hash and verify with cost factor
- Byte size converter
KB/MiB/GB plus transfer-time estimates
- Case converter
camelCase, snake_case, kebab-case, Title Case and more
- Chmod calculator
Permissions to octal and back
- Code screenshot
Pretty, brandable snippet images
- CORS tester
Diagnose cross-origin failures
- Cron builder
Build and explain cron, next 10 runs, IST-aware
- CSS formatter
Beautify and minify CSS
- cURL to code
fetch, axios, Python requests, Go, PHP
- Diff to patch
Create and apply unified patches
- docker run to compose
Convert commands to compose files
- Epoch converter
Unix time to human and back, ms/s, timezones
- File checksum verifier
Confirm a download matches its published hash
- GraphQL formatter
Format queries, view schemas
- GraphQL playground
Point at an endpoint, introspect, query
- HAR analyzer
Inspect browser network exports
- Hash generator
MD5 / SHA-1 / SHA-256 / SHA-512 for text and files
- HMAC generator
Keyed hashes for webhook signatures
- HTML entity converter
Escape and unescape entities
- HTML formatter
Beautify and minify HTML
- HTML to JSX
React-ready markup conversion
- HTML to Markdown
Two-way conversion
- Invisible character detector
Find zero-width and homoglyph characters
- JS/TS formatter
Beautify and minify JavaScript / TypeScript
- JSON to any language
Go, Rust, Kotlin, Java, Python, C# types
- JSON to TypeScript
Interfaces from sample JSON
- JWT decoder
Decode header/payload, verify signatures
- JWT generator
Create signed test tokens
- Line tools
Sort, dedupe, reverse, number, shuffle lines
- Lorem ipsum
Words, paragraphs, bytes
- MCP server generator
Describe your tools or paste an OpenAPI spec, get server.json plus a working MCP scaffold
- Mock API builder
Define JSON responses, get live endpoints
- Number base converter
Binary, octal, decimal, hex
- OpenAPI mock server
Spec in, fake API out
- OpenAPI viewer
Validate and render specs, try requests
- Postman to code
Collections to cURL and scripts
- px to rem converter
With configurable base size
- Regex find & replace
Multiline regex replace on pasted text
- Regex tester
Live highlighting, groups, cheatsheet beside
- REST client
Postman-lite in a tab; collections stored locally
- RSA key generator
Key pairs via WebCrypto
- Slug generator
URL-safe slugs with Indic transliteration
- String escaper
JSON / SQL / shell / regex escaping
- SVG to React component
JSX/TSX output with props
- Text diff
Line, word and character diff with merge view
- TOTP generator
2FA codes from a secret, fully client-side
- ULID / NanoID generator
Modern sortable ID formats
- Unicode inspector
Codepoints, names, normalization
- URL encode/decode
Percent-encoding both ways
- UUID generator
v4/v7, bulk, multiple formats
- Webhook inbox
Temporary URL that captures callbacks
- WebSocket tester
Connect, send, log frames
- XML formatter
Pretty-print and validate XML
- YAML formatter
Format and validate, k8s-friendly
Documents8
- Excel to JSON
Sheets to JSON, headers become keys
- Extract text from PDF
Pull plain text out
- HTML to PDF
Paste HTML or a URL, get a pixel-accurate PDF
- LaTeX to PDF
Compile LaTeX fully in the browser
- Markdown to HTML
Two-way convert with live preview
- Markdown to PDF
Styled PDF from Markdown
- Markdown to Word
MD to DOCX, pandoc-style
- Word to HTML/Markdown
DOCX to clean HTML or Markdown
Files & Privacy11
- CSP builder
Content-Security-Policy generator and analyzer
- Encoding converter
UTF-8, UTF-16, ISO; fix mojibake and broken rupee symbols
- File type identifier
Detect the real type from bytes
- Hex viewer
Inspect binary files
- JWT security linter
alg=none, weak keys, expiry checks
- Line ending converter
CRLF to LF and back
- One-time secret
Share a password that self-destructs after reading
- PGP toolkit
Encrypt, decrypt, sign with OpenPGP.js
- Sandboxed HTML preview
Open suspicious HTML attachments safely
- Secret scanner
Paste code or logs, find API keys and tokens
- Security headers grader
Scan a site's response headers
Images & Media7
- GIF to MP4
Lighter autoplaying video
- Image diff
Pixel and structural compare
- Image to Base64
Data URLs for embedding
- Placeholder generator
Dummy images and avatars by size
- Screenshot beautifier
Frames, backgrounds, shadows for social
- SVG optimizer
SVGO in the browser
- SVG to PNG
Export at any resolution
References14
- ASCII and Unicode table
Searchable character reference
- Common ports
Service to port lookup
- Country codes
ISO 3166 plus dialing codes
- Currency codes
ISO 4217 with symbols
- Git cheatsheet
Common workflows and fixes
- HTML entities list
Searchable with copy buttons
- HTTP status codes
Every code explained with examples
- JS key codes
Press a key, see event.key and event.code
- Linux commands
Everyday ops reference
- Markdown cheatsheet
With live preview
- MIME types
Extension to content-type lookup
- Regex cheatsheet
Patterns organized by task
- SQL cheatsheet
Joins, windows, dates
- Timezone list
IANA zones with current offsets
Web & SEO15
- CIDR calculator
Subnets, ranges, masks
- CSR / certificate decoder
Paste PEM, read every detail
- DNS lookup
A, AAAA, MX, TXT, NS, CNAME via DNS-over-HTTPS
- Favicon generator
Every size plus manifest from one image
- HTTP header inspector
Response headers with a security grade
- JSON-LD generator
Organization, FAQ, Article, LocalBusiness schema
- Meta tag generator
Title, description, OG, Twitter boilerplate
- Meta tag previewer
Google SERP plus WhatsApp / LinkedIn / X card preview
- Redirect tracer
Follow 301/302 chains hop by hop
- robots.txt tester
Parse rules, test URLs against them
- SSL certificate checker
Expiry, chain, SANs for any domain
- URL parser
Decompose and rebuild URLs, edit query params
- User-agent parser
Browser, OS, device from a UA string
- What is my IP
IP, ASN, rough location
- WHOIS lookup
Domain registration data