Url shortener built with Next, Tailwind, Upstash Redis and Vercel.
No analytics, no tracking, no cookies, no ads, no bullshit. Just shortening.
The urls stores in a Redis database. And yours are in Local Storage. This makes the app blazing fast.
# Install dependencies
pnpm i
# Fill the .env file with your own values (check .env.example)
cp .env.example .env
# Run dev server
pnpm dev
# Build for production
pnpm build
Created by stylessh :)