Changelog
v3.2 — Free subdomains · 2026-08-04
- smallcloud domain claim yourname — a free
yourname.onsmallcloud.com pointed at your server, claimed and configured in one command. No domain purchase, no DNS knowledge.
smallcloud domain update-ip re-points your subdomain if your server's IP changes.
- No lock-in: switching to your own domain is one config line.
v3.1 — Public release on npm · 2026-08-03
- Smallcloud is installable:
npm install -g @onsmallcloud/smallcloud — the CLI and MCP server, MIT-licensed, self-contained.
- The platform no longer requires a source checkout: services run from the installed package.
v3 — Product depth · 2026-08-02
- Controlled egress: deploy with
--allow-egress api.example.com and your app can reach exactly those hostnames through an authenticated forward proxy — deny-by-default, every refusal audited. Apps remain zero-egress unless granted.
smallcloud new: scaffold a ready-to-deploy static site, Node server, or persistent-KV guestbook in one command.
- Social cards (OG images) on every page of this site.
- This changelog.
v2 — Enterprise grade & public presence · 2026-08-02
- Automatic daily backups (database snapshot + per-app volumes, 7-day retention) with a tested restore path.
- Audit trail of every privileged action;
smallcloud audit.
- Login rate limiting, logout, and strict security headers everywhere.
smallcloud doctor: verifies and heals the installation.
- This public site: docs, FAQ, sitemap/JSON-LD, and llms.txt for answer engines.
v1 — The platform · 2026-08-01
- One-command deploys of static sites and Node.js apps to private HTTPS URLs (~1s).
- Magic-link auth on every route; share-by-link with owner/editor/viewer roles.
- Hardened sandboxes: capabilities dropped, read-only rootfs, resource caps, zero egress.
- Per-app persistent volumes with SQLite + KV; team workspace at
sc-home.
- Scale-to-zero with ~400ms wake-on-request; MCP server so AI agents deploy end to end.