xDemo.tech — spin up disposable client demos
A full-stack tool for spinning up throwaway demo environments so client pitches don't need a real deploy.
Cut demo setup time from an afternoon to under five minutes.
xDemo.tech started as a personal itch: every client pitch needed a working demo, and spinning one up by hand on a spare VPS took most of an afternoon. I built xDemo to template a project, provision an isolated container, and hand back a live URL in minutes.
The backend is a Node.js API orchestrating short-lived Docker containers behind Nginx, with Postgres tracking environment state and expiry. The frontend is a small Next.js dashboard — enough to launch, inspect logs, and tear down without touching a terminal.
It's still evolving in public as a lab project, and it's exactly the kind of small, sharp tool I like building: narrow scope, real use, done properly.
Building something similar?
Start a project