Developer Tools
The small stuff that eats up a developer's day: looking up HTTP status codes, generating UUIDs, writing cron expressions, checking MIME types, parsing User-Agent strings, or scaffolding TypeScript types from JSON. Bookmark this page — it's faster than digging through docs.
Developer Tools
UUID Generator
Free online UUID generator creating RFC 4122 compliant unique identifiers. Supports UUID v1, v4 versions, batch generation.
Token Counter
Free online token counter tool to estimate token count in AI models like GPT and Claude. Helps control prompt costs for API calls.
HTTP Status Code Query
Free online HTTP status code reference with all standard codes. Search and filter by category, quickly find 1xx to 5xx status code meanings.
MIME Types Reference
Free online MIME type lookup tool. Quickly find MIME types for file extensions. Search and filter by category, covering documents, images, audio, video and more.
Git Command Reference
Free online Git commands cheat sheet with most commonly used Git commands. Organized by category with search and filter for quick Git command lookup.
ASCII Table Query
Free online ASCII table with control characters, printable characters, and extended codes. Search and filter ASCII values for quick lookup.
Cron Expression Generator
Free online Cron expression tool to parse and generate Cron schedule expressions. Visual configuration, support second-level, Quartz extended syntax.
JSON to TypeScript
Free online JSON to TypeScript converter auto-generating interface definitions. Supports nested objects, arrays, union types, accelerate TypeScript development.
JSON Schema Generator
Free online JSON Schema generator that creates standards-compliant schemas from JSON data. Infer nested objects, arrays, required fields, and validation rules.
Excel Data Generator
Online Excel test data generator. Supports name, phone, ID, date, money and more field types. Customize column rules to batch generate mock data and export .xlsx files. Data generated locally for privacy.
CSV Data Generator
Online CSV test data generator. Supports name, phone, ID, date, money and more field types. Customize column rules to batch generate mock data and export .csv files with selectable delimiters and BOM. Data generated locally for privacy.
UA Parser
Free online User-Agent parser tool. Instantly identify browser, operating system, and device info from any UA string. Essential tool for web developers.
Mermaid Editor
Free online Mermaid diagram editor for flowcharts, sequence diagrams, class diagrams, ER diagrams, Gantt charts, mind maps, and live PNG/SVG export.
Demo Example
Server-side rendered (SSR) demo page showing how the front end fetches data from a back-end API at request time, ideal for fast, fully SEO-indexable pages.
What this category can do
Developer tools provide small references and generators needed during implementation: UUIDs, token counts, HTTP status codes, MIME types, Git commands, ASCII tables, Cron expressions, JSON Schema, TypeScript types, User-Agent parsing and Mermaid diagrams. This category supports coding and debugging details rather than end-user document conversion.
Most tools process input in the browser when possible. For files, tokens, documents or network checks, review the selected tool before using sensitive data.
Common use cases
- Generate UUIDs, Cron expressions or TypeScript types while building a feature.
- Look up HTTP status codes, MIME types, ASCII values or Git commands during debugging.
- Parse User-Agent strings, estimate token usage or sketch Mermaid diagrams for docs.
FAQ
Are generated UUIDs guaranteed unique?
They are designed to make collisions extremely unlikely, but no random identifier can be absolutely guaranteed forever.
Why should generated TypeScript be reviewed?
Types inferred from one JSON sample may miss optional fields, unions or production variants.
Do Cron expressions work the same everywhere?
No. Some schedulers include seconds or support special syntax. Check the target platform.
Why is token counting approximate?
Tokenization depends on the model and request format. Use counts as estimates unless the tool matches the exact model.