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:
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.
Make sure you still have available project slots in your Supabase organization. If you are on a free Supabase plan, you will have 2 project slots.
If you already have 2 or more projects, you can pause one of the projects to make room for new projects.
If all fails, try creating a New Organization in Supabase on a free tier, and click “Connect to Supabase” again from within EasyCode to initiate the access authorization.
My deployment failed.
Make sure all linter errors and runtime errors are fixed before trying to deploy.After fixing any remaining errors, initiate deployment again.
I'm stuck trying to fix an error
Use EasyCode Flow’s debugging tools:
For compile/lint errors: Use the automatic quick fix prompts
For runtime errors: Click “Fix Error” in the Flow Diagram
For UI issues: Use Built-in Screenshot, Attach Image, or Element Selector
For unexpected behaviors: Use the Interactive Debugger when prompted