Code Development
HTML to Liquid Converter
Convert HTML into Liquid templates
Drizzle Schema to SQL Query
Convert Drizzle ORM schema code into raw SQL CREATE TABLE queries
SQL to Drizzle Schema
Convert SQL CREATE TABLE statements into Drizzle ORM schema code
HTML to JSX Converter
Convert HTML snippets into React JSX code automatically
JSON to TypeScript
Generate TypeScript interfaces from JSON objects
JSON to BigQuery Schema
Convert JSON objects into Google BigQuery table definitions
JSON to Zod Schema
Convert JSON objects into Zod validation schemas
JSON to Mongoose Schema
Convert JSON objects into Mongoose schemas for MongoDB
JSON to Go Struct
Convert JSON objects into Go structs with JSON/BSON tags
JSON to GraphQL
Convert JSON objects into GraphQL type definitions
JSON to Rust Serde
Convert JSON objects into Rust structs with Serde attributes
Bcrypt Hash Tester
Securely generate and verify Bcrypt hashes.
JSON Minifier
Compress JSON files by removing all whitespace.
JSON Formatter & Validator
Format and validate JSON with syntax highlighting
Regex Tester
Test and debug regular expressions
.htaccess Generator
Generate .htaccess configurations
YAML Formatter & Validator
Format and validate YAML files with syntax highlighting
JWT Token Decoder
Decode and analyze JWT tokens with detailed payload inspection
Color Picker & Converter
Pick colors and convert between formats (HEX, RGB, HSL, CMYK)
Unix Timestamp Converter
Convert Unix timestamps to human readable dates and vice versa
CSS Flexbox Playground
Interactive playground to learn and experiment with CSS Flexbox properties
CSS Grid Playground
Interactive playground to learn and experiment with CSS Grid properties
CSS Animation Generator
Create and customize CSS animations with keyframes and transitions
CSS Clip-Path Generator
Generate CSS clip-path properties with visual editor
CSS Gradient Generator
Create beautiful CSS gradients with live preview and customization
CSS Box Shadow Generator
Generate CSS box-shadow effects with visual controls
CSS Text Shadow Generator
Create CSS text-shadow effects with live preview
CSS Border Radius Generator
Generate CSS border-radius properties with visual preview
CSS Transform Generator
Scale, rotate, skew, translate with live preview
CSS Filter Generator
Blur, brightness, contrast, hue-rotate, and more visual effects
CSS Transition Generator
Smooth animations between states with timing controls
CSS Keyframe Animation Builder
Advanced animation timeline editor with keyframes
CSS Backdrop Filter Generator
Glass morphism effects with backdrop filters
CSS Mask Generator
Image and shape masking effects with CSS masks
CSS Shape Generator
Polygon, circle, ellipse path creators with clip-path
UUID Generator
Generate UUIDs/GUIDs in various formats including v4, v1, nil and max
CSS Unit Converter
Convert between CSS units like px, em, rem, vh, vw, and more
Environment Variables Generator
Generate .env file templates with validation and type hints
Cron to Human Readable
Convert crontab expressions to plain English descriptions
Binary Calculator
Perform arithmetic operations on binary numbers
Regex Explainer
Break down regular expressions into plain English explanations
UUID Validator
Validate and parse UUIDs with version detection and detailed analysis
SQL to Prisma Schema
Convert SQL CREATE TABLE statements to Prisma schema format
Unix Permission Calculator
Convert between numeric (755) and symbolic (rwxr-xr-x) Unix file permissions
XML Formatter
Format, prettify, and validate XML documents with syntax highlighting
Number Base Converter
Convert numbers between binary, octal, decimal, and hexadecimal formats
CSS Minifier
Minify CSS code by removing whitespace, comments, and optimizing for production.
Regex to Sample Generator
Generate sample strings that match your regular expression pattern for testing and development.
SQL Seed Generator
Generate SQL INSERT statements from JSON data for database seeding and testing.
JWT Builder
Build and encode JWT tokens with custom headers and payloads for authentication testing.
GitIgnore Generator
Generate .gitignore files for different project types and frameworks.
JSON Schema Generator
Generate JSON Schema from sample JSON data automatically
SQL Formatter
Format and beautify SQL queries with proper indentation
SQL to MongoDB
Convert SQL SELECT, INSERT, UPDATE, and DELETE queries to MongoDB syntax
List to JSON Converter
Convert plain text lists to JSON arrays with automatic type detection
JSON Sorter
Sort JSON objects by keys alphabetically for better readability
HTML Escape/Unescape
Escape and unescape special HTML characters for safe embedding in web pages
Base32 Encoder/Decoder
Encode and decode data using Base32 alphabet for safe data transfer
CSS Variable Extractor
Extract and organize CSS custom properties (variables) from CSS code
JSON Schema Example Generator
Generate example JSON data from a JSON Schema definition
HTML to React
Converts HTML markup to React/JSX functional components
JSON Merge Patch
Apply RFC 7396 JSON Merge Patch to update JSON objects and arrays
JWT Expiration Checker
Decode JWT tokens and check their expiration status with detailed analysis
JWT Secret Generator
Generate secure, random secrets for JWT token signing with configurable length and character options
SQL Injection Tester
Analyze SQL queries for potential injection vulnerabilities and security risks
HTML Entity Decoder
Decode HTML entities back to their original characters, including named entities and numeric entities
UUID Prefix/Suffix Generator
Generate UUID v4 identifiers with custom prefix and suffix strings for unique IDs
SQL Query Formatter
Pretty-print SQL queries with proper indentation and formatting
Base36 Encoder/Decoder
Converts text and numbers to/from Base36 encoding for URL-safe compact representation
Git Commit Message Formatter
Formats commit messages following conventional commit standards with type, scope, and structure
YAML to JSON
Converts YAML data to JSON format
Cron Expression Validator
Validates and explains cron expressions in human-readable format
SQL Query Builder
Build SQL SELECT queries visually by selecting tables, columns, and adding conditions
Text to Base32
Encode plain text to Base32 format
JSON Pointer Evaluator
Evaluate JSON Pointer (RFC 6901) paths against JSON data
JavaScript Snippet Generator
Generates ready-to-use JavaScript boilerplate code snippets