GitPedia

Cut it

Link shortener built using Next.js App Router, Server Actions, Drizzle ORM, Turso and styled with shadcn ui

From mehrabmp·Updated May 29, 2026·View on GitHub·
·Archived

Cut It is a free open source tool to generate short links . With a user-friendly interface and robust functionality, Cut It makes it easy to share and manage shortened links. The project is written primarily in TypeScript, distributed under the MIT License license, first published in 2023. Key topics include: app-router, drizzle-orm, libsql, nextjs, nextjs13.

Cut It

Skateshop

Cut It is a free open source tool to generate short links
. With a user-friendly interface and robust functionality, Cut It makes it easy to share and manage shortened links.

This project inspired by Dub.

Features

  • URL Shortening: Easily shorten long URLs with a click.
  • Customizable URLs: Customize the shortened URLs to your preference.
  • User-Friendly Interface: Intuitive and easy-to-use interface for quick link management.
  • Analytics: Track link analytics and statistics. (soon)

Technologies Used

Running Locally

  1. Clone the repository

    bash
    git clone https://github.com/mehrabmp/cut-it
  2. Install dependencies using pnpm

    bash
    pnpm install
  3. Copy the .env.example to .env and update the variables.

    bash
    cp .env.example .env
  4. Start the development server

    bash
    pnpm run dev
  5. Push the database schema

    bash
    pnpm run db:push

How do I deploy this?

Follow the deployment guides for Vercel and Docker for more information.

Contributing

Contributions are welcome! Please open an issue if you have any questions or suggestions. Your contributions will be acknowledged. See the contributing guide for more information.

License

Licensed under the MIT License. Check the LICENSE file for details.

Contributors

Showing top 4 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from mehrabmp/cut-it via the GitHub API.Last fetched: 6/24/2026