diff --git a/docs/ff-designer/integrations/integrations.md b/docs/ff-designer/integrations/integrations.md index 9135d1ba..c47185b3 100644 --- a/docs/ff-designer/integrations/integrations.md +++ b/docs/ff-designer/integrations/integrations.md @@ -9,47 +9,73 @@ keywords: [integrations, flutterflow designer, ai app design] # Integrations -You can connect FlutterFlow Designer with external AI agents and developer tools. This enables you to generate, edit, and inspect designs directly from your preferred coding or AI environment instead of working only inside the Designer UI. +You can connect FlutterFlow Designer with external AI agents and developer tools. This enables you to generate, edit, and inspect designs directly from your preferred AI environment instead of working only inside the Designer UI. -For example, you can use an agent like Claude or Gemini to open your design, make layout changes, add components, or iterate on styles just by describing what you want in natural language. +For example, you can use an agent like Claude or Codex to open your design, make layout changes, add components, or iterate on styles just by describing what you want in natural language. :::info[Prerequisites] Before using integrations, make sure the following are set up: -- [**FlutterFlow Designer Desktop App**](https://storage.googleapis.com/flutterflow-downloads/designer/macos/prod/flutterflow-designer-latest-macos.dmg) is installed (currently available only on macOS) -- **Agent MCPs** are installed via CLI. The install commands are: - - **Claude Code:** `npm install -g @anthropic-ai/claude-code` - - **Gemini CLI:** `npm install -g @google/gemini-cli` - - **Codex CLI:** `npm install -g @openai/codex` -- Supported **IDEs** are installed on your system. To download, use the official links: - - **Cursor:** [https://cursor.com/download](https://cursor.com/download) - - **Antigravity:** [https://antigravity.google/download](https://cursor.com/download) +- [**FlutterFlow Designer Desktop App**](https://storage.googleapis.com/flutterflow-downloads/designer/macos/prod/flutterflow-designer-latest-macos.dmg) is installed (currently available only on macOS) +- **Agent MCPs** are installed via CLI. The install commands are: + - **Claude Code:** `npm install -g @anthropic-ai/claude-code` + - **Gemini CLI:** `npm install -g @google/gemini-cli` + - **Codex CLI:** `npm install -g @openai/codex` +- Supported **IDEs** are installed on your system. To download, use the official links: + - **Cursor:** https://cursor.com/download + - **Antigravity:** [https://antigravity.google/download](https://cursor.com/download) ::: -To add integrations, go to the **Integrations** section inside FlutterFlow Designer. Here you will see available integrations under **Agent MCPs** (such as Claude Code, Gemini CLI) and **IDEs** (such as Cursor, Antigravity). Click **Install** next to any integration you want to use. +## Installation -Once installed, open the respective tool (for example, Claude Code). Start by asking something: +To add integrations, go to the **Integrations** section inside FlutterFlow Designer. Here you will see available integrations under **Agent MCPs** (such as Claude Code, Gemini CLI, and Codex) and **IDEs** (such as Cursor, Antigravity). Click **Install** next to any integration you want to use. -``` -Open FlutterFlow Designer tool, I want to make some changes. -``` +