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

# Platform Overview

> Learn about ChatAndBuild's AI-powered development platform and core features

## Core Features

<CardGroup cols={2}>
  <Card icon="message-dots" href="/docs/chat/models" title="AI Chat Interface">
    Interact with multiple AI models including Claude, GPT-5, and more to generate code, debug issues, and get development assistance.
  </Card>

  <Card icon="code" href="/docs/workbench/editor" title="Integrated Code Editor">
    Full-featured code editor with syntax highlighting, IntelliSense, and live preview capabilities for web development.
  </Card>

  <Card icon="terminal" href="/docs/workbench/preview" title="Live Preview">
    Built-in live preview functionality to test and run your applications directly in the browser.
  </Card>

  <Card icon="users" href="/docs/team/overview" title="Team Collaboration">
    Share projects, collaborate with team members, and manage permissions across your organization.
  </Card>
</CardGroup>

## Key Integrations

ChatAndBuild seamlessly integrates with popular development tools and services:

### [GitHub Integration](/docs/integrations/github)

* Push changes and create pull requests
* Sync with existing GitHub workflows

### [Figma Integration](/docs/integrations/figma)

* Import Figma designs and generate code automatically
* Convert design frames to functional components
* Maintain design-to-code consistency

### [Supabase Connection](/docs/integrations/supabase)

* Connect to Supabase and other database providers
* Generate database schemas and queries
* Real-time data synchronization

## Supported Technologies

<AccordionGroup>
  <Accordion title="Frontend Frameworks">
    * React , Next.js, Vue.js, Nuxt
    * Angular, Svelte, SvelteKit
    * Astro, Remix, Qwik
    * HTML/CSS/JavaScript
  </Accordion>

  <Accordion title="Backend & Full-Stack">
    * Node.js, Express, Fastify
    * Python, Django, Flask
    * PHP, Laravel
    * Database integration (SQL, NoSQL)
  </Accordion>

  <Accordion title="Mobile Development">
    * React Native, Expo
    * NativeScript
    * Progressive Web Apps (PWAs)
  </Accordion>

  <Accordion title="AI Models">
    * Anthropic Claude (Claude-4.5, Claude-3.7)
    * OpenAI GPT models
    * Deepseek models
    * Google Gemini models
  </Accordion>
</AccordionGroup>

<Note>
  For the best experience, please use the Chrome browser and avoid opening multiple ChatAndBuild tabs simultaneously.
</Note>
