Skip to main content
Find answers to the most common questions about Vybe. If your question is not covered here, reach out to the team at [email protected].

General

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
All apps are for authenticated organization members only. You cannot build public-facing applications with Vybe.
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.
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

Vybe supports multiple AI models that you can switch between at any time:
ModelStrengths
Claude Opus 4.5Most capable. Best for complex app generation, multi-step reasoning, and large refactors. This is the default model.
Claude Sonnet 4.5Good balance of quality and speed. Suitable for most building tasks.
Claude Haiku 4.5Fast and lightweight. Best for quick edits, simple questions, and routine changes.
GPT-5.1Alternative model with different strengths. Useful for getting a second perspective.
Gemini 3 ProAlternative model. Good for varied approaches to problem-solving.
You can switch models from the model selector in the chat input. Different models consume different amounts of credits — see Plans & Credits for details.
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.
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.
You can switch between modes at any time from the chat input.

Code & Technical

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.
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
You cannot install arbitrary npm packages. If you need functionality from a package that is not on the approved list, describe what you need to the AI agent and it will implement the feature using the available tools and libraries.See Available Packages for the complete list.
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
Apps are deployed to managed infrastructure and served over HTTPS.See Tech Stack for the full reference.
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.
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

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
External database connections are configured at the organization level and available across all apps. You can enable read-only mode for production databases to prevent accidental writes.See External Data for setup instructions.
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
See the Security section for comprehensive details on data protection and encryption.

Integrations

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.
Yes. Integrations are connected at the organization level and available across all apps in your workspace. When you connect Stripe, for example, every app in your organization can use that Stripe connection.Individual integrations have visibility settings — you can make a connection available to the whole organization or keep it private to your account.

Collaboration & Teams

Team members can be invited to your organization with different roles:
RoleCapabilities
OwnerFull access. Manage billing, members, and all apps.
AdminManage members and all apps. Cannot modify billing.
EditorCreate and edit apps. Cannot manage members.
MemberView and use deployed apps. Limited building capabilities.
Apps can be shared with the whole organization or restricted to specific users. See Members & Roles for details on permission levels.
No. Vybe apps can only be accessed by authenticated members of your organization. There is no guest access or public sharing.If you need to give someone access to an app, invite them to your organization first with the appropriate role.

Billing & 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
On Pro and Team plans, you can purchase additional credits immediately without waiting for the reset. See Plans & Credits for details.
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.
You can start on the Free plan and upgrade at any time. See Plans & Credits for a full comparison.
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.