Design
Visualize a CSS cubic-bezier easing curve, preview it live on position/opacity/scale, pick presets, and export copy-ready CSS
css-easing-visualizerDevelopment
Convert JSON data into C# classes with PascalCase properties, JsonPropertyName attributes, and nested type inference
json-to-csharpDevelopment
Convert JSON data into Go struct definitions with json struct tags, exported PascalCase fields, and nested type inference
json-to-goDevelopment
Convert JSON data into Java classes with Jackson @JsonProperty annotations, private fields, getters, and setters
json-to-javaDevelopment
Convert JSON data into Kotlin data classes with @SerializedName annotations, nullable handling, and nested type inference
json-to-kotlinDevelopment
Convert JSON data into Rust structs with serde Serialize/Deserialize derives, snake_case fields, and serde rename attributes
json-to-rustDevelopment
Convert JSON data into TypeScript interfaces or type aliases with union types, optional fields, and nested object inference
json-to-typescriptDevelopment
Browse the complete ASCII character table (0–127) with decimal, hex, octal, binary, HTML entity, and control character names; filter by code or name
ascii-tableDevelopment
Upload any binary file and inspect it as a classic hex dump with offset, hex bytes, and ASCII columns (read-only)
hex-editorFormat Conversion
Convert text to and from hexadecimal strings with flexible spacing, prefix (0x/\x/U+), and case options
hex-to-stringDesign
Generate a clamp() expression from min and max viewport and font-size bounds, with copy-ready CSS and preview data
css-fluid-typography-clamp-calcDevelopment
Complete HTTP status code reference (1xx–5xx) with semantics, typical scenarios, and retry advice in a filterable comparison table
http-status-reference