Getting Started
How do I get started?
How do I get started?
Follow the 4-step Quick Start above, or check out the full Quick Start Guide for a detailed walkthrough.
I cannot download the installer file.
I cannot download the installer file.
Check for any browser notifications. Some browsers can silently block large files or ask for download permission.Try a different browser. Some users who use Brave or Arc have reported issues with downloading the installer. Try using Chrome or Safari.
Installation fails due to errors
Installation fails due to errors
This is likely caused by NodeJS or Git not being installed correctly. If installation fails after multiple attempts, please try installing NodeJS and Git manually.You can find the official NodeJS and Git installation instructions below:
What are the system requirements?
What are the system requirements?
EasyCode Flow requires NodeJS and Git to function properly. Currently supported platforms:
- MacOS: Apple Silicon (M Series Macs) - Apple Intel not supported right now
- Windows: Windows x64 (Windows arm64 not supported right now)
- Linux: Currently not supported
Supabase Integration
Can I use my own Supabase project?
Can I use my own Supabase project?
Currently, EasyCode Flow integrates with new Supabase projects. Existing project support is coming soon—let us know if you need early access!
I cannot connect my Supabase account.
I cannot connect my Supabase account.
- 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.
APIs and Integrations
How do I connect APIs?
How do I connect APIs?
Go to the API Integration Guide for step-by-step instructions on adding popular APIs. EasyCode Flow has native integration with many 3rd party APIs like Supabase, OpenAI, and more. Stripe integration is coming soon!
Are my API keys secure?
Are my API keys secure?
Yes! All API keys are stored locally and not shared with anyone else. EasyCode Agent will always store them server side so they are not exposed to the public.
What APIs are natively supported?
What APIs are natively supported?
EasyCode Flow has native integrations with:
- Supabase: Authentication, Database, realtime, etc.
- Stripe: Coming soon! Everything payment related
- Popular APIs: OpenAI, OpenRouter, Reddit, Anthropic, and more
I don't see the integration I need
I don't see the integration I need
We’re constantly adding new integrations! If you don’t see a specific API or service you need:
Debugging and Deployment
My deployment failed.
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
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
What's the difference between lint/compile errors and runtime errors?
What's the difference between lint/compile errors and runtime errors?
- Lint/compile errors happen before your app runs (type checks, formatting issues, unused imports). EasyCode Flow displays these in the Chat Panel or App Preview.
- Runtime errors happen during execution (unhandled exceptions, failed network requests). These appear in console logs and the Flow Diagram.
Support and Feedback
How do I get support?
How do I get support?
For code-related support, submit a report directly from within the app during the beta period. For general support:
- Discord: Join our community here
- Email: Contact us at support@easycode.ai
How do I report bugs or request features?
How do I report bugs or request features?
Since we’re in early beta, you can:
- Submit code-related issues directly from within the app
- Join our Discord community for discussions
- Email us at support@easycode.ai for feature requests