code
Category

Programming Tools

48 tools and utilities available in this collection.

html

HTML Formatter

Indents and prettifies raw HTML markup, normalizing tag nesting and attribute spacing so markup is easier to read and diff.

Programming
css

CSS Formatter

Reformats CSS stylesheets with consistent indentation, property ordering hints, and clean rule-block spacing for maintainable style sheets.

Programming
javascript

Javascript Formatter

Beautifies minified or messy JavaScript code by applying standard indentation, brace alignment, and line breaks without altering runtime behavior.

Programming
integration_instructions

Typescript Formatter

Cleans up TypeScript source files, preserving type annotations and generics while adding proper indentation and consistent spacing throughout.

Programming
data_object

JSON Formatter

Parses a JSON string and outputs it with human-readable indentation, making nested objects and arrays easy to inspect and validate.

Programming
format_paint

YAML Formatter

Reformats YAML configuration text with correct indentation levels and consistent key alignment, helping catch structure errors at a glance.

Programming
code_blocks

XML Formatter

Adds hierarchical indentation to compact or single-line XML documents, making elements, attributes, and namespaces far simpler to navigate.

Programming
database

SQL Formatter

Reformats SQL queries by capitalizing keywords, aligning clauses on new lines, and indenting subqueries so long statements become readable.

Programming
hub

GraphQL Formatter

Prettifies GraphQL queries, mutations, and schema definitions with consistent field indentation and argument line-wrapping for cleaner code review.

Programming
terminal

PHP Beautifier

Applies PSR-style indentation and brace placement to PHP source files, turning dense scripts into well-structured, readable code.

Programming
videogame_asset

Lua Beautifier

Reformats Lua scripts with consistent indentation and spacing, ideal for cleaning up game scripts or embedded automation code.

Programming
html

HTML Minifier

Strips whitespace, comments, and redundant attributes from HTML to reduce file size before deploying to production.

Programming
css

CSS Minifier

Compresses CSS by removing comments and whitespace, outputting a single-line stylesheet that cuts page-load byte count.

Programming
data_object

JSON Minifier

Removes all whitespace and line breaks from a JSON document, producing a compact single-line string ready for API payloads.

Programming
database

SQL Minifier

Collapses multi-line SQL statements into minimal single-line form by stripping comments and redundant whitespace.

Programming
code_blocks

XML Minifier

Compacts XML by removing indentation, comments, and blank lines, reducing file size for faster data transfer between services.

Programming
videogame_asset

Lua Minifier

Shrinks Lua scripts by eliminating comments and whitespace, producing smaller payloads suitable for embedded or game environments.

Programming
data_object

JSON Validator

Checks whether a JSON string is syntactically valid and highlights the exact line and character where any error occurs.

Programming
fact_check

YAML Validator

Parses a YAML document and reports indentation errors, duplicate keys, or type mismatches before the config reaches your server.

Programming
terminal

PHP Validator

Runs a syntax check on PHP code and returns parse errors with line numbers, catching issues without needing a local PHP install.

Programming
css

CSS Validator

Checks CSS rules against W3C syntax, flagging unknown properties, invalid values, and selector errors in pasted or uploaded stylesheets.

Programming
data_object

JSON Viewer

Renders a JSON payload as a collapsible, colour-coded tree so you can browse deeply nested objects without editing the raw text.

Programming
data_object

JSON Editor

Provides an interactive tree editor for JSON where you can add, rename, or delete keys and values with inline form controls.

Programming
data_object

JSON Compare

Diffs two JSON documents side-by-side and highlights added, removed, and changed keys so structural differences stand out instantly.

Programming
data_object

JSON Parser

Decodes a raw JSON string into its constituent data types, showing the parsed object structure and letting you extract specific values.

Programming
table_chart

CSV Parser

Reads a CSV file or pasted rows and displays the data as a structured table, letting you inspect columns and spot formatting issues.

Programming
code_blocks

XML Parser

Parses an XML document into its element hierarchy, exposing tag names, attributes, and text nodes in a browsable tree view.

Programming
html

HTML Viewer

Renders pasted HTML markup live in a sandboxed preview pane so you can see how the page looks without opening a browser tab.

Programming
preview

TXT Viewer

Displays the contents of a plain-text file in a scrollable, line-numbered viewer with basic search for quick content inspection.

Programming
edit_document

Online Text Editor

A distraction-free in-browser text editor with word count and find-and-replace, useful for drafting content without installing software.

Programming
markdown

Markdown Editor

Writes and previews Markdown side-by-side, rendering headings, lists, code blocks, and links in real time as you type.

Programming
html

Realtime HTML Editor

Lets you write HTML, CSS, and JavaScript in split panes and instantly see the rendered output update in a live preview frame.

Programming
code

Online Notepad

A simple browser-based scratchpad that auto-saves your text to local storage so notes persist across page reloads.

Programming
bolt

Token Generator

Generates cryptographically random tokens of a chosen length and format, suitable for API keys, session IDs, and secrets.

Programming
schedule

Crontab Generator

Builds cron schedule expressions from human-readable inputs like minute, hour, and weekday fields, then shows the next run times.

Programming
schedule

Cron Parser

Takes an existing cron expression and explains each field in plain English, listing the next scheduled execution dates.

Programming
travel_explore

Meta Tags Generator

Produces ready-to-paste HTML meta tags for SEO, Open Graph, and Twitter Card from a simple title, description, and URL form.

Programming
code

Share Code Snippets

Pastes code in your chosen language and generates a shareable link with syntax highlighting so teammates can view it without an account.

Programming
share

Share Link Generator

Creates pre-filled sharing URLs for major social platforms from a page URL and optional message in a single click.

Programming
chat

WhatsApp Link Generator

Builds a wa.me deep link with a pre-populated message so visitors can open a WhatsApp chat to any number directly from a web page.

Programming
credit_card

Credit Card Generator

Generates Luhn-valid test card numbers for common card networks, intended for sandbox and payment-gateway testing only.

Programming
token

JWT Decoder

Decodes the header, payload, and signature sections of a JWT token and displays the claims as formatted JSON without a server round-trip.

Programming
text_fields

Encrypt & Decrypt Text

Encrypts or decrypts a text string using a passphrase and AES encryption entirely in the browser, keeping your data off any server.

Programming
code

Autoprefixer

Processes CSS and automatically inserts vendor prefixes for older browser compatibility based on the target browserslist you specify.

Programming
html

HTML Stripper

Removes all HTML tags from a document, leaving only the raw inner text content for use in plain-text pipelines or analysis.

Programming
html

Extract Text From HTML

Pulls visible text from HTML while preserving paragraph breaks, letting you grab readable content from page source without the markup.

Programming
settings_ethernet

CIDR Calculator

Expands a CIDR notation block into its network address, broadcast address, subnet mask, and list of usable IP host addresses.

Programming
history

Timestamp Converter

Converts Unix timestamps to human-readable date-time strings and back, supporting seconds, milliseconds, and multiple timezone outputs.

Programming