For the Cloudflare Developer Summer Challenge, I decided to take advantage of the Cloudflare Worker functionality along with the key value storage offered by Workers KV to create a URL shortener. The application is then deployed using Workers Sites.
The application is a simple HTTP API that allows you to input a URL and create a short URL that redirects to the original URL.
Deployed: Live Preview
Local:
git clone https://github.com/DeviousLab/cloudflare-url-shortener.git
cd cloudflare-url-shortener
npm install
wrangler dev