General
What can I build with Vybe?
What can I build with Vybe?
Vybe is designed for internal tools — applications used by your team, not by external customers. Common examples include:
- 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?
No. Vybe apps are designed for internal organizational use only. Every user who accesses a deployed Vybe app must be an authenticated member of your organization. There is no way to make an app publicly accessible.If you need a public-facing application, Vybe is not the right tool. It is purpose-built for internal tools and business operations.
How is Vybe different from other app builders?
How is Vybe different from other app builders?
Vybe uses AI to generate full-stack applications from natural language, rather than requiring you to drag and drop components or write configuration files. Your apps are real Next.js 15 projects with full source code — not low-code abstractions.Key differences:
- 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?
Vybe supports multiple AI models that you can switch between at any time:
You can switch models from the model selector in the chat input. Different models consume different amounts of credits — see Plans & Credits for details.
| 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?
The AI agent can access data through your connected integrations. When you connect a service like Stripe, Salesforce, or an external database, the agent can read from and write to those services as part of building your app.The agent only accesses services you have explicitly connected. It cannot access external APIs or databases that have not been configured as integrations in your workspace.
What is the difference between Agent and Ask modes?
What is the difference between Agent and Ask modes?
The AI agent has two operating 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?
Yes. Every Vybe app is a standard Next.js 15 project with full source code access. You can view and edit all files through the Code tab in the app builder. The codebase is backed by Git, giving you full version history of every change.
Can I install npm packages?
Can I install npm packages?
You can install packages from the pre-approved list only. Currently approved packages include:
- 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?
Every Vybe app is a full-stack application built with:
- 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?
Vybe does not support WebSockets or Server-Sent Events for real-time communication. If your app needs to display frequently changing data, use polling or periodic data refresh instead.For example, you can set up a page that refreshes data every 30 seconds, or add a manual refresh button that fetches the latest data on demand.
Can I receive webhooks?
Can I receive webhooks?
Vybe apps cannot receive inbound webhooks directly. If you need to react to events from external services, use scheduled workflows to poll those services for updates at regular intervals.For example, instead of receiving a Stripe webhook when a payment is made, you can set up a workflow that checks for new payments every few minutes.See Workflows for more on setting up scheduled tasks.
Data & Databases
What databases are supported?
What databases are supported?
Each Vybe app comes with its own built-in PostgreSQL database. The AI agent creates tables, writes queries, and manages the schema automatically as you build your app.You can also connect external databases as integrations:
- 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?
Yes. Vybe takes multiple measures to protect your data:
- 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?
Vybe supports over 3,000 services through its integration platform. These include major SaaS tools like Slack, Salesforce, Jira, Stripe, HubSpot, Google Workspace, and many more.For services without a built-in integration, you can create a Custom API connection that works with any REST service using key or token authentication.See All Integrations for the complete list.
Are integrations shared across apps?
Are integrations shared across apps?
Collaboration & Teams
How does collaboration work?
How does collaboration work?
Team members can be invited to your organization with different roles:
Apps can be shared with the whole organization or restricted to specific users. See Members & Roles for details on permission levels.
| 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?
AI interactions are paused until your credits reset or you purchase more. On the Free plan, credits reset daily. On Pro and Team plans, credits reset monthly.While out of credits, you can still:
- 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?
Here is a quick guide:
- 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?
Yes. The Free plan requires no credit card and gives you 1,000 credits on account creation plus 100 credits per day. This is enough to build several apps and evaluate the platform before deciding whether to upgrade.