March 25, 2026
Improved
- Faster page updates after publishing - reduced unnecessary Cloudflare cache operations when editing posts. Draft autosaves no longer trigger cache purges, so only actual publishes and updates to live content clear the cache. This fixes intermittent Cloudflare rate limit warnings and makes published content appear faster.
Fixed
- SEO AI title generation - fixed an error in the editor's Story Settings panel where clicking the AI button for Meta Title showed a server error instead of generating title suggestions. The Meta Description AI button was unaffected. Titles now generate correctly with 3 options to choose from.
February 19, 2026
New
- AI SEO Generator - generate SEO titles and descriptions with AI from the editor side panel
- Changelog page - public changelog at
/changelog - People directory redesign - avatar carousel, infinite scroll, SEO-friendly URLs
Improved
- Discourse reactions refactored - 500ms debounce (was 2s), single Strapi write (was double), shared hook replaces 5 duplicate components (57% less code), fixed broken state reconciliation
- Homepage revalidation - publishing a post now revalidates the homepage and listing pages so new content appears immediately
- Cloudflare cache purging - fixed broken worker cache function, purges listing pages on publish
- Editor autosave - content saves only send title+content (no longer overwrites SEO/meta), settings saves only send settings fields, save queue prevents race conditions
- Editor slash commands - typing
/at the start of a new paragraph now opens a block command menu (Text, H2, H3, bullet list, numbered list, quote, code block, divider, image) - Dark mode link embeds - fixed unreadable text in editor link embeds
- Tool Boost - boosted badge across toolbox pages, self-service boosting from partner dashboard
- Deal creation - redesigned form with improved welcome modal
Editor Slash Command

Slash command now works directly in the editor body and gives quick block insertion from the keyboard.
Fixed
- Editor save bugs - fixed logic bug in saving indicator, added save retry (max 2, 5s delay), fixed potential crash on failed save
- Reaction button bugs - fixed
&&vs||preventing saves, fixed missing debounce cleanup, reduced iframe wait from 2s to 500ms, standardized user identifier - SEO field clearing - changed
||to??so users can clear SEO fields - Dark mode borders - fixed inconsistent borders in deal creation and welcome modals
February 12, 2026
New
- SEO-friendly people URLs - path-based URLs instead of query parameters
- Tool Boost system - partners can boost tools for increased visibility
Improved
- Notes editor SEO - SEO fields now work identically to the post editor
- Creator plan enforcement - documented and enforced limits across the platform
Fixed
- Dark mode borders - fixed inconsistent border colors across modals