URL Trailed is a web app that provides a comprehensive URL shortening service. Users can create shorter, customized links and track their performance through advanced analytics. The platform is designed to enhance online presence by transforming long URLs into concise, manageable ones. Key features include the ability to brand and personalize links, as well as access detailed usage statistics for better insights into link performance.
[LIVE DEMO]: https://url-trailed.vercel.app/
First, install the dependencies:
npm install
Copy environment variables from .env.sample
file and paste into .env
file:
MONGODB_URI=""
NEXT_PUBLIC_DOMAIN_NAME=""
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
This project uses Poppins font from next/font
to automatically optimize and load a custom Google Font.
This project is TypeScript supported.
The website is built in NextJS and deployed on Vercel.
- Next.js for building React Components.
- TailwindCSS for styling.
- MongoDB for database.
- Vercel for deployments and CI/CD.
- Login to your Vercel account.
- Create a new project and select your GitHub repository.
- Vercel will deploy your project to production.
Contributors are welcome to contribute to this project.
For support, email sujeetgund@gmail.com or DM on twitter @Sujeet_Gund