Frontend: Next.js 15 (static export) + TypeScript + Tailwind CSS
Backend: Python FastAPI (Docker) — for network tools only
Fonts: Inter (body) + JetBrains Mono (code) + Bebas Neue (display)
Hosting: Self-hosted on a VPS behind Cloudflare
Deploy: rsync + Docker Compose
Frontend: Next.js 15 (static export) + TypeScript + Tailwind CSS
Backend: Python FastAPI (Docker) — for network tools only
Fonts: Inter (body) + JetBrains Mono (code) + Bebas Neue (display)
Hosting: Self-hosted on a VPS behind Cloudflare
Deploy: rsync + Docker Compose
Frontend: Next.js 15 (static export) + TypeScript + Tailwind CSS
Backend: Python FastAPI (Docker) — for network tools only
Fonts: Inter (body) + JetBrains Mono (code) + Bebas Neue (display)
Hosting: Self-hosted on a VPS behind Cloudflare
Deploy: rsync + Docker Compose - Chmod Calculator — Visual permission calculator. Toggle rwx checkboxes, see the numeric value update in real-time. Way faster than doing the math in your head.
- Cron Expression Generator — Build cron jobs visually with a preview of the next 5 execution times. No more guessing if */5 * * * * means every 5 minutes or every 5th minute.
- SSH Config Generator — Build ~/.ssh/config visually. Add hosts, keys, tunnels, and proxy jumps without remembering the syntax.
- Nginx Config Generator — Generate configs for reverse proxy, SSL termination, redirects, and more.
- Systemd Unit File Builder — Create service files visually instead of copy-pasting from StackOverflow.
- UFW / iptables Rule Generator — Build firewall rules without memorizing flags.
- Server Hardening Checklist — Step-by-step security checklist with actual commands. - Subnet Calculator — CIDR notation, network/broadcast addresses, host ranges
- Dockerfile Generator — Pick base image, add packages, expose ports, generate
- Kubernetes YAML Generator — Deployments, services, ingress configs
- Terraform Snippet Generator — AWS/GCP/Azure resource templates
- Cloud Cost Calculator — Estimate costs across providers - Base64 Encoder/Decoder
- JSON/YAML/TOML Converter
- Regex Tester — Real-time match highlighting
- Git Command Builder — Pick what you want to do, get the command
- SSL Certificate Checker
- UUID Generator — v1/v3/v4/v5 with bulk generation
- JSON to .env Converter — AWS Secrets Manager / Vault JSON → dotenv
- JWT Encoder/Decoder — Inspect headers, payloads, verify HMAC signatures
- Network Tools — DNS lookup, WHOIS, reverse DNS, HTTP headers, and more - Traceroute, Ping, MTR
- DNS Lookup, Reverse DNS
- WHOIS, GeoIP, ASN Lookup
- Nmap scan, HTTP Headers, Page Links
- Subnet Calculator - Fast — HTML served directly by nginx
- Cheap — No server-side rendering costs
- Private — Data never leaves the browser
- Reliable — No backend to go down - Proper <title> and <meta description>
- Canonical URLs
- Hidden <h1> with keyword-rich text
- Structured sitemap - Rate limiting — 5 nmap scans per 5 minutes
- Internal IP blocking — Can't scan 192.168.x.x or 10.x.x.x
- API key auth — Injected by nginx, never reaches the browser
- Input validation — Strict regex on all inputs - Cmd+K search — Global keyboard shortcut to find tools instantly
- Pin/favorite tools — Quick access to your most-used tools
- Form state persistence — So you don't lose data on accidental refresh
- More pentest tools — Building on the FastAPI backend - Joined May 13, 2025