TL;DR — Quick Summary

Deploy IT-Tools with Docker for 70+ self-hosted developer utilities: JSON formatter, Base64 encoder, hash generators, UUID creator, JWT debugger, cron parser, and more — all offline and private.

What Is IT-Tools?

IT-Tools is a self-hosted collection of 70+ developer and sysadmin utilities in a clean web interface. Deploy it with one Docker command and never paste sensitive data into random online tools again.

docker run -d --name it-tools -p 8080:80 --restart always corentinth/it-tools:latest

Available Tools (Selection)

Encoding / Decoding

ToolDescription
Base64Encode/decode text and files
URL EncoderEncode/decode URL components
HTML EntitiesEscape/unescape HTML
JWT DebuggerDecode and verify JWT tokens

Generators

ToolDescription
UUID Generatorv1, v4, v5 UUIDs
Password GeneratorConfigurable secure passwords
Lorem IpsumPlaceholder text
Random PortFind available ports

Hash / Crypto

ToolDescription
Hash GeneratorMD5, SHA-1, SHA-256, SHA-512
BcryptHash and verify passwords
HMACHMAC generation
RSA Key PairGenerate RSA key pairs

Converters

ToolDescription
JSON ↔ YAMLConvert between formats
JSON ↔ CSVTabular data conversion
Unix TimestampConvert dates/timestamps
Color ConverterHEX, RGB, HSL conversion
Number BaseBinary, octal, hex conversion

Network

ToolDescription
IPv4 SubnetCIDR calculator
MAC AddressLookup and format
DNS LookupQuery DNS records

Development

ToolDescription
Cron ParserValidate cron expressions
Regex TesterTest regular expressions
JSON FormatterPretty-print JSON
SQL FormatterFormat SQL queries
Diff ViewerCompare text blocks

Docker Compose

services:
  it-tools:
    image: corentinth/it-tools:latest
    container_name: it-tools
    restart: always
    ports:
      - "8080:80"

IT-Tools vs. Online Alternatives

AspectIT-Tools (Self-Hosted)Online Tools
Privacy✅ Data stays local❌ Data sent to server
Ads❌ None✅ Usually ad-heavy
Speed⚡ InstantVaries
Offline✅ Works offline
70+ tools✅ One placeMultiple websites
Resource usage~15 MB RAMN/A

Summary

IT-Tools gives you a private, fast, ad-free toolbox for daily development tasks. One Docker command, 70+ utilities, zero data leakage.