Skip to content

Commit 9ae27cd

Browse files
committed
add product tour
1 parent d02f6ab commit 9ae27cd

File tree

1 file changed

+28
-3
lines changed

1 file changed

+28
-3
lines changed

docs/index.md

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,33 @@ keywords: [dreamflow welcome, flutter development platform, ai mobile app develo
1414

1515
Dreamflow is an AI-first platform that combines code, visual, and agentic development for Flutter—no install, no lock-in, production-ready workflows. Transform your ideas into production-ready mobile apps in minutes using natural language prompts and our integrated development environment.
1616

17+
### Product Tour
18+
19+
<div style={{
20+
position: 'relative',
21+
paddingBottom: '56.25%', // 16:9 aspect ratio
22+
height: 0,
23+
width: '100%',
24+
marginBottom: '2rem'
25+
}}>
26+
<iframe
27+
src="https://www.youtube.com/embed/aT8Ta0-h_Ak"
28+
title="Dreamflow Platform Demo"
29+
style={{
30+
position: 'absolute',
31+
top: 0,
32+
left: 0,
33+
width: '100%',
34+
height: '100%'
35+
}}
36+
frameBorder="0"
37+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
38+
allowFullScreen>
39+
</iframe>
40+
</div>
41+
42+
43+
1744
## Key Features
1845

1946
- **[AI Agent](workspace/agent-panel.md)**: Prompt small edits or large refactors with natural language commands. The AI agent can scaffold entire screens, implement complex flows, and generate comprehensive tests, making development faster and more intuitive than traditional coding approaches.
@@ -91,10 +118,8 @@ A managed run session compiles and previews your app in real time. Connect Fireb
91118
Whether you're a seasoned developer looking to accelerate your workflow or a newcomer wanting to bring your app ideas to life, Dreamflow provides the tools and AI assistance you need to succeed.
92119

93120
**Next Steps:**
94-
1. **[Quickstart Guide](get-started/quickstart.md)** - Build your first app in 4 minutes
121+
1. **[Quickstart Guide](get-started/quickstart.md)** - Build your first app from scratch, from a template or describe your app idea and let AI generate an app for you.
95122
2. **[Workspace Tour](workspace/workspace.md)** - Learn about the development environment
96123
3. **[Deployment Guide](test-and-publish/publish/web-deployment.md)** - Publish your app to the world
97124

98-
---
99125

100-
*Join thousands of developers who are already building amazing apps with Dreamflow. Start your journey today!*

0 commit comments

Comments
 (0)