You are browsing as a guest. Sign up (or log in) to start making projects!

spj

@spj

Joined May 31st, 2026

  • 2Devlogs
  • 5Projects
  • 0Ships
  • 0Votes
Open comments for this post

1h 30m 27s logged

So I have changed the project idea from being a vercel clone to a self hosted deployment platform for nest that has an ui to directly put github projects and run them on your nest server with a custom domain.
It will also rebuild and redeploy the entire app whenever a new commit is made.

So I have changed the project idea from being a vercel clone to a self hosted deployment platform for nest that has an ui to directly put github projects and run them on your nest server with a custom domain.
It will also rebuild and redeploy the entire app whenever a new commit is made.

Replying to @spj

0
1
Open comments for this post

1h 30m 19s logged

It clones a GitHub repo, runs npm build, and turns it on using pm2.Now, I will use a wildcard DNS amd a Node.js reverse proxy that reads the subdomain, searches up the port from DB, and routes the user to it.

It clones a GitHub repo, runs npm build, and turns it on using pm2.Now, I will use a wildcard DNS amd a Node.js reverse proxy that reads the subdomain, searches up the port from DB, and routes the user to it.

Replying to @spj

0
2

Followers

Loading…