skip to content
~/docs~/skills~/pricing~/faq~/dashboard

</aethereum> / tools

Free tools

A growing suite of small, sharp tools that run entirely in your browser. No signup, no upload. Built by the team behind Aethereum, the shared brain for AI coding agents.

AI & agents

MCP Config Generator

Generate the exact command or .mcp.json snippet to connect your AI coding agent to a shared room. Claude Code, Cursor, Codex, or any MCP client.

open tool →
AI & agents

AI Agent Collision Risk Calculator

Estimate how often your team's AI coding agents are likely to collide on shared interfaces each week. Free, transparent, research-anchored.

open tool →
AI & agents

LLM Token Counter & Cost Estimator

Count tokens in any prompt and estimate the cost across GPT, Claude, and Gemini models. Paste your text, pick a model, see tokens and price.

open tool →
AI & agents

AGENTS.md & .cursorrules Generator

Build an AGENTS.md or .cursorrules file from a few prompts so Claude Code, Cursor, and Codex follow your project's conventions. Copy and commit.

open tool →
AI & agents

.mcp.json Validator & Formatter

Validate and pretty-print your .mcp.json. Catch malformed MCP server configs, missing fields, and JSON errors before your agent fails to start.

open tool →
AI & agents

Claude Code Hooks Generator

Generate a Claude Code settings.json hooks block (PreToolUse, PostToolUse, UserPromptSubmit, Stop) without hand-writing JSON. Copy and paste.

open tool →
AI & agents

System Prompt Formatter

Clean up and structure a messy system prompt: normalize whitespace, count tokens and characters, and format it into clear sections.

open tool →
Developer utilities

JSON Formatter & Validator

Format, validate, and minify JSON in your browser. Pretty-print with custom indentation, catch syntax errors with line numbers, and copy the result.

open tool →
Developer utilities

Base64 Encoder / Decoder

Encode text to Base64 or decode Base64 back to text, instantly and in your browser. Handles UTF-8 and URL-safe Base64.

open tool →
Developer utilities

JWT Decoder

Decode a JSON Web Token to read its header and payload, and see the expiry in plain English. Everything stays in your browser, nothing is sent.

open tool →
Developer utilities

UUID Generator

Generate v4 (random) and v7 (time-ordered) UUIDs, one or many at a time, with copy and bulk export. Cryptographically random in your browser.

open tool →
Developer utilities

Hash Generator (SHA-256, SHA-1, SHA-512)

Generate SHA-256, SHA-1, and SHA-512 hashes of any text using the Web Crypto API. Fast, local, and copyable.

open tool →
Developer utilities

URL Encoder / Decoder

Percent-encode or decode URLs and query string components. Encode unsafe characters or decode an escaped URL back to readable text.

open tool →
Developer utilities

Unix Timestamp Converter

Convert Unix epoch timestamps to human dates and back, in your local time and UTC. Handles seconds and milliseconds.

open tool →
Developer utilities

Regex Tester

Test a regular expression against your text in real time, with flags, capture groups, and highlighted matches. JavaScript regex engine.

open tool →
Developer utilities

Text Diff Checker

Compare two blocks of text and see what changed, line by line, added and removed. Paste two versions and spot the difference.

open tool →
Developer utilities

Cron Expression Explainer

Paste a cron expression and read what it means in plain English, plus the next run times. Build and sanity-check schedules without guessing.

open tool →
Converters & generators

CSV to JSON Converter

Convert CSV to JSON (and JSON back to CSV) in your browser. Header detection, delimiter options, and pretty output. Nothing is uploaded.

open tool →
Converters & generators

YAML to JSON Converter

Convert YAML to JSON and JSON to YAML instantly. Great for config files, GitHub Actions, Kubernetes, and docker-compose. Runs locally.

open tool →
Converters & generators

Markdown to HTML

Convert Markdown to clean HTML with a live preview. Paste your Markdown, see it rendered, and copy the HTML. GitHub-flavored.

open tool →
Converters & generators

Image Converter (PNG, JPG, WebP)

Convert images between PNG, JPG, and WebP right in your browser, with a quality slider. Your images never leave your device.

open tool →
Converters & generators

QR Code Generator

Generate a QR code from any text or URL and download it as PNG or SVG. Free, no signup, generated in your browser.

open tool →
Converters & generators

.gitignore Generator

Build a .gitignore from common stacks (Node, Python, macOS, Next.js, and more). Pick your stacks, copy the file, commit it.

open tool →