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

New

JSON to Mongoose Schema

Convert JSON objects into Mongoose schemas for MongoDB

New

JSON to Go Struct

Convert JSON objects into Go structs with JSON/BSON tags

New

JSON to GraphQL

Convert JSON objects into GraphQL type definitions

New

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

New

UUID Generator

Generate UUIDs/GUIDs in various formats including v4, v1, nil and max

New

CSS Unit Converter

Convert between CSS units like px, em, rem, vh, vw, and more

New

Environment Variables Generator

Generate .env file templates with validation and type hints

New

Cron to Human Readable

Convert crontab expressions to plain English descriptions

New

Binary Calculator

Perform arithmetic operations on binary numbers

New

Regex Explainer

Break down regular expressions into plain English explanations

New

UUID Validator

Validate and parse UUIDs with version detection and detailed analysis

New

SQL to Prisma Schema

Convert SQL CREATE TABLE statements to Prisma schema format

New

Unix Permission Calculator

Convert between numeric (755) and symbolic (rwxr-xr-x) Unix file permissions

New

XML Formatter

Format, prettify, and validate XML documents with syntax highlighting

New

Number Base Converter

Convert numbers between binary, octal, decimal, and hexadecimal formats

New

CSS Minifier

Minify CSS code by removing whitespace, comments, and optimizing for production.

New

Regex to Sample Generator

Generate sample strings that match your regular expression pattern for testing and development.

New

SQL Seed Generator

Generate SQL INSERT statements from JSON data for database seeding and testing.

New

JWT Builder

Build and encode JWT tokens with custom headers and payloads for authentication testing.

New

GitIgnore Generator

Generate .gitignore files for different project types and frameworks.

New

JSON Schema Generator

Generate JSON Schema from sample JSON data automatically

New

SQL Formatter

Format and beautify SQL queries with proper indentation

New

SQL to MongoDB

Convert SQL SELECT, INSERT, UPDATE, and DELETE queries to MongoDB syntax

New

List to JSON Converter

Convert plain text lists to JSON arrays with automatic type detection

New

JSON Sorter

Sort JSON objects by keys alphabetically for better readability

New

HTML Escape/Unescape

Escape and unescape special HTML characters for safe embedding in web pages

New

Base32 Encoder/Decoder

Encode and decode data using Base32 alphabet for safe data transfer

New

CSS Variable Extractor

Extract and organize CSS custom properties (variables) from CSS code

New

JSON Schema Example Generator

Generate example JSON data from a JSON Schema definition

New

HTML to React

Converts HTML markup to React/JSX functional components

New

JSON Merge Patch

Apply RFC 7396 JSON Merge Patch to update JSON objects and arrays

New

JWT Expiration Checker

Decode JWT tokens and check their expiration status with detailed analysis

New

JWT Secret Generator

Generate secure, random secrets for JWT token signing with configurable length and character options

New

SQL Injection Tester

Analyze SQL queries for potential injection vulnerabilities and security risks

New

HTML Entity Decoder

Decode HTML entities back to their original characters, including named entities and numeric entities

New

UUID Prefix/Suffix Generator

Generate UUID v4 identifiers with custom prefix and suffix strings for unique IDs

New

SQL Query Formatter

Pretty-print SQL queries with proper indentation and formatting

New

Base36 Encoder/Decoder

Converts text and numbers to/from Base36 encoding for URL-safe compact representation

New

Git Commit Message Formatter

Formats commit messages following conventional commit standards with type, scope, and structure

New

YAML to JSON

Converts YAML data to JSON format

New

Cron Expression Validator

Validates and explains cron expressions in human-readable format

New

SQL Query Builder

Build SQL SELECT queries visually by selecting tables, columns, and adding conditions

New

Text to Base32

Encode plain text to Base32 format

New

JSON Pointer Evaluator

Evaluate JSON Pointer (RFC 6901) paths against JSON data

New

JavaScript Snippet Generator

Generates ready-to-use JavaScript boilerplate code snippets