Skip to content

A simple shareable URL shortener hosted on cloudflare workers

License

Notifications You must be signed in to change notification settings

jackbow/lil-hash

Repository files navigation

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 🥀🪦). screenshot

Hosting

  1. Create a Cloudflare Worker
  2. Make a wrangler.toml using the example file.
  3. npm run build && wrangler publish

To do

  • Route on hash so back button works as expected.
  • Fix dark mode.

Tech

Globally deployed serverlessly with server-side rendering.

Design