Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

93 changes: 93 additions & 0 deletions docs/get-started/quickstart.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@



# Quickstart

## Start With a Prompt (4 mins)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can review this but the other sections I will add with https://linear.app/flutterflow/issue/DEVR-1080/quickstart later. whatever's done, let's review that.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is (4 mins) here? time to read this page? Or time to generate the app?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Time to generate an app, i'll see if i will keep it or not. idea is to show other methods being longer.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, no worries. I was thinking that it is not always 4 minutes because mostly it depends on app complexity.


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.

Ready to create your app? Simply:

1. Open Dreamflow and click the textbox that says "Start with a prompt..."
2. Enter your app description and wait for the Agent to generate your complete app.
3. Review and customize the generated project in the [workspace](#).


The Agent will create all the necessary screens, components, and functionality based on your description, giving you a fully functional app that you can further customize and deploy.


<div style={{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be more impactful to demo an app that’s widely relatable — the kind of apps used by thousands, if not millions, such as a Fitness Tracker, Expense Tracker, Super App, Stock Market app, Language Learning app, Hotel Finder app, Dating app, or Last-Minute Delivery app. Showing that these can be generated with just a simple prompt (instead of needing a large team) would really highlight the true power of Dreamflow.

Also, in the last slide of the arcade, there are overflow errors, which might leave a slightly low impression.

Copy link
Collaborator Author

@PoojaB26 PoojaB26 Sep 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated with a music streaming app instead!

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks really great now! thanks!

position: 'relative',
paddingBottom: 'calc(56.67989417989418% + 41px)', // Ensures the aspect ratio plus additional padding
height: 0,
width: '100%'
}}>
<iframe
src="https://demo.arcade.software/pkh6dsSwozFhyAZUW9IU?embed&show_copy_link=true"
title="Projects - FlutterFlow"
style={{
position: 'absolute',
top: 0,
left: 0,
width: '100%',
height: '100%',
colorScheme: 'light'
}}
frameBorder="0"
loading="lazy"
webkitAllowFullScreen
mozAllowFullScreen
allowFullScreen
allow="clipboard-write">
</iframe>
</div>

***Prompt used:** Build a sleek music streaming app like Spotify, with a dark theme, album art grids, a bottom navigation bar (Home, Search, Library) and a clean now-playing screen with controls and progress bar.*

### Sample Prompts

Here are some prompts that we've used recently while chatting with the agent.

#### A habit tracker

**Prompt**

Build the main screen for a habit tracking app. Prepopulate with common habits, and then show the tasks for today on this main screen. Make the app look modern and whimsical.


**Duration / Cost**: 161 seconds / 2.51 credits

**Next steps**
- Let the user enter their own habits
- Give the user reminders for their habits, even when the app is not running.
- Allow the user to share their habit progress with others (through the share sheet of the mobile OS)


#### Asteroids game

**Prompt**

Replace the main screen with an implementation of the classic game of Asteroids. Make this look and work the same as the original arcade game. Make sure that it has keyboard controls, mouse controls, and touch controls. Store the high-score locally.

**Duration / Cost** : 183 seconds / 2.30 credits

**Next steps**
- Give the game a start screen (with instructions)
- Give the game an end screen (with a leaderboard)
- Store a leaderboard of highscores on a server



#### Chat app

**Prompt**

Build a small chat app (store the data locally for now) where users can chat with their friends. Make the app look modern and familiar, but also give it some unique twists.

**Duration / Cost** : 313 seconds / 4.42 credits

**Next steps**
- Make the chats clustered when folks are close to each other
- Store the chat data in a cloud database
- Show a notification when a message arrives when the app is not active
40 changes: 40 additions & 0 deletions docs/get-started/welcome.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@


# Welcome

Dreamflow is ...


## Create Account


create an account...


## Build First Project

<div style={{
position: 'relative',
paddingBottom: 'calc(56.67989417989418% + 41px)', // Ensures the aspect ratio plus additional padding
height: 0,
width: '100%'
}}>
<iframe
src="https://demo.arcade.software/5Lbea4PqYYhwyNItSuND?embed&show_copy_link=true"
title="Projects - FlutterFlow"
style={{
position: 'absolute',
top: 0,
left: 0,
width: '100%',
height: '100%',
colorScheme: 'light'
}}
frameBorder="0"
Copy link

Copilot AI Sep 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file correctly uses 'frameBorder' with camelCase, which is the proper React/JSX syntax. The other files should follow this pattern.

Copilot uses AI. Check for mistakes.
loading="lazy"
webkitAllowFullScreen
mozAllowFullScreen
allowFullScreen
allow="clipboard-write">
</iframe>
</div>
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Dreamflow is a visual development environment that lets you build mobile, web, a

<p></p>

<div class="video-container"><iframe src="https://www.youtube.com/embed/GpXjU-ieAKU?si=moIEUUGry24CdSJN" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
<div class="video-container"><iframe src="https://www.youtube.com/embed/GpXjU-ieAKU?si=moIEUUGry24CdSJN" title="YouTube video player" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>



Expand Down Expand Up @@ -149,11 +149,11 @@ Discover additional tools and references to enhance your Dreamflow development e

## Still Have Problems?

If you're still experiencing issues or need additional help, here are some resources to get you back on track:
<!-- If you're still experiencing issues or need additional help, here are some resources to get you back on track:

- **[Submit Bug Report](#)** - Report bugs or issues you've encountered
- **[Community Forum](https://community.flutterflow.io)** - Ask questions and get help from the community
- **[Reddit Community](https://www.reddit.com/r/FlutterFlow/)** - Join discussions on Reddit
- **[Documentation Bug](https://github.com/FlutterFlow/flutterflow-documentation/issues)** - Report documentation issues
- **[Contribute to Documentation](https://github.com/FlutterFlow/flutterflow-documentation?tab=readme-ov-file#how-to-contribute)** - Contribution guidelines for contributing to the FlutterFlow documentation site.
- **[FlutterFlow Support](mailto:[email protected])** - Get direct support from the FlutterFlow support team.
- **[FlutterFlow Support](mailto:[email protected])** - Get direct support from the FlutterFlow support team. -->
16 changes: 8 additions & 8 deletions docs/test-and-publish/publish/google-playstore-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To create a new app in the Google Play Store, start by opening the [Google Play
height: '100%',
colorScheme: 'light'
}}
frameborder="0"
frameBorder="0"
loading="lazy"
webkitAllowFullScreen
mozAllowFullScreen
Expand Down Expand Up @@ -88,7 +88,7 @@ To create the Service Account, you can follow the instructions from [here](http
height: '100%',
colorScheme: 'light'
}}
frameborder="0"
frameBorder="0"
loading="lazy"
webkitAllowFullScreen
mozAllowFullScreen
Expand Down Expand Up @@ -117,7 +117,7 @@ To create the Service Account, you can follow the instructions from [here](http
height: '100%',
colorScheme: 'light'
}}
frameborder="0"
frameBorder="0"
loading="lazy"
webkitAllowFullScreen
mozAllowFullScreen
Expand Down Expand Up @@ -151,7 +151,7 @@ To create the Service Account, you can follow the instructions from [here](http
height: '100%',
colorScheme: 'light'
}}
frameborder="0"
frameBorder="0"
loading="lazy"
webkitAllowFullScreen
mozAllowFullScreen
Expand Down Expand Up @@ -199,7 +199,7 @@ Even if the build status appears as FAILURE, you can still download the AAB file
height: '100%',
colorScheme: 'light'
}}
frameborder="0"
frameBorder="0"
loading="lazy"
webkitAllowFullScreen
mozAllowFullScreen
Expand Down Expand Up @@ -229,7 +229,7 @@ In Google Play Console, create an **Internal Testing** track and upload the **.a
height: '100%',
colorScheme: 'light'
}}
frameborder="0"
frameBorder="0"
loading="lazy"
webkitAllowFullScreen
mozAllowFullScreen
Expand Down Expand Up @@ -263,7 +263,7 @@ To deploy your app from Dreamflow, navigate to **Publish > Android**, set the **
height: '100%',
colorScheme: 'light'
}}
frameborder="0"
frameBorder="0"
loading="lazy"
webkitAllowFullScreen
mozAllowFullScreen
Expand Down Expand Up @@ -310,7 +310,7 @@ To promote your app to production, open your **Internal testing** track in Googl
height: '100%',
colorScheme: 'light'
}}
frameborder="0"
frameBorder="0"
loading="lazy"
webkitAllowFullScreen
mozAllowFullScreen
Expand Down
Loading