Link tool

Short Link Generator

Paste a long URL and generate a shorter redirect link. The first version uses Worker memory and can later move to KV or D1.

Clean sharing

Turn long campaign or tool URLs into shorter links.

Worker API

Uses /api/links/shorten and /s/:slug redirect routes.

Upgrade path

Can be moved to Cloudflare KV or D1 for durable production links.

Link tool

Short Link Generator

Ready

FAQ

Short Link Generator FAQ

Are links permanent?

In this MVP they are temporary because no durable KV/D1 storage is configured yet.

Which URLs are allowed?

Only http and https URLs are accepted.

Can this become production-ready?

Yes. Bind a KV namespace or D1 table and the same API can store durable links.