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

1. Install VS Code Extension

code --install-extension flyde.flyde-vscode

Or download from marketplace

2. Create New Project

mkdir my-flyde-project && cd my-flyde-projectnpm init -ynpm 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.