# Flowcorder > Installable CLI and local Composer for automated web app demo videos. Flowcorder lets developers describe or code product flows, run them against a live web app with Playwright, capture video and cursor metadata, then compose polished demo videos locally. ## Core Docs - [Overview](https://flowcorder.com/docs): install, project shape, captures, and Composer. - [Installation](https://flowcorder.com/docs/install): install the CLI, initialize a project, run doctor, and capture the example flow. - [Composer](https://flowcorder.com/docs/composer): local timeline, capture library, camera movement, frames, and exports. - [Agent Guide](https://flowcorder.com/docs/agents): how coding agents should create and run Flowcorder flows. ## Agent Files - [Full Agent Context](https://flowcorder.com/llms-full.txt): complete product and flow authoring context. - [Agent Task Recipe](https://flowcorder.com/agents.md): concise instructions for coding agents. ## Project Contract Authored files live in `flowcorder/`. Generated captures and renders live in `.flowcorder/`. ```text my-app/ flowcorder.config.ts flowcorder/ auth/ fixtures/ flows/ .flowcorder/ / composed/ ```