Building a URL Shortener on Cloudflare Workers + KV
A minimal URL shortener running entirely on Cloudflare edge infrastructure — Workers for logic, KV for storage, and a retro terminal UI for management.
A minimal URL shortener running entirely on Cloudflare edge infrastructure — Workers for logic, KV for storage, and a retro terminal UI for management.
A practical note on using postMessage instead of URL parameters for cleaner, safer iframe communication in LWC.