Learn how to use AISim Flows
AISim Flows automatically captures your workflow and generates step-by-step documentation with screenshots. No more manual documentation—just record and export.
When you start recording, AISim Flows captures every click, keystroke, and navigation action. Each action becomes a step in your guide with an auto-captured screenshot.
After recording, you can edit each step. Change titles, rewrite instructions, crop screenshots, or reorder steps. AI-powered suggestions help you write clear, professional instructions.
Export your guides in multiple formats to fit your workflow. Each format is optimized for its use case.
Convert your step-by-step guides into narrated video tutorials with a single click. AI generates natural voiceover from your instructions.
AISim Flows processes everything locally in your browser. Your recordings, screenshots, and guides never leave your device unless you explicitly export or share them.
Integrate AISim Flows into your development workflow with our API. Automate guide generation, export, and publishing.
import { exportFlow } from '@aisim/flows'
await exportFlow({
id: 'flow-123',
format: 'markdown',
includeScreenshots: true
})Create your first flow in minutes.