Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.