Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mehrabmp/cut-it
Link shortener built using Next.js App Router, Server Actions, Drizzle ORM, Turso and styled with shadcn ui
https://github.com/mehrabmp/cut-it
app-router drizzle-orm libsql nextjs nextjs13 react redis server-actions shadcn-ui tailwindcss turso vercel
Last synced: 12 days ago
JSON representation
Link shortener built using Next.js App Router, Server Actions, Drizzle ORM, Turso and styled with shadcn ui
- Host: GitHub
- URL: https://github.com/mehrabmp/cut-it
- Owner: mehrabmp
- License: mit
- Created: 2023-05-03T10:15:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-12T22:42:50.000Z (7 months ago)
- Last Synced: 2024-04-13T23:51:12.216Z (7 months ago)
- Topics: app-router, drizzle-orm, libsql, nextjs, nextjs13, react, redis, server-actions, shadcn-ui, tailwindcss, turso, vercel
- Language: TypeScript
- Homepage: https://cutit.tech
- Size: 712 KB
- Stars: 19
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shadcn-ui - cut-it - Link shortener built using Next.js App Router, Server Actions, Drizzle ORM, Turso and styled with shadcn/ui. (Apps / Tools)
- awesome-shadcn-ui - Cut It - Link shortener built using Next.js App Router,Server Actions,Drizzle ORM,Turso and styled with shadcn/ui. (Tools)
- awesome-shadcn-ui - Cut It - Link shortener built using Next.js App Router,Server Actions,Drizzle ORM,Turso and styled with shadcn/ui. (Tools)
README
# [Cut It](https://cutit.vercel.app/)
[![Skateshop](./public/images/screenshot.png)](https://cutit.vercel.app/)
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](https://dub.co).
## 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](https://nextjs.org/)
- **Database**: [Turso](https://turso.tech/)
- **ORM**: [Drizzle](https://orm.drizzle.team/)
- **Authentication**: [NextAuth.js](https://next-auth.js.org/)
- **Redis**: [Upstash](https://upstash.com/)
- **Styling:** [Tailwind CSS](https://tailwindcss.com)
- **UI Components**: [Shadcn-ui](https://tailwindcss.com/)
- **Deployment**: [Vercel](https://vercel.com)## 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](https://create.t3.gg/en/deployment/vercel) and [Docker](https://create.t3.gg/en/deployment/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](./CONTRIBUTING.md) for more information.
## License
Licensed under the MIT License. Check the [LICENSE](./LICENSE) file for details.