Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 649 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 649 Bytes

sshort - a simple URL shortener

Url shortener built with Next, Tailwind, Upstash Redis and Vercel.

demo image

No analytics, no tracking, no cookies, no ads, no bullshit. Just shortening.

Features

The urls stores in a Redis database. And yours are in Local Storage. This makes the app blazing fast.

Development

# 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 :)