Sectioneer adds a curated, theme-aware page-building experience to the WordPress
block editor — a section library, one-click insert, and optional AI section
generation and editing. It is built entirely on WordPress’s public extension
points (SlotFills, block filters, the command palette, the Abilities API and the
WordPress AI Client), so it installs as an ordinary plugin and keeps working across
core upgrades. It never forks core or replaces the editor.
Open any page or post (or the Site Editor), click the Sectioneer icon in the
top-right toolbar, and the Sections panel appears.
The curated section library works on its own. AI generation is an optional
enhancement that degrades gracefully when no AI provider is configured.
Sectioneer does not bundle any AI provider, contain any API keys, or make any
external requests on its own. It registers a WordPress Ability and calls it through
the WordPress AI Client; the underlying provider is resolved on your own site.
To enable AI generation you install and configure a separate WordPress AI provider
plugin (for example AI Provider for Google, AI Provider for OpenAI, or AI
Provider for Anthropic) and supply that provider’s API key. When — and only when —
you click “Generate”/”Update”, your prompt text and the slugs of your active theme’s
design tokens (color and font-size names) are sent to whichever AI provider you
configured, via the AI Client running on your site, and the generated block markup is
returned. That request is governed by the terms and privacy policy of the AI provider
you chose. If no provider is configured, Sectioneer shows a notice and the AI controls
are disabled — nothing is sent anywhere.