Cloudflare Worker URL Shortener Deployment

Job ID: 39829580

Budget: $250 – $750 USD

I have a single-page URL shortener tool that I want to run entirely on Cloudflare. The plan is simple:

• Front-end: Deploy the SPA to Cloudflare Pages so every route is handled client-side without breaking refresh or deep links.
• Back-end: Build the API with Cloudflare Workers using durable objects or KV to store links.
• Core features that must ship on day one:
– Custom short URLs (user-defined aliases)
– Analytics tracking on each hit (timestamps, referrer, IP/UA)
– Automatic link expiration based on a configurable TTL

Everything needs to stay serverless, scale automatically, and route through the same domain—no sub-domain juggling. Clean, documented code and a straightforward README that shows how to run, test, and redeploy from the command line complete the deliverable.