Shortify is a modern URL shortener built to create and manage shortened links easily and efficiently. Developed using React, Next.js, MongoDB, and Tailwind CSS, it offers a fast and secure experience.
- Project Description
- Features
- Tech Stack
- Prerequisites
- Installation and Usage
- Screenshots
- Deployment
- Contributing
- Acknowledgments
Shortify is designed for individuals looking to simplify their URLs. With a clean and simple interface, Shortify makes managing links seamless and intuitive.
- URL Shortening: Quickly create shortened links for any URL.
- Custom Aliases: Create branded links with custom aliases.
- Secure Storage: All data is securely stored in MongoDB.
- Modern UI/UX: Built with Tailwind CSS for a clean and accessible interface.
- React: For building dynamic user interfaces.
- Next.js: For server-side rendering and API integration.
- MongoDB: For secure and scalable data storage.
- Tailwind CSS: For styling and design.
Before you begin, ensure you have the following installed:
- Node.js: For running the development server.
- Git: For version control and cloning the repository.
- MongoDB: For local or cloud database setup.
-
Clone the repository:
git clone https://github.com/Vignesh6236/Shortify.git
-
Navigate to the project directory:
cd shortify -
Install dependencies:
npm install
-
Set up environment variables:
Create a
.env.localfile in the root directory and add the following:MONGODB_URI=mongodb://localhost:27017 NEXT_PUBLIC_HOST=http://localhost:3000
-
Start the development server:
npm run dev
-
Access the application:
Open your browser and navigate to
http://localhost:3000.
Shortify is deployed using Vercel for seamless hosting and quick deployment. You can access the live site here:
https://vignesh-shortify.vercel.app/
Contributions are welcome! If you have any ideas or improvements, feel free to submit a Pull Request.
- React: For the front-end framework.
- Next.js: For server-side rendering and API capabilities.
- MongoDB: For the database infrastructure.
- Tailwind CSS: For styling and utility classes.
- MDN Web Docs: For comprehensive web development documentation.
- Vercel: For providing seamless deployment and hosting solutions.



