Get Flyde
Flyde combines a visual editor that lives in your IDE with the @flyde/loader
npm package that runs your flows.
Quick Start
One command. Zero setup.
npx create-flyde-app
✓ Creates project with working flow
✓ Installs editor extension
✓ Opens your editor with your first flow
Manual Setup
Step-by-step control.
Choose your IDE
2. Create New Project
mkdir my-flyde-project && cd my-flyde-project
npm init -y
npm install @flyde/loader
3. Create Your First Flow
Right-click in VS Code → "New Flyde Flow"
What's next?
Once you have Flyde running, learn how to build powerful AI workflows.