Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caixetadev/cutez
🌳 effortlessly generate shortened links and efficiently manage them all in one centralized dashboard.
https://github.com/caixetadev/cutez
appdir approuter link next13 shadcn-ui
Last synced: about 1 month ago
JSON representation
🌳 effortlessly generate shortened links and efficiently manage them all in one centralized dashboard.
- Host: GitHub
- URL: https://github.com/caixetadev/cutez
- Owner: Caixetadev
- License: mit
- Created: 2023-08-09T17:34:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-12T20:02:15.000Z (6 months ago)
- Last Synced: 2024-05-13T20:50:59.177Z (6 months ago)
- Topics: appdir, approuter, link, next13, shadcn-ui
- Language: TypeScript
- Homepage: https://cutez.vercel.app
- Size: 5.34 MB
- Stars: 16
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Cutez
Experience the magic of instantly generated ready-to-use short links 🚀
## Introduction
Welcome to our open-source link shortening application! Designed as a platform for practicing and showcasing the latest features of Next.js 13. With a focus on simplicity, efficiency, and innovation, we invite you to dive into the world of link shortening while experiencing the power of Next.js 13. Join us on this journey of learning and discovery as we harness the potential of modern web technologies to create a seamless and dynamic link shortener.
## Tools
- [](https://nextjs.org/)
- [](https://www.typescriptlang.org/)
- [](https://www.prisma.io/)
- [](https://supabase.com/)
- [](https://tailwindcss.com/)
- [](https://zod.dev/)
- **Auth**: [NextAuth.js](https://next-auth.js.org/)## Usage
To start using our link shortening service, you can begin right away with our hosted version. Visit [cutez](https://cutez.vercel.app) and navigate to the login page.
## Development
Alternatively to using the hosted version of the product, Amplication can be ran local for code generation purposes or contributions - if so please refer to our [contributing](#contributing_anchor) section.
Pre-requisites
To be able to start development on amplication make sure that you have the following pre-requisites installed:###
- NPM
- GitRunning Amplication
To setup a local development environment the following steps can be followed:
###
1. Clone the repository and install dependencies:
```shell
git clone https://github.com/Caixetadev/cutez.git && cd cutez && npm install
```2. Run the setup script, which takes care of installing dependencies, building packages and setting up the workspace:
```shell
npm run dev
```## Contributing
Contributions are welcome! If you want to contribute to the project, follow the instructions below:
- Fork the project.
- Create a branch with your changes: git checkout -b my-feature.
- Commit your changes: git commit -m 'Adding my feature'.
- Push the changes to the remote repository: git push origin my-feature.
- Open a pull request on the original repository.## Contributers
[//]: contributor-faces
## License
Licensed under the [MIT license](https://github.com/caixetadev/cutez/blob/main/LICENSE.md).