Skip to content

Getting Started

Installation

pip install floop

Verify:

floop --version

Quick Start

# 1. Initialize project
cd your-project
floop init

# 2. Install skills into your AI agent
floop enable copilot     # or: cursor, claude, trae, qwen-code, opencode, openclaw

# 3. Prompt your AI Agent
# Just tell it what you want to build (e.g., "Build a SaaS dashboard").
# The installed floop skill will take over and guide it step-by-step.

# 4. Preview the result
floop preview
# Opens http://localhost:<port>