All Labs
Browse the full collection of tools and utilities.
AllFavoritesDeveloperDataDesignCalculatorTextGames
Populardeveloper
JSON Formatter
Paste raw JSON to instantly format, validate, or minify it. Includes syntax highlighting, inline error detection with line numbers, and one-click copy. Perfect for debugging API responses or config files.
jsonformattervalidator
Populardeveloper
Base64 Encoder/Decoder
Instantly encode any text to Base64 or decode Base64 strings back to plain text. Handles full UTF-8 character sets including emojis and international characters. Useful for embedding data in URLs, emails, or API payloads.
base64encodedecode
developer
URL Encoder/Decoder
Encode or decode URLs and query strings. Supports both component and full URI modes.
urlencodedecode
Populardata
UUID Generator
Generate cryptographically random UUID v4 identifiers — one at a time or in bulk. Each UUID is unique across space and time, making them perfect for database primary keys, session tokens, or correlation IDs.
uuidguidrandom
design
Color Converter
Convert colors between HEX, RGB, and HSL formats with a live preview.
colorhexrgb
text
Lorem Ipsum Generator
Generate placeholder text by paragraphs, sentences, or word count.
loremipsumplaceholder
calculator
Timestamp Converter
Convert between Unix timestamps and human-readable dates. Supports seconds and milliseconds.
timestampunixdate
text
Hash Generator
Generate SHA-1, SHA-256, SHA-384, and SHA-512 hashes from text using the Web Crypto API.
hashshasha256
Populardeveloper
Regex Tester
Write and test regular expressions with real-time match highlighting, captured group inspection, and a library of common pattern presets. Supports all JavaScript regex flags including global, case-insensitive, and multiline.
regexregular-expressiontester
Populardeveloper
Diff Viewer
Paste two versions of text to instantly see additions, deletions, and modifications highlighted side by side. Switch between line-level and word-level diff modes. Great for reviewing code changes, config updates, or document revisions.
diffcomparetext
Updateddeveloper
Markdown Preview
A split-pane Markdown editor with live preview. Write GitHub Flavored Markdown on the left and see it rendered in real time on the right. Supports tables, task lists, strikethrough, and auto-linking.
markdownpreviewgfm
developer
JWT Decoder
Decode JSON Web Tokens to inspect header, payload, and expiration. No data sent to any server.
jwttokendecoder
design
CSS Unit Converter
Convert between px, rem, em, pt, vw, and vh with configurable base font size and viewport.
cssunitconverter
data
QR Code Generator
Generate QR codes from text or URLs with adjustable size and error correction. Download as PNG.
qrqrcodegenerator
developer
JSON to TypeScript
Generate TypeScript interfaces from JSON data. Handles nested objects and arrays.
jsontypescriptinterface
developer
Cron Expression Parser
Parse and explain cron expressions in human-readable format with preset examples.
cronschedulerparser
text
Text Case Converter
Convert text between camelCase, snake_case, kebab-case, PascalCase, Title Case, and more.
textcaseconverter
calculator
Number Base Converter
Convert numbers between binary, octal, decimal, and hexadecimal bases.
binaryoctaldecimal
developer
SQL Formatter
Format and beautify SQL queries with customizable indentation.
sqlformatterbeautify
developer
Regex Library
Common regex patterns with descriptions, examples, and one-click copy.
regexpatternslibrary
design
SVG Optimizer
Optimize and minify SVG markup — remove metadata, comments, and whitespace.
svgoptimizeminify
data
Image to Base64
Convert images to Base64 data URIs for embedding in HTML or CSS.
imagebase64data-uri
design
Placeholder Image Generator
Generate placeholder images with custom dimensions, colors, and text.
placeholderimagegenerator
developer
API Response Formatter
Paste a cURL command or raw API response to see formatted, highlighted output.
apicurlresponse
text
Password Generator
Generate strong, customizable passwords with length, character set, and strength indicator.
passwordgeneratorsecurity
design
CSS Gradient Generator
Create beautiful CSS gradients with a visual editor — linear, radial, and conic.
cssgradientcolor
text
HTML Entity Encoder
Encode and decode HTML entities — convert special characters for safe HTML embedding.
htmlentityencode
developer
Markdown Table Generator
Build markdown tables visually with a spreadsheet-like editor.
markdowntablegenerator
game
Typing Speed Test
Test your typing speed and accuracy with random passages. Track WPM and error rate.
typingspeedwpm
game
Memory Card Game
Test your memory by matching pairs of cards. Track your moves and best time.
memorycardsmatching
game
Color Guess Game
Can you identify the correct color from its hex code? Test your color intuition!
colorguesshex
developer
JSON Path Finder
Click on any value in a JSON tree to get its path. Supports dot and bracket notation.
jsonpathfinder
design
Aspect Ratio Calculator
Calculate and convert aspect ratios. Find dimensions, resize proportionally.
aspectratioresize
text
String & Word Counter
Count characters, words, sentences, lines, and paragraphs in any text.
stringwordcount
calculator
Chmod Calculator
Calculate Unix file permissions — toggle checkboxes or type the octal/symbolic value.
chmodpermissionsunix
calculator
Epoch Batch Converter
Convert multiple Unix timestamps at once. Paste a list and get human-readable dates.
epochtimestampbatch
design
Lorem Pixel
Generate CSS grid/flexbox placeholder layouts for quick prototyping.
loremlayoutgrid
game
Reaction Time Test
Test your reaction time — click as fast as you can when the screen turns green!
reactionspeedreflex
game
Snake Game
The classic Snake game — eat food, grow longer, don't hit yourself!
snakeclassicarcade
game
2048
The addictive number puzzle — slide tiles to combine them and reach 2048!
2048puzzlenumbers
game
Wordle
Guess the 5-letter word in 6 tries — letters turn green, yellow, or gray!
wordlewordguess
data
YAML / JSON Converter
Convert between YAML and JSON formats with syntax highlighting and error detection.
yamljsonconverter
data
CSV to JSON
Parse CSV data into JSON arrays or objects with delimiter and header options.
csvjsonconverter
data
JSON Schema Generator
Generate JSON Schema from a JSON sample. Supports nested objects, arrays, and all data types.
jsonschemagenerator
data
Slug Generator
Convert text to URL-friendly slugs with separator, case, and length options.
slugurlgenerator
design
Box Shadow Generator
Visual CSS box-shadow builder with layers, presets, and live preview.
cssbox-shadowgenerator
Updateddesign
Color Palette Generator
Pick a base color and instantly generate harmonious palettes using color theory — complementary, analogous, triadic, tetradic, and split-complementary schemes. Export as HEX, RGB, or HSL for direct use in CSS.
colorpaletteharmony
text
Word Frequency Counter
Analyze text for word frequency, count, and percentage with CSV export.
wordfrequencycounter
data
Binary / Text Converter
Convert text to binary (ASCII) and binary back to text, with spaced and continuous formats.
binarytextascii
game
Minesweeper
Classic Minesweeper game with Easy, Medium, and Hard difficulty levels.
minesweepergamepuzzle
game
Sudoku
Generate and play Sudoku puzzles with Easy, Medium, and Hard difficulty levels.
sudokugamepuzzle
This tool is coming soon. Stay tuned!
BetaProdeveloper
API Playground
A browser-based HTTP client for testing REST APIs. Set methods, headers, body, and query params, then inspect full responses with status codes, timing, and formatted JSON. No installs needed — like a mini Postman.
apihttprest
This tool is coming soon. Stay tuned!
BetaProdeveloper
DB Schema Designer
Design database schemas visually — add tables, define columns with types and constraints, draw foreign key relationships, then export production-ready SQL. Supports PostgreSQL, MySQL, and SQLite dialects.
databaseschemasql
developer
JSON Diff & Merge
Compare two JSON objects side-by-side, see added/removed/changed keys, and merge them.
jsondiffmerge
Newcalculator
Percentage Calculator
A multi-mode percentage calculator covering all common scenarios: percentage of a number, percentage change between values, percentage difference, and adding/subtracting percentages. Instant results as you type.
percentagecalculatormath
This tool is coming soon. Stay tuned!
NewProcalculator
Subnet Calculator
Enter an IP address and CIDR prefix to instantly calculate the network address, broadcast address, subnet mask, wildcard mask, usable host range, and total number of hosts. Essential for network planning and troubleshooting.
subnetcidrip
Newcalculator
Unit Converter
Convert between 100+ measurement units across 7 categories: length, weight, area, volume, speed, temperature, and digital storage. Results update instantly as you type. Handles metric, imperial, and digital units.
unitconverterlength
This tool is coming soon. Stay tuned!
NewProdeveloper
OpenAPI Viewer
Transform raw OpenAPI 3.0 or Swagger 2.0 specs into beautiful, interactive API documentation. See endpoints grouped by tags, explore parameters, request bodies, and response schemas — all in your browser.
openapiswaggerapi
This tool is coming soon. Stay tuned!
NewProdeveloper
Regex Builder
Build complex regular expressions visually using drag-and-drop blocks. Add character classes, groups, anchors, and lookaheads with point-and-click controls. See the compiled pattern update in real time and test against sample text.
regexbuildervisual
This tool is coming soon. Stay tuned!
NewProdeveloper
Env Manager
Paste two .env files to instantly see which keys are missing, which values differ, and which are identical. Generate .env.example templates with sensitive values stripped. Mask secrets for safe screen sharing.
envenvironmentdotenv
Newcalculator
Calculator
A responsive calculator supporting basic arithmetic, scientific functions (sin, cos, tan, log, sqrt, power), parentheses, and a running history of past calculations. Keyboard-friendly with instant evaluation.
calculatormathscientific
This tool is coming soon. Stay tuned!
NewProcalculator
Tax Calculator
A comprehensive income tax estimator with US federal progressive brackets for 2024. Enter gross income, filing status, and deductions to see marginal and effective tax rates, per-bracket breakdown, and net take-home pay.
taxincomefinance
This tool is coming soon. Stay tuned!
NewProcalculator
Freelance Calculator
A multi-mode freelance business calculator. Determine your ideal hourly or daily rate based on desired annual income, estimate project costs from hours and rate, and see your net income after taxes, expenses, and self-employment tax.
freelancerateincome
This tool is coming soon. Stay tuned!
NewProcalculator
Home Loan Calculator
A full-featured mortgage and home loan calculator. Enter loan amount, interest rate, and term to see monthly payments (EMI), total interest paid, and a detailed year-by-year amortization schedule with principal vs. interest breakdown.
mortgageloanemi
Don't see what you need?Suggest a lab