Skip to content

A simple link shortener built on Cloudflare Workers

Notifications You must be signed in to change notification settings

WaffleHacks/shorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shorter

A serverless link-shortener built on Cloudflare Pages and Cloudflare Workers. Authentication for the admin interface is provided by Cloudflare Access.

Shorter is composed of 2 components: a director and a management interface. The director, a TypeScript worker, is responsible for redirecting requesters to their destination. The management interface is a Remix.run application for creating and editing short-links.