Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solarrust/custom-url
Customise any URL with your own domain
https://github.com/solarrust/custom-url
daisyui material-ui mongodb mongoose nextjs tailwindcss vercel
Last synced: 13 days ago
JSON representation
Customise any URL with your own domain
- Host: GitHub
- URL: https://github.com/solarrust/custom-url
- Owner: solarrust
- License: mit
- Created: 2024-10-04T16:01:32.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-16T03:28:34.000Z (about 1 month ago)
- Last Synced: 2024-10-17T17:20:41.432Z (about 1 month ago)
- Topics: daisyui, material-ui, mongodb, mongoose, nextjs, tailwindcss, vercel
- Language: TypeScript
- Homepage: https://s.alena.rocks/
- Size: 876 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom URL
**Custom URL** is an open-source tool for customizing any URL with your own domain.
## Features
- Custom domain integration
- URL redirection management
- Simple user interface## Technologies
- Next.js
- MongoDB and Mongoose
- Tailwind CSS
- Deployed on Vercel## Installation
1. Clone the repository:
```bash
git clone https://github.com/solarrust/custom-url.git
```1. Navigate into the project directory:
```bash
cd custom-url
```1. Install dependencies:
```bash
npm install
```1. Run the development server:
```bash
npm run dev
```1. Build the project:
```bash
npm run build
```## License
This project is licensed under the MIT License. You are free to use, modify, and distribute the code. See the [LICENSE](./LICENSE) file for more details.