The public product and installation site for GroundControl — a self-hosted VPS cockpit for managing Docker containers, Caddy proxies, deployments, domains, and system health across your infrastructure.
This site is intentionally separate from the private GroundControl console. It provides product information, feature documentation, and the one-click VPS installer script. No authentication or dashboard access is exposed here.
- Next.js 16 (static prerendering)
- React 19
- TypeScript 5
- Tailwind CSS 4
- Vercel (deployment)
npm install
npm run devThe dev server runs on http://localhost:3000.
npm run lint
npm run vercel-buildThe Vercel build produces a statically prerendered / route. The page has no authentication or dashboard link; its primary action is the VPS installer.
- Import this repository as a new Vercel project.
- Keep the detected framework as Next.js.
- Deploy without environment variables.
- Add
groundcontrol.serendepify.comto the Vercel project only when the current site is ready to be replaced.
The private application remains at console.groundcontrol.serendepify.com; its GitHub callback and webhook URLs must use that console hostname.
MIT