|
1 | 1 | --- |
2 | | -title: AI Assistant |
3 | | -description: Use the AI Assistant to build UIs with natural language |
| 2 | +title: AI Agent |
| 3 | +description: Use the AI Agent to build UIs with natural language |
4 | 4 | sidebar: |
5 | 5 | order: 1 |
6 | 6 | --- |
7 | 7 |
|
8 | 8 | import { Image } from 'astro:assets'; |
9 | 9 |
|
10 | | -ComposeFlow includes powerful **AI Assistants** that allow you to create and modify user interfaces using natural language. There are two types of AI assistants, each designed for different workflows: |
| 10 | +ComposeFlow includes powerful **AI Agents** that allow you to create and modify user interfaces using natural language. There are two types of AI agents, each designed for different workflows: |
11 | 11 |
|
12 | 12 | 1. **AI Chat Interface** - Modifies and enhances your current project, including screens, app architecture, states, and data types |
13 | 13 | 2. **AI Screen Creator** - Creates entirely new screens from scratch |
14 | 14 |
|
15 | 15 | Instead of manually dragging and dropping components, you can simply describe what you want to build, and the AI will generate the UI for you. |
16 | 16 |
|
17 | | -## Types of AI Assistants |
| 17 | +## Types of AI Agents |
18 | 18 |
|
19 | 19 | ### 1. AI Chat Interface (Project-Wide Modifications) |
20 | 20 |
|
@@ -63,7 +63,7 @@ The **AI Screen Creator** creates entirely new screens from scratch based on you |
63 | 63 | - Building screens for new features or sections |
64 | 64 | - Rapid prototyping of screen concepts |
65 | 65 |
|
66 | | -## Getting Started with AI Assistants |
| 66 | +## Getting Started with AI Agents |
67 | 67 |
|
68 | 68 | ### Using the AI Chat Interface (Project-Wide Modifications) |
69 | 69 |
|
@@ -111,7 +111,7 @@ The **AI Screen Creator** creates entirely new screens from scratch based on you |
111 | 111 |
|
112 | 112 | ### Context Awareness |
113 | 113 |
|
114 | | -The AI Assistant understands your current project context: |
| 114 | +The AI Agent understands your current project context: |
115 | 115 |
|
116 | 116 | - **Existing Components**: References components already in your project |
117 | 117 | - **Theme Colors**: Uses your project's color scheme |
@@ -178,11 +178,11 @@ The AI Assistant understands your current project context: |
178 | 178 |
|
179 | 179 | ## Integration with Other Features |
180 | 180 |
|
181 | | -The AI Assistant works seamlessly with other ComposeFlow features: |
| 181 | +The AI Agent works seamlessly with other ComposeFlow features: |
182 | 182 |
|
183 | 183 | - **Theme Editor**: AI-generated UIs use your custom themes |
184 | 184 | - **Component Library**: AI can create and reference reusable components |
185 | 185 | - **State Management**: AI helps set up app state and data binding |
186 | 186 | - **Firebase Integration**: AI can configure database connections and authentication |
187 | 187 |
|
188 | | -The AI Assistants transform ComposeFlow into a conversational UI development platform, making it accessible to developers of all skill levels while dramatically speeding up the development process. By understanding when to use each type of assistant, you can maximize your productivity and create better designs more efficiently. |
| 188 | +The AI Agents transform ComposeFlow into a conversational UI development platform, making it accessible to developers of all skill levels while dramatically speeding up the development process. By understanding when to use each type of agent, you can maximize your productivity and create better designs more efficiently. |
0 commit comments