Getting Started Getting Started

Getting Started

Install Floww and create your first project on the infinite canvas.

Installation

Floww is available as a desktop application. Download the latest version for your platform.

# macOS (Homebrew)
brew install floww

# Or download directly from floww.download
Note

Floww requires a Claude API key for AI features. You can use Floww’s canvas and node system without one.

Creating a project

Open Floww and select a project folder. The canvas loads instantly — there’s nothing to configure.

  1. Click Open Folder or drag a folder onto the Floww window
  2. Your project files appear as available context for Claude
  3. Start adding nodes to the canvas

Your first node

Right-click anywhere on the canvas to create a node. Nodes are the building blocks of your workflow:

// Example: FlowwTerminal node configuration
{
  type: 'floww-terminal',
  prompt: 'Review this component for accessibility issues',
  context: ['src/components/Button.tsx'],
  model: 'claude-sonnet-4-6'
}

Next steps

Tip

Press Cmd+K (or Ctrl+K) to open the command palette from anywhere in Floww.