Developer tool catalog.
Each tool resolves from the database, serves its own runtime from appcode, and can carry long-form content and comments.
code
-
Markdown Viewer
Preview rendered Markdown while editing your source text.
-
JavaScript Formatter
Beautify JavaScript code for easier reading and debugging.
-
CSS Formatter
Format CSS stylesheets with consistent indentation and spacing.
-
SQL Formatter
Format SQL queries for easier review, editing, and debugging.
-
HTML Formatter
Beautify HTML markup into clean, readable source code.
-
Markdown to HTML
Convert Markdown content into HTML instantly in the browser.
-
Regex Tester
Test regular expressions with live match and replace results.
data
-
XML Validator
Validate XML structure and detect malformed tags.
-
YAML Validator
Validate YAML syntax and catch indentation problems fast.
-
JSON to JSON Schema
Create a JSON Schema definition from example JSON data.
-
JSON Diff Checker
Compare two JSON documents and highlight structural differences.
-
JSON Validator
Validate JSON payloads and quickly detect syntax errors.
-
YAML Formatter
Beautify YAML files for cleaner reading and editing.
-
JSON Formatter
Format and beautify raw JSON into a readable structured layout.
-
JSON Fixer
Repair common malformed JSON issues before parsing or saving.
-
JSON to TypeScript
Generate TypeScript interfaces directly from JSON samples.
-
JSON to Table
Convert JSON arrays and objects into clean tabular output.
-
JSON to YAML
Transform JSON payloads into YAML with preserved structure.
-
XML Formatter
Format XML documents with readable indentation and spacing.
-
CSV to JSON
Convert CSV rows into machine-readable JSON output.
-
JSON to CSV
Turn JSON arrays into CSV for spreadsheets and exports.
devops
-
Gitignore Generator
Generate .gitignore templates for common stacks and frameworks.
-
cURL to Code Converter
Convert cURL commands into language-specific request code.
-
Cron Expression Builder
Build and inspect cron expressions for scheduled tasks.
encoding
-
HTML Entity Encode Decode
Encode or decode HTML entities for safe markup output.
-
URL Encode Decode
Encode or decode URLs and query components safely.
-
Base64 Encode Decode
Encode or decode Base64 strings for data transfer and debugging.
generators
-
UUID Generator
Generate UUID values for apps, APIs, and database records.
-
Password Generator
Create strong passwords with configurable length and character rules.
-
QR Code Generator
Generate QR codes from text, URLs, and short payloads.
-
Lorem Ipsum Generator
Generate placeholder paragraphs, sentences, or words on demand.
security
-
JWT Decoder
Decode JWT tokens and inspect headers, payloads, and expiry data.
-
Bcrypt Hash Generator
Create bcrypt password hashes for authentication workflows.
-
Hash Generator
Generate common cryptographic hashes from text input.
seo
-
Keyword Density Checker
Analyze keyword usage and density in pasted content.
-
Slug Generator
Create clean URL slugs from titles and arbitrary text.
text
-
Remove Duplicates
Remove repeated lines from pasted text while preserving clean readable output.
-
Text Minifier
Collapse text spacing and remove unnecessary blank lines quickly.
-
Delimiter Converter
Convert text between comma, pipe, tab, and custom delimiters.
-
Text Beautifier
Clean and normalize pasted text into a readable format.
-
Word Counter
Count words and measure text length while you type or paste.
-
Text Diff Checker
Compare two text blocks and see their differences instantly.
-
Line Sorter
Sort lines alphabetically, numerically, or by custom rules.
-
Case Converter
Convert text to upper, lower, title, camel, snake, or kebab case.
-
Character Counter
Count characters, spaces, lines, and paragraphs in text input.
-
Find and Replace
Find repeated patterns in text and replace them quickly.
time
-
Unix Timestamp Converter
Convert Unix timestamps to human-readable dates and back.
web
-
Color Converter
Convert color values between HEX, RGB, HSL, and related formats.
-
URL Parser
Break down full URLs into protocol, host, path, and query parts.
-
Query String Parser
Parse URL query strings into readable key-value output.
-
Query String Builder
Build URL query strings from structured input fields.