A simple URL shortener that produces easily rememberable and speakable shortened URLs.
The links expire after 24 hours so there's almost always a one word shortening available.
Inspired by hamhash.com (RIP 🥀🪦).
- Create a Cloudflare Worker
- Make a
wrangler.toml
using the example file. npm run build && wrangler publish
- Route on hash so back button works as expected.
- Fix dark mode.
Globally deployed serverlessly with server-side rendering.
- Svelte Kit — Frontend framework
- Tailwindcss — Styling
- Cloudflare Workers — Serverless hosting