This project aims to replicate the core functionalities of Vercel, a popular platform for deploying and hosting frontend applications. With this clone, you can deploy and manage your applications with ease, leveraging the power of modern web technologies.
The project has been divide into three microservices - upload, deployment, request handling(er). All three services co-ordinate with each other.
- Frontend: React, Next.js, Tailwind CSS
- Backend: Node.js, Express.js, Cloudflare
- Node.js (v14.x or later)
- MongoDB (local or cloud instance)
- Docker (optional, for containerization)
-
Clone the repository:
git clone https://github.com/saurabhdhingra/hostDost.git cd hostDost -
Install dependencies:
npm install
-
Set up environment variables: Create a
.envfile in the root directory and add the following variables:MONGODB_URI=your_mongodb_connection_string JWT_SECRET=your_jwt_secret_key -
Start the development server:
npm run dev
-
Open your browser and navigate to:
http://localhost:3000
-
Login or Sign Up: Create an account or login with your existing credentials.
-
Create a New Project: Click on "New Project" and follow the instructions to connect your GitHub repository or upload your project files.
-
Configure Build Settings: Set the build and output settings for your project.
-
Deploy: Click "Deploy" to deploy your application. You can monitor the deployment status and logs in real-time.
-
Add a Domain: Navigate to the "Domains" section and click "Add Domain".
-
Configure DNS: Follow the instructions to configure your DNS settings.
-
Verify and Use: Once verified, you can use your custom domain for your deployments.
-
Create a New Function: Navigate to the "Functions" section and click "New Function".
-
Write Your Code: Write your serverless function logic in the provided editor.
-
Deploy: Click "Deploy" to deploy your serverless function. You can monitor the function logs in real-time.
We welcome contributions to improve this project! To contribute:
-
Fork the repository: Click the "Fork" button on the top right corner of this repository page.
-
Create a new branch:
git checkout -b your-feature-branch
-
Make your changes and commit them:
git commit -m 'Add some feature' -
Push to the branch:
git push origin your-feature-branch
-
Create a Pull Request: Open a pull request on the original repository and describe your changes.
- Inspired by the amazing work of Vercel.
- Thanks to the open-source community for their valuable contributions.


