Deploy your site. Version your data. One command.
Static files and structured JSON content in one system.
Every update versioned. Preview before going live. Promote when ready.
Self-hosted with Docker or use the cloud.
Website · Deploy Tutorial · API Docs · Live Projects · npm
# Install the CLI
bun install -g @usewren/cli
# Deploy a static site
wren deploy ./dist --tree mysite --public
# Preview changes before going live
wren deploy ./dist --tree mysite --label preview
# Promote to published
wren promote mysite --from preview| Repo | Description |
|---|---|
| sandbox | Core server — Bun/TypeScript, Docker image |
| cli | CLI tool — @usewren/cli on npm |
| adminui2 | Admin UI — vanilla JS, no build step |
| docs | OpenAPI 3.1 spec |
| marketing | Landing pages & tutorials |
| db | Postgres migrations |
| client-ts | TypeScript client |
| client-py | Python client |
docker pull reusr1/wren:latestApache-2.0 licensed.