> ## Documentation Index
> Fetch the complete documentation index at: https://easycode.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# EasyCode Flow

> The IDE for Vibe Coders: Plan, build, debug, and deploy full stack apps with AI superpowers.

<Frame>
  <iframe src="https://www.loom.com/embed/28a4b5a6a97040e49657664313668285?sid=98ceadc9-89c6-4f0d-a3b5-de6d59ca44f9&hide_owner=true" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style={{width: "100%", height: "400px"}} />
</Frame>

<Info>
  EasyCode Flow is currently in beta and may have unexpected issues. We're actively working to improve the experience and appreciate your feedback!
</Info>

## Get Started

<CardGroup cols={2}>
  <Card title="Installation" icon="download" href="/get-started/installation">
    Set up EasyCode Flow on your machine in minutes. Follow step-by-step instructions for your OS.
  </Card>

  <Card title="Quick Start" icon="bolt" href="/get-started/quick-start">
    Build your first app with EasyCode Flow. Learn the basics and see the workflow in action.
  </Card>
</CardGroup>

## Guides

<CardGroup cols={2}>
  <Card title="Connect Supabase" icon="database" href="/guides/connect-supabase">
    Link your project to Supabase for authentication, database, and more.
  </Card>

  <Card title="Connect APIs" icon="plug" href="/guides/connect-APIs">
    Integrate with 3rd party APIs like OpenAI, Stripe (coming soon), and more.
  </Card>

  <Card title="Debugging" icon="bug" href="/guides/debugging">
    Use AI-powered tools to fix errors, trace issues, and improve your code.
  </Card>

  <Card title="Deployment" icon="rocket" href="/guides/deploy-app">
    Deploy your app to production with a single click and get a live URL.
  </Card>
</CardGroup>

## Common Questions

<AccordionGroup>
  <Accordion title="How do I get started?">
    Follow the 4-step Quick Start above, or check out the full <a href="./get-started/quick-start.mdx">Quick Start Guide</a> for a detailed walkthrough.
  </Accordion>

  <Accordion title="What if I get stuck?">
    Use the Debugging tools, check the <a href="./guides/debugging.mdx">Debugging Guide</a>, or visit our <a href="./troubleshoot/faqs.mdx">FAQ</a> for help.
  </Accordion>

  <Accordion title="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!
  </Accordion>

  <Accordion title="How do I connect APIs?">
    Go to the <a href="./guides/connect-APIs.mdx">API Integration Guide</a> for step-by-step instructions on adding popular APIs.
  </Accordion>
</AccordionGroup>

***

*Ready to build? Start with the Quick Start or explore our guides for more tips and best practices!*
