Changelog
User-facing changes. The boring stuff lives in git.
2026-06
- Command-line tool.
fuush deploy ./distfrom any terminal.go install fuu.sh/fuush/cmd/fuush@latestor grab a release binary. Docs. - System status page. Live uptime + a 24h sparkline at app.fuu.sh/status. Probes every 60 seconds.
- Browser-side staging for file edits. Stage as many edits as you like, then click Publish to deploy them as one release. The editor and the file tree share the queue.
- GitHub sync preview. Mirror a repo branch into a site. Every push deploys. Available to invited accounts while we shake out edge cases. Docs.
- In-browser file manager + inline editor preview. Upload, edit, and delete files from the dashboard without re-zipping. Available to invited accounts. Docs.
- Web forms. Anonymous form-submission endpoint per site at
api.fuu.sh/f/<site_id>/<form>. Honeypot + IP rate limits + daily cap built in, optional email notifications, CSV export. Docs. - Custom 404 pages. Drop a
404.htmland turn the option on. Docs. - Custom index file. Serve
home.html(or anything you like) at/instead ofindex.html.
2026-05
- Daily digest email + real-time signup/site-create alerts. Operator-side; users see no change.
- Model Context Protocol server. LLM agents can list / create / deploy sites as native tools at
api.fuu.sh/mcp. Docs. - SEO + LLM discoverability fundamentals.
sitemap.xml,robots.txt, structured data on the marketing pages,llms.txt. - Cloudflare proxy front for
fuu.sh+app.fuu.sh. Per-slug records stay grey-cloud so user sites bypass the proxy. Operator-side; users see no change. - Site-creation abuse defenses. Per-user lifetime cap + per-IP burst cap; the dashboard shows a friendly error instead of a 500 when you hit them.
- Suspended sites get a clean 451 page. Background drift checker confirms the suspension actually serves.
- Custom-domain ownership via TXT records. Closes the dangling-DNS / takeover hole.
- API tokens.
fuu_*Bearer tokens to deploy from scripts / CI / Claude. - SPA mode +
_redirects+_headers. Vue/React/Next. - Deploy history + rollback. Every upload is a release; flip back to any prior one from Deploy history.
2026-04
- Initial launch. Email-magic-link auth, slug allocation, multi-edge fleet, custom domains, on-demand TLS, instant rollback, control-plane / data-plane split with Spaces as the source of truth.