hyphertext/docs

Changelog

Platform and MCP-surface changes worth knowing about if you built against an earlier version.

2026-08-30

Docs launched; MCP server gains self-description

This documentation site shipped. The MCP server also gained an `instructions` field and a get_started tool, so a connecting agent gets a platform overview and workflow guide without needing to leave the conversation to find it.

2026-08-30

Subscription tiers rebuilt

New pricing structure: Free (1 site), Starter ($1/mo, 20 sites), Growth ($3/mo, 50 sites), Plus ($5/mo, 100 sites), with a selectable 1–24 month billing period.

2026-08-29

Multi-file projects, project database, and project secrets

index.html gained sibling .js/.css/.json files, a persistent per-project JSON database (project_db_records) reachable from a published page's own JS at runtime, and encrypted project secrets with a public/secret exposure split and a secret-backed outbound proxy.

2026-08-29

Private pages

Added pages.visibility ('public' default, or 'private') — a private page serves only for its own signed-in owner; everyone else is redirected to sign in.