Open-source infrastructure for small software built with AI agents.
- ✓Open-source license (Apache-2.0)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Documented (README)
/plugin marketplace add allenzhangyiteng/boathouse-cloud
/plugin install boathouse-cloudResumen de Plugins
# Boat House **Open-source infrastructure for small software built with AI agents.** Boat House gives a tool a live HTTPS address, sign-in, a database, persistent files, and sharing by email. Editors use the app in a browser. Developers with Admin access can use their own agents to fetch its source and publish versioned updates to the same address. The software is licensed under [Apache 2.0](LICENSE). You can run it on your own infrastructure or use [Boat House managed hosting](https://boathousecloud.com). | | Self-host | Managed hosting | |---|---|---| | Software | Free under Apache 2.0 | Same open-source foundation | | Infrastructure and operations | You provide and maintain them | Boat House operates them | | Price | Your server, domain and provider costs | $10 per organization per month for up to five lightweight tools; domain purchases are separate | | Getting started | [Self-hosting guide](docs/self-hosting.md) | Sign up, confirm email, copy the connection into your agent | ## What is included - A FastAPI control plane and Caddy HTTPS gateway. - Account sign-in, email invitations, per-tool Viewer / Editor / Admin access, and signed identity passed to apps. - Per-tool PostgreSQL databases, persistent file volumes, container resource limits, and saved source releases. - Deployment, source checkout, updates, rollback, export, and backup/restore commands. - The `bh` CLI, an MCP endpoint, and an agent skill for Claude Code, Codex and other compatible agents. - Optional email, domain registration, and prepaid billing integrations. Self-hosters configure their own providers; metering can be disabled. Admin is full control of a tool, including its source, secrets, sharing and deletion. Software collaboration uses source checkout and versioned publication. App code enforces its own record-level access rules. ## Start with managed hosting Create an account at [boathousecloud.com](https://boathousecloud.com), confirm your email, then choose **Copy connection** and paste the message into your coding agent. Ask it to put a tool online or share it by email. Add credit before deploying. No separate hosting, database or sign-in project is needed. Install the agent skill in Cursor, Codex or Windsurf: ```sh npx skills add allenzhangyiteng/boathouse-skills ``` For Claude Code, add `/plugin marketplace add allenzhangyiteng/boathouse-skills`, then `/plugin install boathouse@boathouse`. See the [skill and plugin repository](https://github.com/allenzhangyiteng/boathouse-skills) and [installation guide](https://boathousecloud.com/docs/install-agent). The CLI can create a working app before you connect an account: ```sh bh init my-app --template team cd my-app python3 app.py --local ``` Use `--template static` for an HTML website. `boathouse` is an alias installed alongside `bh` when available. The starter format is ordinary source plus `boathouse.json`; no proprietary runtime is needed. See the [runnable guides](https://boathousecloud.com/docs/create-app), [llms.txt](https://boathousecloud.com/llms.txt) and [complete agent docs](https://boathousecloud.com/llms-full.txt). ## Run your own installation See [the self-hosting guide](docs/self-hosting.md) for a Linux host with Docker, DNS and HTTPS. The public release contains no accounts, credentials, database snapshots, hosted customer tools or production configuration. All examples use placeholders; generate your own secrets. This is infrastructure for trusted teams and trusted app builders. The control plane manages the host Docker daemon. Resource limits and container networks do not make it a secure sandbox for hostile code. Read [the security model](SECURITY.md) before exposing an installation. ## Development Python 3.12 is used by the container image. In a virtual environment: ```sh python -m pip install -r control/requirements.txt -r requirements-dev.txt python -m pytest -q python scripts/check_public_tree.py ``` Tests create temporary local state and use fake providers. Do not point tests at production credentials or state. CI runs the tests, publication hygiene checks, and Gitleaks. ## Repository layout | Path | Purpose | |---|---| | `control/app/` | API, account UI, gateway authorization, deployment and providers | | `control/site/` | Public-site source and static assets | | `cli/bh` | Standard-library Python CLI | | `skill/boathouse/` | Agent instructions | | `caddy/`, `docker-compose.yml` | Gateway and services | | `deploy/` | Host installation, synchronization and backup scripts | | `examples/hello/` | Minimal app that checks signed identity | | `tests/` | Regression tests with synthetic data | Contributions are welcome; see [CONTRIBUTING.md](CONTRIBUTING.md). Report vulnerabilities using [SECURITY.md](SECURITY.md).
Lo que la gente pregunta sobre boathouse-cloud
¿Qué es allenzhangyiteng/boathouse-cloud?
+
allenzhangyiteng/boathouse-cloud es plugins para el ecosistema de Claude AI. Open-source infrastructure for small software built with AI agents. Tiene 1 estrellas en GitHub y su última actualización registrada es del 2026-09-17.
¿Cómo se instala boathouse-cloud?
+
Puedes instalar boathouse-cloud clonando el repositorio (https://github.com/allenzhangyiteng/boathouse-cloud) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar allenzhangyiteng/boathouse-cloud?
+
Nuestro agente de seguridad ha analizado allenzhangyiteng/boathouse-cloud y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene allenzhangyiteng/boathouse-cloud?
+
allenzhangyiteng/boathouse-cloud es mantenido por allenzhangyiteng. La última actividad registrada en GitHub es del 2026-09-17, con 0 issues abiertos.
¿Hay alternativas a boathouse-cloud?
+
Sí. En ClaudeWave puedes explorar plugins similares en /categories/plugins, ordenados por popularidad o actividad reciente.
Despliega boathouse-cloud en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/allenzhangyiteng-boathouse-cloud)<a href="https://claudewave.com/repo/allenzhangyiteng-boathouse-cloud"><img src="https://claudewave.com/api/badge/allenzhangyiteng-boathouse-cloud" alt="Featured on ClaudeWave: allenzhangyiteng/boathouse-cloud" width="320" height="64" /></a>Más Plugins
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
Agent skill that removes signs of AI-generated writing from text
Academic Research Skills for Claude Code: research → write → review → revise → finalize
Create beautiful slides on the web using a coding agent's frontend skills
A Claude Code plugin that shows what's happening - context usage, active tools, running agents, and todo progress