
OpenBerth by its team enables non-engineers to deploy AI-generated apps to their own server with one command, featuring open-source code, sandboxed environments, and automatic HTTPS.
Vibe-coded app deployment
Deploy apps built with AI assistance (like "vibe-coded" projects) directly to your own server.
Rapid prototyping
Quickly deploy experimental projects from a single file (e.g., `App.jsx` or `notes.md`) to test ideas live.
AI-assisted development
Use Claude.ai or Cursor to deploy apps via MCP—just ask in chat to "deploy a hello-world page."
Multi-user team projects
Share one server among multiple users, each with their own deployments and API keys.
Secret management for AI workflows
Store API keys encrypted on the server and reference them by name during deployment, avoiding plaintext exposure in chat logs.
Live development and iteration
Use hot reload with instant file sync to test changes in a sandbox, then promote to production with one command.
One-command server setup
SSH into a Linux server (Ubuntu 22.04/24.04) and run two commands to install Docker, gVisor, Caddy, and systemd automatically.
Automatic CLI installation
The CLI auto-detects your OS and architecture, then points to your server with simple config commands.
Deploy anything
Deploy entire folders, single files (`.jsx`, `.md`), or any project with a single `berth deploy` command.
Real URLs with HTTPS
Each app gets its own subdomain with automatic TLS certificates—no manual SSL setup.
gVisor sandboxed containers
Every container runs inside a user-space kernel, preventing container escapes and improving security.
Persistent storage
Built-in `/data` directory and REST API that survive app rebuilds, so data isn't lost on redeployment.
Live dev mode
Hot reload sandbox with instant file sync; one command to promote changes to production.
AI-native via MCP
Works with Claude, Cursor, and any MCP client to deploy, update, and manage apps directly from AI conversations.
Multi-user support
One server supports many users, each with their own deployments and API keys.
Encrypted secret storage
Store secrets (like API keys) encrypted on the server, reference by name at deploy time, and automatically restart all deployments when secrets are updated.
curl -fsSL https://openberth.io/install-server.sh | bash followed by berth-server install --domain yourdomain.com.curl -fsSL https://openberth.io/install.sh | bash, then configure with berth config set server https://yourdomain.com and berth config set key bt_your_api_key.berth deploy ./my-project, berth deploy App.jsx, or berth deploy notes.md.OpenBerth by its team enables non-engineers to deploy AI-generated apps to their own server with one command, featuring open-source code, sandboxed environments, and automatic HTTPS.
Category:Prompt tool
Visit Link:https://openberth.io/
Tags:open-source、one-click deploy、AI app deployment、sandboxed、automatic HTTPS