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

# Welcome to Vybe

> Build internal tools with AI — describe what you need and Vybe builds it for you

Vybe is an AI-powered platform for building internal tools. Describe what you need in plain language, and Vybe builds it — complete with databases, integrations, and deployment.

No boilerplate. No drag-and-drop builders. Just tell the AI what your team needs and get a working application in minutes.

***

## Who is Vybe for?

Vybe is built for anyone who needs internal tools but does not want to spend weeks building them from scratch.

| Role                    | How you use Vybe                                                                      |
| ----------------------- | ------------------------------------------------------------------------------------- |
| **Operations teams**    | Build dashboards to track KPIs, manage workflows, and triage issues                   |
| **Engineering teams**   | Spin up admin panels, data explorers, and internal APIs without side-project overhead |
| **Business analysts**   | Create reporting tools and data visualizations connected to live data sources         |
| **Founders & managers** | Build CRM interfaces, approval workflows, and team management tools                   |

***

## What can you build?

Vybe apps are full-stack Next.js 15 applications with their own PostgreSQL database, connected integrations, and production deployment. Common use cases include:

* **Dashboards** — Real-time views of metrics from Stripe, HubSpot, your database, or any connected service
* **Admin panels** — CRUD interfaces for managing users, content, orders, or any entity
* **CRM tools** — Customer management with data pulled from Salesforce, HubSpot, or custom databases
* **Data explorers** — Query and visualize data across multiple sources in one interface
* **Workflow automation** — Approval flows, triage queues, and task management connected to Slack, Jira, and more
* **Reporting tools** — Scheduled reports and analytics dashboards powered by live data

***

## How it works

<Steps>
  <Step title="Describe your app">
    Tell the AI what you want to build. Be specific about the data sources, features, and workflows your team needs.

    > I need a chargeback tracker that pulls disputes from Stripe, shows them in a sortable table, and lets my team assign each dispute to a reviewer.
  </Step>

  <Step title="AI builds it">
    The AI agent creates your app — generating pages, database tables, API routes, and integration connections. Watch the app take shape in real time through the live preview.
  </Step>

  <Step title="Deploy to your team">
    Click **Deploy** to publish your app. Your team can access it immediately at a production URL. Only authenticated members of your organization can view your apps.
  </Step>
</Steps>

***

## Key capabilities

<CardGroup cols={2}>
  <Card title="AI-powered development" icon="wand-magic-sparkles">
    Chat with an AI agent that writes code, creates database schemas, connects APIs, and builds complete user interfaces — all from your descriptions.
  </Card>

  <Card title="3,000+ integrations" icon="plug">
    Connect to Slack, Salesforce, Jira, Stripe, HubSpot, Google Workspace, and thousands more. Plus direct database connections to PostgreSQL, MySQL, and Redshift.
  </Card>

  <Card title="Built-in databases" icon="database">
    Every app gets its own PostgreSQL database. The AI creates tables, writes queries, and manages migrations. You can also connect external databases.
  </Card>

  <Card title="One-click deployment" icon="rocket">
    Deploy your app to a production URL with a single click. Apps run on managed infrastructure with HTTPS, authentication, and automatic scaling.
  </Card>

  <Card title="Team access control" icon="users">
    Invite team members to your organization with role-based permissions. Control who can build, edit, and view each app.
  </Card>

  <Card title="Multiple AI models" icon="microchip">
    Choose from Claude Opus 4.5, Sonnet 4.5, Haiku 4.5, GPT-5.1, and Gemini 3 Pro. Switch models at any time based on your needs.
  </Card>
</CardGroup>

***

## Get started

<CardGroup cols={2}>
  <Card title="Quick Start" icon="bolt" href="/getting-started/quick-start">
    Build your first app in under 5 minutes.
  </Card>

  <Card title="Core Concepts" icon="book" href="/getting-started/core-concepts">
    Understand the key building blocks of Vybe.
  </Card>

  <Card title="AI Chat" icon="comments" href="/building-apps/ai-chat">
    Learn how to communicate effectively with the AI agent.
  </Card>

  <Card title="Integrations" icon="plug" href="/integrations/integration-basics">
    Connect your existing tools and data sources.
  </Card>
</CardGroup>
