Cut It
March 2, 2025 ยท View on GitHub
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
- Framework: Next.js
- Database: Turso
- ORM: Drizzle
- Authentication: NextAuth.js
- Redis: Upstash
- Styling: Tailwind CSS
- UI Components: Shadcn-ui
- Deployment: Vercel
Running Locally
-
Clone the repository
git clone https://github.com/mehrabmp/cut-it -
Install dependencies using pnpm
pnpm install -
Copy the
.env.exampleto.envand update the variables.cp .env.example .env -
Start the development server
pnpm run dev -
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.
