This quickstart guide will walk you through building a full stack app using EasyCode Flow’s core features. By the end, you will be familiar with the end to end process from planning to deployment.
Prerequisites: If you haven’t installed and set up the IDE, please follow the Installation Guide
As an example, we will use the following app idea:
Build a notes app with user authentication

1. Plan your app

  • Enter app idea
  • Give app name
  • Review the plan
  • Accept, Reject, or Chat to modify the plan
If you alraedy have a detailed PRD, you can copy and paste the PRD into the initial prompt and EasyCode will break it down to logical steps.

2. Build the first screen

  • Approve agent’s context selection
  • Wait for code changes to finish
  • Click Open App to inspect the app inside EasyCode Browser
  • Chat to make adjustment or Start Next Step
The app is still a mock up at this stage, core functionalities are likely not implemented yet and will be added during later steps.

3. Connect Supabase

  • Connect to your Supabase
  • Approve access to organization
  • Return to EasyCode Flow and create a new project.
  • Approve Supabase changes
Currently we only integrate with new Supabase projects. If you’d like to use your existing Supabase project, let us know here and you will be the first to know when it becomes available.

4. Deploy your app

  • Click Deploy -> Deploy App in the EasyCode Flow menu bar
  • Wait for deployment to complete
  • Inspect the deployed URL
Support for custom domain is coming soon.

Next Steps

Common Problems