Carlos
- Updated: March 20, 2026
- 2 min read
Introducing the Production‑Ready One‑Click Deployable GitHub Template for the OpenClaw Full‑Stack Demo
Introducing the Production‑Ready One‑Click Deployable GitHub Template for the OpenClaw Full‑Stack Demo
We are excited to announce a new, production‑ready GitHub template that lets you spin up the OpenClaw full‑stack demo with a single click. This template is tightly integrated with UBOS, providing a seamless deployment experience on your own infrastructure.
Repository Structure
- /frontend – React‑based UI of the OpenClaw demo.
- /backend – Node.js API server and business logic.
- /infra – Terraform and Docker Compose files for provisioning the required services.
- /docs – Documentation, including this article.
- README.md – Quick‑start guide and explanation of each component.
Deployment Workflow
- Fork the repository or click the Use this template button on GitHub.
- Configure your UBOS instance (API token, domain, etc.) in the
.envfile generated by the template. - Run the one‑click deployment script:
./deploy.sh. The script uses UBOS APIs to provision the required containers, set up networking, and install SSL certificates automatically. - After a few minutes, the OpenClaw demo will be live at the domain you specified.
Integration Points with UBOS
The template leverages the following UBOS features:
- Application Marketplace – The demo is packaged as a UBOS app, making it discoverable and installable from the UBOS UI.
- One‑Click Deploy API – The
deploy.shscript calls UBOS’s deployment endpoint to spin up the stack. - Automatic SSL – UBOS provisions Let’s Encrypt certificates for the demo domain.
For a deeper dive on how UBOS hosts OpenClaw, see our guide: Host OpenClaw on UBOS.
We hope this template speeds up your development and testing cycles. Happy hacking!