Developer workflows
Start with a task and move across the right tools in order.
Workflow
Debug an API JSON response
Send a request, format the response, validate JSON, and continue into typed API payloads.
Workflow
Convert spreadsheet data
Turn Excel or CSV data into clean JSON for APIs, scripts, and migration tasks.
Workflow
Prepare website SEO files
Generate meta tags, sitemap XML, and robots.txt rules before publishing a website.
Workflow
Validate webhook signatures
Convert timestamps, generate HMAC signatures, and compare hashes for webhook debugging.
Workflow
Prepare image assets
Compress, resize, convert, and finish favicon assets for web publishing.
Workflow
Inspect a JWT token
Decode token claims, inspect base64 payloads, and convert expiry timestamps.
Workflow
Clean text lists
Sort, dedupe, compare, and count text lists before sharing or importing them.
Workflow
Convert markup and config
Move between Markdown, HTML, YAML, and JSON while keeping output readable.