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.downloadNote
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.
- Click Open Folder or drag a folder onto the Floww window
- Your project files appear as available context for Claude
- 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:
- FlowwTerminal — Run Claude prompts with project context
- Note — Freeform text for planning and documentation
- Reference — Link to files, URLs, or other nodes
// 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
- Learn about the canvas and how to navigate it
- Understand nodes and their types
- Explore workflowws for branching and stamping
Tip
Press Cmd+K (or Ctrl+K) to open the command palette from anywhere in Floww.