Skip to content
/ rdt-li Public
forked from nrjdalal/rdt-li

Redirect.link is a URL shortener that shortens URL to rdt.li/slug and also tracks number of visits. It is built with Next.js, Drizzle, NextAuth and Postgres.

License

Notifications You must be signed in to change notification settings

dikaio/rdt-li

 
 

Repository files navigation

New Features (Coming Soon)

• API v1 for programmatic use
• Ability to add name for links identification
• Ability to change short or redirect links

Redirect.link URL Shortener

Redirect.link is a URL shortener that shortens URL to rdt.li/slug and also tracks number of visits. It is built with Next.js, Drizzle, NextAuth and Postgres.

Try now or self host it.

Follow Neeraj on Twitter

Features · Deploy · Development · Roadmap · Author · Credits


rdt.li dashboard example

Features

Built on top of Onset a Next.js starter that comes with step-by-step instructions to understand how everything works, easy for both beginners and experts alike and giving you the confidence to customize it to your needs. Built with Next.js 14, Drizzle (Postgres), NextAuth/Auth.js.

Frameworks

  • Next.js – React framework for building performant apps with the best developer experience
  • Auth.js – Handle user authentication with ease with providers like Google, Twitter, GitHub, etc.
  • Drizzle – Typescript-first ORM for Node.js

Platforms

  • Vercel – Easily preview & deploy changes with git
  • Neon – The fully managed serverless Postgres with a generous free tier

One Click Deploy

Deploy with Vercel

Local Development

Clone & create this repo locally with the following command:

Note: You can use npx or pnpx as well

bunx create-next-app rdt-li --example "https://github.com/nrjdalal/rdt-li"
  1. Copy .env.example to .env.local and update the variables.
cp .env.example .env.local
  1. Install dependencies using bun:
bun install
  1. Start the development server:
bun dev

Roadmap

  • Light and dark mode
  • More features and points to be added

Author

Created by @nrjdalal in 2023, released under the MIT license.

Credits

This project is inspired by @shadcn's Taxonomy.

Vercel

About

Redirect.link is a URL shortener that shortens URL to rdt.li/slug and also tracks number of visits. It is built with Next.js, Drizzle, NextAuth and Postgres.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.4%
  • JavaScript 5.2%
  • CSS 3.4%