Skip to content

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

License

Notifications You must be signed in to change notification settings

mehrabmp/cut-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9733e98 · Mar 2, 2025
Feb 12, 2024
Jan 3, 2024
Jan 23, 2024
Jan 8, 2024
Aug 5, 2024
Jan 11, 2024
Dec 24, 2023
May 3, 2023
Jan 8, 2024
Mar 2, 2025
Dec 20, 2023
Dec 20, 2023
Jan 2, 2024
Mar 10, 2024
Mar 10, 2024
May 3, 2023
Dec 21, 2023
May 3, 2023
Dec 22, 2023
Dec 20, 2023
Jan 11, 2024

Repository files navigation

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

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

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

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

    pnpm run dev
  5. Push the database schema

    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.