Link shortener/redirects with analytics
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
TZGyn ba72a0a8b6
added placeholder logo using icon from noto-v1:fox
2 years ago
frontend added placeholder logo using icon from noto-v1:fox 2 years ago
redirect added ios and android redirect + update project shorteners add and edit to use form actions 2 years ago
README.md moved preview to root 2 years ago
preview.png moved preview to root 2 years ago
project.excalidraw.png update project excalidraw 2 years ago

README.md

Link Shortener

Link Shortener is a site to manage your short urls while providing analytics to the url traffics. Demo Here

Preview

preview image

One Click Deploy on Railway

Deploy on Railway

Development

Frontend

bun install
bun --bun run dev

Redirect

bun install
bun --hot run src/index.ts

Deployment

Frontend

bun install
bun run build
bun --bun run build

Redirect

bun install
bun run src/index.ts