Find answers to the most common questions about Vybe. If your question is not covered here, reach out to the team at team@vybe.build.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.
General
What can I build with Vybe?
What can I build with Vybe?
- Dashboards for tracking KPIs, revenue, or operational metrics
- Admin panels for managing users, orders, content, or any business entity
- CRM interfaces that pull data from Salesforce, HubSpot, or custom databases
- Data explorers for querying and visualizing data across multiple sources
- Reporting tools with charts, tables, and scheduled data refreshes
- Workflow automation like approval flows, triage queues, and task management
Can I build public-facing apps?
Can I build public-facing apps?
How is Vybe different from other app builders?
How is Vybe different from other app builders?
- AI-first — You describe what you need and the AI writes the code
- Full source code — Every app is a standard Next.js project you can inspect and understand
- Real databases — Each app gets its own PostgreSQL database, not a spreadsheet backend
- 3,000+ integrations — Connect to virtually any service your team uses
- Production deployment — Apps run on managed infrastructure with HTTPS and authentication
AI & Models
What AI models are available?
What AI models are available?
| Model | Strengths |
|---|---|
| Claude Opus 4.5 | Most capable. Best for complex app generation, multi-step reasoning, and large refactors. This is the default model. |
| Claude Sonnet 4.5 | Good balance of quality and speed. Suitable for most building tasks. |
| Claude Haiku 4.5 | Fast and lightweight. Best for quick edits, simple questions, and routine changes. |
| GPT-5.1 | Alternative model with different strengths. Useful for getting a second perspective. |
| Gemini 3 Pro | Alternative model. Good for varied approaches to problem-solving. |
Can the AI access my external data?
Can the AI access my external data?
What is the difference between Agent and Ask modes?
What is the difference between Agent and Ask modes?
- Agent mode — The agent can create files, edit code, run database queries, connect integrations, and make any modifications to your app. Use this when you want to build or change something.
- Ask mode — The agent has read-only access. It can answer questions about your code, explain how something works, and provide suggestions, but it cannot make changes. Use this when you want to understand something without risk of modifying your app.
Code & Technical
Can I export my code?
Can I export my code?
Can I install npm packages?
Can I install npm packages?
- Tiptap — For rich text editing
- React Flow — For node-based diagrams and flowcharts
What tech stack do Vybe apps use?
What tech stack do Vybe apps use?
- Next.js 15 (App Router) with React 19 and TypeScript
- PostgreSQL database (dedicated per app)
- Tailwind CSS for styling
- Shadcn UI component library
- Prisma ORM for database access
Does Vybe support real-time features?
Does Vybe support real-time features?
Can I receive webhooks?
Can I receive webhooks?
Data & Databases
What databases are supported?
What databases are supported?
- PostgreSQL — Direct connection or via SSH tunnel
- MySQL — Direct connection or via SSH tunnel
- Amazon Redshift — Direct connection
Is my data secure?
Is my data secure?
- Encryption at rest — All secrets, API keys, and credentials are encrypted before storage
- Sandboxed environments — Each app runs in an isolated environment during development
- HTTPS — All deployed apps are served over HTTPS with TLS encryption
- Authentication — Only authenticated members of your organization can access deployed apps
- Isolated databases — Each app has its own dedicated PostgreSQL instance
Integrations
How many integrations are available?
How many integrations are available?
Are integrations shared across apps?
Are integrations shared across apps?
Collaboration & Teams
How does collaboration work?
How does collaboration work?
| Role | Capabilities |
|---|---|
| Owner | Full access. Manage billing, members, and all apps. |
| Admin | Manage members and all apps. Cannot modify billing. |
| Editor | Create and edit apps. Cannot manage members. |
| Member | View and use deployed apps. Limited building capabilities. |
Can I share an app with someone outside my organization?
Can I share an app with someone outside my organization?
Billing & Credits
What happens if I run out of credits?
What happens if I run out of credits?
- Access and use your deployed apps
- Edit code manually in the Code tab
- Manage integrations and organization settings
- Invite and manage team members
Which plan is right for me?
Which plan is right for me?
- Free — You are exploring Vybe, building a personal project, or want to try the platform before committing. You get 100 credits per day.
- Pro — Your team actively builds and maintains internal tools. You need 2,000 credits per month and support for multiple Builder and Viewer seats.
- Team — Your organization has multiple builders and needs 5,000 credits per month with full team management capabilities.
Can I try Vybe before paying?
Can I try Vybe before paying?