Static only
No Node server, no Python process, no database. The CLI publishes files that can be served from the edge.
Agentic CLI deployments
wooven-publish is an open source CLI and agent skill. It lets an AI agent publish static output, return a live URL, and keep the same workflow ready for owned infrastructure later.
curl -fsSL https://wooven.dev/skill/install.sh | bash
wooven-publish ./my-site --client cursor
# wooven -> /abs/path/to/my-site
# ✓ slug meadow-aspen-x321fc
# ✓ live at https://meadow-aspen-x321fc.wooven.dev/Works with
The installer detects agent folders and symlinks the skill so the agent knows when and how to publish.
Different style, same content
The CLI keeps the contract narrow enough for agents to use safely: static folder in, URL out, clear limits, no hidden runtime.
Start with instant static publishes. The same agentic flow will grow into Git, runners, custom domains, and BYOS deployments.
Open wooven-publish