Introducing LanternKit: Free Developer Tools in One Place

Why I built a free, no-login developer toolkit that runs on the edge — and what comes next.

The problem

Every developer has the same ritual: open a dozen browser tabs to handle simple tasks. One site to decode a JWT. Another to test CORS headers. A third for regex. A fourth that is buried under ads and wants you to sign up before it shows you anything useful.

Most of these tools solve one specific problem and do it reasonably well. But having 10 bookmarks for 10 single-purpose sites is exhausting, and many of them ship your data to a server you know nothing about.

What LanternKit is

LanternKit is a suite of free developer tools under one domain. No sign-up. No ads. No tracking cookies. Most tools run entirely in your browser — your data never leaves your device.

The tools cover the tasks developers reach for most often: inspecting HTTP requests, transforming data formats, generating IDs, decoding tokens, testing regex patterns, and previewing how content looks before it ships.

Tools available today

HTTP & Web

Data & Formats

Security & Auth

Generators

SEO & Meta

Edge-native by default

LanternKit runs on Cloudflare Workers with server-side rendering. Pages load fast globally. Tools that require a server (CORS testing, redirect following, OG preview fetching) proxy through the Worker; everything else runs client-side in your browser.

What's next: Pro features

The free tools stay free. I'm building a Pro tier focused on persistence and monitoring — the things a free, client-side tool cannot do:

Each of these workflows typically requires a separate paid subscription to a dedicated service. LanternKit Pro is currently planned at EUR 12/month.

Try it

Pick any tool from the homepage and try it. No sign-up, no install, no waiting. If something's broken or missing, use the feedback button at the bottom of any page.