# BW Guides Server

Central publishing server for BW Guides. Runs only on `plugins.bowden.works`.

- Author guides in Gutenberg under **Guides** (core blocks only).
- Target each guide at **all sites** or **selected sites** via the Targeting metabox.
- Register client sites and issue their keys under **Guides → Sites**.
- Client sites running the distributable `bw-guides` plugin pull guides from
  `/wp-json/bw-guides/v1/` using their site key.

See `CLAUDE.md` for architecture, the REST contract, and development rules.
The client plugin lives in the bw-plugins workspace:
`/srv/apps/bw-plugins/wp-content/plugins/bw-guides/`.
