
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
openpouch 🦘 — agent-native hosting, built for coding agents. Deploy any folder to a live URL in one command: npx openpouch deploy
The agent-native hosting platform — built for coding agents, not walled against them. Deploy any folder to a live URL in one command — no account, no dashboard, no CAPTCHA:
npx openpouch deploy
Status: technical preview.
openpouch deployserves static sites (HTML/SPAs/build output) and runs real Node.js apps in a hardened container — autonomously, from any agent or terminal. Previews are ephemeral (unclaimed ones vanish after 72 h); durable production hosting and self-service billing are on the way. Feedback welcome on GitHub.
You get a live https://<slug>.openpouch.sh URL plus a claim link. The agent deploys autonomously; a human claims it via the link to keep it. openpouch writes the deployment truth (deploy.manifest.json, deploy.evidence.json, DEPLOYMENT.md) back into your repo, so any agent can resume after context loss.
Framework frontends (React/Vite/Next/Svelte…): deploy the built output, not the source folder. Build first, then point
deployat the build directory:npm run build npx openpouch deploy dist # Vite → dist/ · CRA → build/ · Next static export → out/If you run
openpouch deployin an unbuilt frontend root, it stops and tells you which folder to deploy instead of silently shipping source that won't run (useopenpouch deploy .to force the current folder). Server-side build-on-deploy is live — pass the source folder explicitly (openpouch deploy .) and the server runsnpm run buildfor you, for both full-stack apps (an Express/Node server with a build step) and unbuilt static SPAs (a Vite/CRA frontend with no server → built, then served as files).
Start anonymous, or create a free account for higher limits — entirely from the agent, no dashboard:
npx openpouch signup --email you@example.com # or: --github
npx openpouch activate --account <id> --token <token-from-email>
npx openpouch whoami --json # your tier + current usage
Your API key is stored locally; deploys then run under your account and quota. Abuse is controlled with accounts, quotas, rate limits and an egress filter — never by asking a machine to prove it's human.
Already on Render or Vercel? openpouch init detects your project and maps the service; then openpouch preview / openpouch prod run a governed pipeline — previews autonomous, production gated behind a human approval. Agents can never self-approve production.
deploy · list · delete · signup · activate · whoami · init · inspect · plan · preview · prod · approve · verify · logs · rollback · feedback — every command supports --json and stable exit codes, so any agent harness with a shell can drive it. An MCP server exposes the same tools.
FAQs
openpouch 🦘 — agent-native hosting, built for coding agents. Deploy any folder to a live URL in one command: npx openpouch deploy
The npm package openpouch receives a total of 34 weekly downloads. As such, openpouch popularity was classified as not popular.
We found that openpouch demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.