Bring in-the-moment feedback to Docusaurus
Encatch is a feedback widget for Docusaurus. It collects page-level ratings, edit suggestions, and bug reports from every reader of your docs.
Features
Turn documentation into a two-way conversation
Page Feedback
Collect simple reactions like: Was this page helpful? What was missing? What could be improved?
Suggest Edits
Allow readers to propose improvements directly from the page.
Report Issues
Capture broken examples, outdated content, and documentation bugs.
AI-Powered Analysis
Automatically categorize and summarize feedback trends.
Public or Private Collection
Choose whether feedback is visible to everyone through GitHub or GitLab, or only your team.
Works Anywhere
Add feedback widgets without rebuilding your documentation platform.
Changelog & announcements
v2.4 release notes
Guide to new pages
New authentication guide
Behavior-based trigger
Page visited 5× in 20 min
Selected text suggestions
Suggest an edit inline
Exit intent
Before leaving the page
Triggered feedback
Configure forms from the backend and update targeting without redeploying your docs site.
Dynamic forms
Show feedback prompts at the right moment
Dynamic forms you configure from the backend — no deploy needed for most use cases. Add a small code hook when you need custom events, selected text, or exit intent.
Changelog & announcements
Show a changelog, release note, or product announcement when readers land on your docs — configured from the dashboard, no code change.
Guide to new content
Point readers to newly released or updated pages with a targeted prompt. Set it up in the backend without touching your documentation code.
Behavior-based triggers
Show a form when specific conditions are met — for example, a page visited five times within twenty minutes. Wire custom events with a small code change.
Selected text suggestions
Let readers highlight text and submit edit suggestions inline. Connect it to your form with a small code hook.
Exit intent prompts
Catch readers before they leave and ask what was missing. Enable exit-intent forms with a small code change.
FAQ
Docusaurus + Encatch
- Does Encatch support Docusaurus?
- Yes. Encatch plugs into Docusaurus to collect page-level ratings, edit suggestions, and bug reports from every reader.
- How do I add Encatch to a Docusaurus site?
- Install the Encatch SDK as a Docusaurus plugin or swizzled component, then configure feedback forms from the Encatch dashboard.
- Is there a working Docusaurus example?
- Yes. A complete Docusaurus project with Encatch already configured is available at get-encatch/docusaurus-examples on GitHub.
See a complete Docusaurus example
Browse a working Docusaurus project with Encatch integrated — feedback forms, event triggers, and team inbox all set up.
get-encatch/docusaurus-examples