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: 5 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-26T09:05:12.000Z (10 months ago)
- Last Synced: 2025-08-26T10:50:39.216Z (10 months ago)
- Topics: daisyui, material-ui, mongodb, mongoose, nextjs, tailwindcss, vercel
- Language: TypeScript
- Homepage: https://s.alena.rocks/
- Size: 1.08 MB
- Stars: 1
- 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.