> ## 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.

# Monetization

> Set up payments and subscriptions for your app

Monetization is where you set up how **your app** charges users.

## Options

<CardGroup cols={2}>
  <Card title="Stripe" icon="credit-card" href="/monetization/stripe-setup">
    For web app payments.
  </Card>

  <Card title="RevenueCat" icon="mobile" href="/monetization/revenuecat-setup">
    For mobile subscriptions and in-app purchases.
  </Card>
</CardGroup>

## Use Stripe if

* you are charging on the web
* you need checkout or subscriptions for a web app

## Use RevenueCat if

* you are charging in a native mobile app
* you need App Store subscriptions or in-app purchases
