You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/get-started/quickstart.md
+73-1Lines changed: 73 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,79 @@ keywords: [quickstart, getting started, dreamflow tutorial, ai app generation, f
11
11
12
12
# Quickstart
13
13
14
-
## Start With a Prompt (4 mins)
14
+
15
+
## Start from Scratch
16
+
17
+
Starting a new Flutter project in Dreamflow is simple and flexible. When you create a project from scratch, you'll begin with Flutter's classic counter app template. From there, you have multiple ways to build out your application:
18
+
19
+
- Use the **[AI Agent](../workspace/agent-panel.md)** to add features through natural language conversations.
20
+
- Visually construct your UI with the **[Properties Editor](../workspace/properties-panel.md)** and drag-and-drop tools.
21
+
- Write and edit code directly in the integrated **[Code Editor](../workspace/content-panel.md#code-editor)**.
22
+
- Combine these approaches seamlessly as your project grows.
23
+
24
+
This flexibility allows you to work in whatever way best suits your development style and project needs.
25
+
26
+
<div style={{
27
+
position: 'relative',
28
+
paddingBottom: 'calc(56.67989417989418% + 41px)', // Ensures the aspect ratio plus additional padding
Dreamflow also provides a collection of professionally designed, production-ready templates to jumpstart your app development. Our templates are fully customizable to match your brand and requirements while being designed to work seamlessly across mobile, tablet, and web platforms.
55
+
56
+
Simply choose a template that matches your needs and customize it to create your unique application.
57
+
58
+
<div style={{
59
+
position: 'relative',
60
+
paddingBottom: 'calc(56.67989417989418% + 41px)', // Ensures the aspect ratio plus additional padding
Dreamflow's AI-powered app generation allows you to create fully functional, production-ready applications from simple text or image descriptions. Simply describe what you want to build, and Dreamflow Agent will generate the entire app structure, UI components, and functionality for you.
0 commit comments