AI article
notion-flows: Your Notion Pages Are Your Automation Code
Community description: I built a CLI tool that turns plain-English Notion pages into live business automations powered by Claude AI — edit the page, change the behavior. No deployments needed.
Dev.to | Mar 10, 2026 | dinesh0666
Automated excerpt
No drag-and-drop node editors. notion-flows is a TypeScript CLI that treats Notion pages as executable business logic. If you edit a flow page in Notion, it automatically re-runs that flow. Your Notion page is your CI pipeline. │ ├── cli. ts # setup / list / run / watch │ ├── types/index. ts # Flow, FlowRunResult, NotionWrite │ ├── runtime/notion. ts # Notion client + MCP tools │ ├── executor/flow-executor. ts # Agentic Claude loop │ └── utils/setup.
Selected automatically from source text; not independently written or fact-checked. Read the original for full context.