salimi-my / url-shortener

URL Shortener is an app to shorten URLs created using NextJS. Users can create custom keyword short link and view statistics or analytics of the links.

Home Page:https://url.salimi.my

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL Shortener is an app to shorten URLs and generate short links created using NextJS. URL Shortener allows users to create a custom keyword shortened link making it easy to share and viewing analytics of that link.

Simple URL shortener tool

  • Custom keyword for short URL slug
  • Statistics / analytics of links
  • Light / dark / system mode
  • Authentication using Clerk
  • MySQL, PlanetScale & Prisma for database
  • Zustand for state management
  • Hosted in Vercel

Tech/framework used

  • Next.js 13 App Dir
  • Shadcn/ui
  • Clerk
  • Tailwind CSS
  • TypeScript
  • MySQL
  • PlanetScale
  • Prisma
  • Zustand
  • Vercel

Starting the project

Open the .env.example and fill in your Database URL & Clerk Auth Configurations then save it as .env the run the following command:

npm install
npx prisma db push
npx prisma generate
npm run dev

Demo

The app is hosted on Vercel. Click here to visit.
Direct link: https://url.salimi.my

Screenshots

Sign in

Sign in

Sign up

Sign up

Dashboard

Dashboard

Listing

Listing

Create short URL

Create short URL

Short URL details

Create short URL

Profile

Profile

Mini sidebar

Mini sidebar

Dark mode

Dark mode

About

URL Shortener is an app to shorten URLs created using NextJS. Users can create custom keyword short link and view statistics or analytics of the links.

https://url.salimi.my


Languages

Language:TypeScript 95.9%Language:CSS 2.6%Language:JavaScript 1.4%