โœ“ {{ toast }}
D
DevCap.tools FREE

Developer Tools,
Free Forever

All tools run in your browser. No data sent to any server. No ads. No registration.

โฐ Scheduler

Cron Expression Generator

Visual builder with next-run preview. Build cron schedules without guessing.

๐Ÿ” Text

Regex Tester

Real-time match highlighting. See exactly what matches as you type.

{ } Data

JSON Formatter & Validator

Format, minify, validate JSON instantly. Auto-formats as you type.

๐Ÿ”ข Encoding

Base64 Encoder / Decoder

Encode or decode Base64. UTF-8 safe, handles any character set.

๐Ÿ”— Encoding

URL Encoder / Decoder

Safely encode URL components. Handles special characters in query strings.

๐Ÿ”‘ Auth

JWT Decoder

Decode and inspect JWT tokens. View header, payload, and expiry status.

๐Ÿ“ Query

SQL Formatter

Beautify and format SQL queries. Supports ANSI, MySQL, PostgreSQL, SQLite.

More tools coming soon: Hash Generator ยท UUID Generator ยท Color Converter ยท YAML โ†” JSON

Cron Expression Generator

Build cron expressions visually ยท โŒ˜K to copy result

Visual Builder

Generated Expression
{{ cronExpression }}

Next 5 Scheduled Runs

#{{ i+1 }}
{{ run }}
Human Readable
{{ cronDescription }}

Regex Tester

Real-time pattern matching ยท Green highlight = match

{{ regexError }}
#{{ i+1 }} {{ m.text }} pos: {{ m.start }} - {{ m.end }}

JSON Formatter & Validator

Format, minify, sort keys ยท Auto-formats as you type

โš  Invalid JSON โœ“ Valid JSON
{{ jsonOutput.length }} characters
{{ jsonOutput }}
{{ jsonError }}
{{ jsonPathResult }}

Base64 Encoder / Decoder

Encode or decode Base64 strings ยท UTF-8 safe

โš  Error
{{ base64Output }}
{{ base64Error }}

URL Encoder / Decoder

Safely encode URL components ยท Handles special characters

โš  Error
{{ urlOutput }}
{{ urlError }}

JWT Decoder

Decode and inspect JWT tokens ยท Shows header, payload, expiry

HEADER โœ“ Valid JWT
{{ jwtDecoded.header }}
PAYLOAD โš  Expired โœ“ Not Expired
{{ jwtDecoded.payload }}
Token Expires: {{ jwtExpiry }}
{{ jwtError }}

SQL Formatter

Beautify and format SQL queries ยท Supports multiple dialects

โš  Error
{{ sqlOutput }}
{{ sqlError }}