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

# Plans and Credits

> Understanding Vibecode pricing, plans, and credit system

## Wholesale Credit Pricing

Vibecode uses a wholesale credit system: **$1 in credits = $1 in AI usage**. We charge exactly what the AI providers (Anthropic, OpenAI, etc.) charge us. No markup on AI costs.

Credits are used when you send prompts in Vibecode. You need credits to build and iterate on your apps.

**Credits roll over each billing cycle and never expire.**

## Plans

### Free — \$0

* \$2.50 in credits (one-time)
* Access to Premium AI models
* Build AI apps with just prompts — no API keys required

<Note>The Free plan does not include image/sound generation, database/auth, App Store submission, code download, SSH, or priority support.</Note>

### Plus — \$20/mo

* \$20 in credits per month
* Access to Premium AI models
* Build AI apps with just prompts — no API keys required
* Generate custom image and sound assets
* Connect database and authentication (Vibecode Cloud)
* App Store submission
* Human support via Intercom chat

<Tip>Save with annual billing: $200/year ($16.67/mo)</Tip>

### Pro — \$50/mo (Most Popular)

* \$55 in credits per month
* Everything in Plus, and:
* Download source code
* SSH to Cursor
* Priority technical support

<Tip>Save with annual billing: $500/year ($41.67/mo)</Tip>

### Max — \$200/mo

* \$220 in credits per month
* Everything in Pro, and:
* 24/7 priority support (1-minute response time)
* 1 live coding session

<Tip>Save with annual billing: $2,000/year ($166.67/mo)</Tip>

### Plan Comparison

| Feature                  | Free         | Plus    | Pro     | Max      |
| ------------------------ | ------------ | ------- | ------- | -------- |
| Credits                  | \$2.50 total | \$20/mo | \$55/mo | \$220/mo |
| Premium AI models        | Yes          | Yes     | Yes     | Yes      |
| Image & sound generation | —            | Yes     | Yes     | Yes      |
| Database & auth          | —            | Yes     | Yes     | Yes      |
| App Store submission     | —            | Yes     | Yes     | Yes      |
| Download source code     | —            | —       | Yes     | Yes      |
| SSH to Cursor            | —            | —       | Yes     | Yes      |
| 24/7 priority support    | —            | —       | —       | Yes      |

### Important Notice

Our pricing tiers are experimental and may evolve. We may change tier limits at any time as defined in the [terms of service](https://www.vibecodeapp.com/terms).

## Getting More Credits

### Free Credits via Social Media

Post about Vibecode on X, Instagram, YouTube, TikTok, LinkedIn, Facebook, Reddit, Threads, or Bluesky. Then log into Vibecode and click the credits section (bottom left on web, or Profile/Settings on mobile) to redeem.

### Auto-Reload

You can always get more credits by upgrading your plan or enabling auto-reload.

Auto-reload automatically purchases additional credits when your balance gets low, so you can keep building without interruptions.

Set up auto-reload in the web app at [vibecodeapp.com/account/subscription](https://www.vibecodeapp.com/account/subscription).

### Upgrade Your Plan

Upgrading gives you more credits per month plus access to additional features.

## Billing FAQ

<AccordionGroup>
  <Accordion title="How can I upgrade my subscription?">
    **Web:** Sign into Vibecode and click Upgrade in the bottom left.

    **iPhone:** Click the Profile or Settings button and scroll down to "Upgrade Subscription."
  </Accordion>

  <Accordion title="How can I downgrade my subscription?">
    **Web:** Sign into Vibecode and click Upgrade in the bottom left. Select a different plan.

    **iPhone:** Follow the [Apple subscription management instructions](https://support.apple.com/en-us/118448).
  </Accordion>

  <Accordion title="How can I cancel my subscription?">
    **Web:** Go to [vibecodeapp.com/account](https://www.vibecodeapp.com/account) and click "Manage Subscription."

    **iOS:** Follow the [Apple cancellation instructions](https://support.apple.com/guide/iphone/view-or-cancel-subscriptions-iph4e3e7324f/ios).
  </Accordion>

  <Accordion title="How can I change my billing information?">
    Go to [vibecodeapp.com/account](https://www.vibecodeapp.com/account) and click "Manage Subscription."
  </Accordion>

  <Accordion title="Can I buy a top-up of credits?">
    Yes. Vibecode uses auto-reload for credit top-ups.
  </Accordion>

  <Accordion title="How does auto-reload work?">
    Auto-reload automatically purchases additional credits when your balance gets low.

    Set it up in the web app at [vibecodeapp.com/account/subscription](https://www.vibecodeapp.com/account/subscription).

    On that page, you can enable auto-reload, manage the payment method used for auto-reload, review your subscription settings, and turn auto-reload off at any time.

    If you mainly use Vibecode on iPhone or iPad, you should still use the web app to configure auto-reload.
  </Accordion>

  <Accordion title="How do I download my invoices?">
    Log into Stripe or Apple (depending on where you subscribed) to download invoices.
  </Accordion>

  <Accordion title="When does my credit limit reset?">
    On the date of your billing cycle each month.
  </Accordion>

  <Accordion title="How do I see my remaining credits?">
    **Web:** Bottom left of the web app.

    **Mobile:** Profile or Settings section.
  </Accordion>
</AccordionGroup>

## Approximate Credit Usage

Here are rough estimates to help you plan your credit usage:

| Action               | Approximate Cost |
| -------------------- | ---------------- |
| Generate a new app   | $0.50 – $2.00    |
| Iterate on a feature | $0.10 – $0.50    |
| Generate an image    | \~\$0.05         |
| Generate sound/music | \~\$0.05         |
| AI chat response     | \~$0.01 – $0.05  |

Costs vary based on complexity and the AI model used. These are rough estimates — actual usage depends on prompt length and output size.

## Next Steps

<CardGroup cols={2}>
  <Card title="Create Your First App" icon="rocket" href="/getting-started/creating-first-app">
    Start building with Vibecode
  </Card>

  <Card title="Browse Integrations" icon="plug" href="/integrations/index">
    See what you can add to your app
  </Card>
</CardGroup>
