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

# OpenBuilder

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

<Info>
  OpenBuilder 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={1}>
  <Card title="Quick Start" icon="bolt" href="/get-started/quick-start">
    Build your first app with OpenBuilder. 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, OpenBuilder 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!*
