Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goktugyalcin/short-it
A link shortener but it also has one-day-expire.
https://github.com/goktugyalcin/short-it
nextjs react supabase tailwindcss typescript upstash-ratelimit
Last synced: about 1 month ago
JSON representation
A link shortener but it also has one-day-expire.
- Host: GitHub
- URL: https://github.com/goktugyalcin/short-it
- Owner: GoktugYalcin
- License: gpl-3.0
- Created: 2024-01-06T00:33:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-17T14:02:20.000Z (12 months ago)
- Last Synced: 2024-01-17T22:22:06.740Z (12 months ago)
- Topics: nextjs, react, supabase, tailwindcss, typescript, upstash-ratelimit
- Language: TypeScript
- Homepage: https://short.gokyalc.in
- Size: 354 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Short-It
## Description
A conventional link shortener. It provides a link shortening with __1-day expiry__.## Tech Stack
- Typescript
- React
- Next.js
- Tailwind
- Supabase
- @vercel/kv
- Upstash(for rate limiting)
- @radix-ui/react-icons## Link
https://short.gokyalc.in## How to start development?
- Just fill the `.env.example` and rename it `.env.local`
- Type `pnpm && pnpm run dev`
- Go to https://localhost:3000