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 b101937b75
added demo link and railway deploy on README
2 years ago
frontend using search param for project's shortener instead of separate route 2 years ago
redirect added visitor by country stat and visitor by city 2 years ago
README.md added demo link and railway deploy on README 2 years ago
project.excalidraw.png added project drawing 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

One Click Deploy on Railway

Deploy on Railway

Development

Frontend

npm install # tried using bun but it has lots of issues
npm run dev # will convert to bun once its stable with sveltekit

Redirect

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

Deployment

Frontend

npm install
npm run build
node build

Redirect

bun install
bun run src/index.ts