Skip to main content
Vibra Code offers five subscription tiers, from a permanently free plan to a high-volume Enterprise tier. Prices are monthly. Mobile subscribers are billed through RevenueCat (App Store / Google Play); web subscribers are billed through Stripe.

Plan comparison

PlanPriceMessages / monthCredits USDPriority supportCustom templatesAPI accessTeam collaborationWhite-label
Free$05$5
Weekly Plus$7.9925$16
Pro$19.99100$40
Business$49.99300$100
Enterprise$199.991,000$400
The Messages / month column applies when using the Cursor agent (token mode). The Credits USD column applies when using the Claude or Gemini agent (credit mode). See Understanding credits and tokens for more detail on the difference.

Plan details

Free — $0 / month

5 messages per month · $5 in credits · Basic templates · Community supportThe Free plan is ideal for trying out the platform. No credit card is required and the quota resets each calendar month.

Weekly Plus — $7.99 / month

25 messages per month · $16 in credits · All templates · Email supportSuited for short-term projects or users who build in bursts. Billed monthly despite the “weekly” name; 25 messages represent roughly one focused session per week.

Pro — $19.99 / month

100 messages per month · $40 in credits · All templates + premium · Priority support · Advanced analytics · Custom templatesThe recommended tier for individual developers and freelancers who build regularly.

Business — $49.99 / month

300 messages per month · $100 in credits · All features · Team collaboration · Dedicated support · API access · Custom integrationsDesigned for agencies and small teams. Includes API access for programmatic session creation and team collaboration features.

Enterprise — $199.99 / month

1,000 messages per month · $400 in credits · Everything in Business · Unlimited team members · 24/7 phone support · Custom SLA · On-premise deployment · White-label optionsFor large organisations with high-volume needs. Contact sales for volume discounts or custom contract terms.

Feature gating reference

The table below maps each gated feature to the minimum plan required, as implemented in the hasFeatureAccess function in vibracode-backend/lib/plans.ts.
FeatureMinimum plan
priority_supportPro
custom_templatesPro
api_accessBusiness
team_collaborationBusiness
white_labelEnterprise
24_7_supportEnterprise

Upgrading your plan

1

Open your profile

Tap the Profile tab in the bottom navigation bar.
2

Go to subscription

Tap Subscription or Upgrade Plan to open the in-app purchase sheet.
3

Select a plan

Choose the plan you want. The purchase is processed through your App Store or Google Play account.
4

Access is granted immediately

RevenueCat notifies the backend via webhook. Your messagesRemaining or creditsUSD balance is updated within seconds.

Cancellation and access expiry

When you cancel a subscription, the isCanceled field on your user record is set to true and willRenew is set to false. Your paid access continues until the end of the current billing period, tracked by the accessExpiresAt and billingPeriodEnd timestamps in the Convex users table. After expiry your plan reverts to Free and any unused messages or credits are forfeited.
Downgrading takes effect at the start of your next billing period. You retain your current plan’s limits until billingPeriodEnd passes.
Unused messages (token mode) and unused credits (credit mode) do not roll over. They are reset when a new billing period begins or when a new subscription payment is processed.
Some plans may be offered with a trial period. When a trial is active, the isTrialPeriod flag on your user record is true. Trial availability depends on the current promotional configuration and may vary by platform.

Build docs developers (and LLMs) love