Link Shortener
Easily create and manage short links to improve your marketing efforts and track engagement.
Everyone needs a link shortener — and at Melotte Consulting, we built our own.
Our shortener is designed to be simple, efficient, and reliable, making it easy to create, manage, and share links. It integrates with our UTM tracker and auto-generates QR codes for quick sharing.
We use Tape for backend management. Tape’s new forms feature makes submitting a link effortless:
At a minimum, you just provide the original URL. You can also add a custom alias if you’d like.
How it works
Here’s a quick look at what happens behind the scenes:
- A form submission creates a new Tape record.
- Tape triggers a webhook that notifies a Cloudflare Worker.
- The Worker generates a short link and stores it in Cloudflare KV.
- The short link is returned to Tape and added to the record.
- Tape checks the original URL for a page title if no link name was given.
- Tape then generates a QR code in both
png
andsvg
formats. - Any changes (like updating the URL or expiry date) trigger an update to the Worker and KV.
Why it matters
- Save time with one-click link creation
- Track engagement with UTMs
- Share instantly with QR codes
- Stay flexible with editable links