GetToolbox
About
An experiment in AI-assisted development — and a growing collection of developer tools built along the way.
The idea
The idea had been sitting in my head for a while: collect the tools I keep reaching for during development and debugging, implement them properly, and put them online. The usual excuse was time. Then AI agents happened, and suddenly that excuse stopped working.
The tools run in your browser where possible — nothing is sent to servers unless strictly necessary (like IP lookup or webhook inspection). Where it makes sense, each tool also exposes a JSON API you can call from scripts or your own apps. Not every tool needs an API, and that's fine.
Along the way I'll write about the process — the tech, the security bits, and eventually AI itself (once I feel like I actually understand what I'm talking about). The notes won't be limited to this project: I'll also cover the real-world projects I work on day to day. Think of it less as a blog and more as a public notebook: writing forces me to organize my thoughts, which means future-me might actually understand what past-me was doing.
Available tools
Webhook Inspector
Real-time webhook debugging and forwarding
ShowMyIP
Public IP with geolocation, ISP and ASN
Password Generator
Cryptographically secure passwords
Base64
Encode / decode Base64 in the browser
JSON Formatter
Pretty-print JSON with configurable indent
YAML Formatter
Normalize and format YAML
JWT Decoder
Inspect JWT header, payload and claims
Open API
Every tool exposes a JSON endpoint. No authentication, no SDK required. See the API documentation for request/response schemas and code examples.
Contact
Questions, feedback or bug reports? Reach out via the contact page.