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

Spectra

  • 2 Devlogs
  • 3 Total hours

A self-hosted deployment platform for Next.js apps that deploys directly from a GitHub repository. Paste your repository URL and domain, and it automatically clones, builds, starts, and manages the application. It also redeploys the app whenever new commits are pushed.

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…