{"id":24772891,"url":"https://github.com/afzalimdad9/vercel-clone","last_synced_at":"2025-10-26T18:40:42.705Z","repository":{"id":273234261,"uuid":"860277625","full_name":"afzalimdad9/vercel-clone","owner":"afzalimdad9","description":"Vercel Clone From Scratch 🚀. Made With ❤ by @afzalimdad9","archived":false,"fork":false,"pushed_at":"2025-06-15T03:28:24.000Z","size":479,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-26T23:55:13.825Z","etag":null,"topics":["deployment","nodejs","vercel","vercel-clone","vercel-deployment"],"latest_commit_sha":null,"homepage":"https://youtu.be/0A_JpLYG7hM","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/afzalimdad9.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-09-20T06:28:50.000Z","updated_at":"2025-01-19T18:03:31.000Z","dependencies_parsed_at":"2025-01-19T17:30:09.099Z","dependency_job_id":"8e828d65-a4e4-4a48-ac98-5e656327c538","html_url":"https://github.com/afzalimdad9/vercel-clone","commit_stats":null,"previous_names":["afzalimdad9/vercel-clone"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/afzalimdad9/vercel-clone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afzalimdad9%2Fvercel-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afzalimdad9%2Fvercel-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afzalimdad9%2Fvercel-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afzalimdad9%2Fvercel-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afzalimdad9","download_url":"https://codeload.github.com/afzalimdad9/vercel-clone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afzalimdad9%2Fvercel-clone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273355644,"owners_count":25090825,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deployment","nodejs","vercel","vercel-clone","vercel-deployment"],"created_at":"2025-01-29T04:34:10.118Z","updated_at":"2025-10-26T18:40:42.614Z","avatar_url":"https://github.com/afzalimdad9.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vercel Clone\n\nYouTube Video Link: \u003chttps://youtu.be/0A_JpLYG7hM\u003e\nWhiteboard Diagram: \u003chttps://app.eraser.io/workspace/0f8XnDF61iGcatypPqIR?origin=share\u003e\n\n## Prerequisite\n\n- Node.js: [Master NodeJS Playlist](https://youtube.com/playlist?list=PLinedj3B30sDby4Al-i13hQJGQoRQDfPo\u0026si=5gaDmQ_mzuBHvAsg)\n- Redis: [Redis Crash Course](https://youtu.be/Vx2zPMPvmug?si=Z_XT6BMNgkgwnX49)\n- Learn Docker:\n  - Part 1: [Docker in One Shot - Part 1](https://youtu.be/31k6AtW-b3Y?si=FIPffAKieiBGgo5c)\n  - Part 2: [Docker in One Shot - Part 2](https://youtu.be/xPT8mXa-sJg?si=-6z_HkJZXsvrvSpO)\n- Docker with AWS ECS and ECR: [Real World Docker Deployments with AWS](https://youtu.be/AiiFbsAlLaI?si=dKrFZFr7fLBXKSab)\n\n## Setup Guide\n\nThis Project contains following services and folders:\n\n- `api-server`: HTTP API Server for REST API's\n- `build-server`: Docker Image code which clones, builds and pushes the build to S3\n- `s3-reverse-proxy`: Reverse Proxy the subdomains and domains to s3 bucket static assets\n\n## Local Setup\n\n1. Run `npm install` in all the 3 services i.e. `api-server`, `build-server` and `s3-reverse-proxy`\n2. Docker build the `build-server` and push the image to AWS ECR.\n3. Setup the `api-server` by providing all the required config such as TASK ARN and CLUSTER arn.\n4. Run `node index.js` in `api-server` and `s3-reverse-proxy`\n\nAt this point following services would be up and running:\n\n| S.No | Service            | PORT    |\n| ---- | ------------------ | ------- |\n| 1    | `api-server`       | `:9000` |\n| 2    | `socket.io-server` | `:9002` |\n| 3    | `s3-reverse-proxy` | `:8000` |\n\n## Demo\n\n[Watch The Demo Video](https://imgur.com/I6KgmNR)\n\n## Architecture\n\n![Vercel Clone Architecture](https://i.imgur.com/r7QUXqZ.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafzalimdad9%2Fvercel-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafzalimdad9%2Fvercel-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafzalimdad9%2Fvercel-clone/lists"}