Features
Everything below is implemented and covered by automated tests today — not a roadmap.
Recording
- Chrome extension (MV3)
- Captures clicks, navigation, and SPA route changes as you work — no separate screen-recording step.
- On-device redaction
- Password and card fields are blacked out in the browser before a screenshot ever leaves it.
- Pause & resume
- Stop capturing sensitive steps without losing your place, and delete the last captured step if you misclick.
Editing
- One canonical workflow
- Every output — guide, SOP, demo, test cases — renders from the same steps, so an edit to a title or instruction shows up everywhere it's used.
- Manual edits are protected
- Regenerating a section with AI never overwrites a field you've manually edited.
- Screenshot tools
- Crop, redact, or replace a screenshot — the original stays untouched for restoring later.
- Version history
- Restore an earlier workflow version at any time.
Outputs
- Guides
- A step-by-step guide with real screenshots, exportable to Markdown, HTML, JSON, PDF, DOCX, or a ZIP backup.
- Interactive demos
- A clickable walkthrough with mechanically-derived hotspots, publishable and embeddable.
- SOPs, KB articles & FAQs
- Formal documentation generated from the recording, editable independently of the guide.
- Checklists
- Executable checklists with progress tracked per user, separate from the checklist content itself.
- Quizzes
- Training quizzes that grade server-side and never expose the answer key before submission.
- QA/UAT test cases
- Positive and negative test cases covering the recorded workflow, exportable to CSV, XLSX, PDF, or DOCX.
Publishing & sharing
- Password & expiry protected links
- Share a published guide or demo publicly, or lock it down, on Pro and above.
- Secure embedding
- A per-demo origin allowlist enforced by a dynamic Content-Security-Policy header.
- Signed, expiring screenshot URLs
- Every image is served through a signed URL, never a public bucket path.