For AI agents: the complete documentation index is at llms.txt. Remove the trailing slash from a page URL and append .md to read its Markdown version. For the docs home, use index.md.

reflex-docgen Changelog

v0.9.5 (2026-08-28)

Miscellaneous

  • Property docstrings are now noun phrases rather than "Get the ..." / "Return the ..." (ruff 0.16's new D421). (#6893)

v0.9.4 (2026-08-04)

Features

  • Added typed description and image frontmatter fields to FrontMatter, parsed from docs and preserved by the markdown writer, for per-page SEO metadata. (#6464)

v0.9.3 (2026-07-15)

Bug Fixes

  • Fixed meta_description and description frontmatter keys being misinterpreted as component preview lambdas. (#6704)

v0.9.2 (2026-06-03)

No significant changes.