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

# Monetization

> Add payments and subscriptions to your Replit apps with Agent-powered integrations.

Turn your app into a business. Replit integrates with payment providers so you can accept payments, sell subscriptions, and monetize your web and mobile apps.

## How it works

Tell Agent what you want to charge for, and it handles the rest: connecting to a payment provider, building the checkout or paywall UI, and wiring up the payment logic. You can test everything safely before going live.

Replit supports two monetization integrations—one for web apps and one for native mobile apps:

* **[Stripe Payments](/core-concepts/monetization/stripe-payments)** (web apps): Accept one-time payments, sell subscriptions, or build a full storefront. Agent connects a Stripe sandbox so you can test checkout flows before going live.
* **[RevenueCat Subscriptions](/core-concepts/monetization/revenuecat-subscriptions)** (mobile apps): Add in-app subscriptions to your native mobile app. Agent sets up RevenueCat, builds a paywall screen, and configures test mode so purchases are simulated during development.

## Choose the right integration

|                      | Stripe                                        | RevenueCat                                    |
| -------------------- | :-------------------------------------------- | :-------------------------------------------- |
| **Best for**         | Web apps                                      | Native mobile apps                            |
| **Payment types**    | One-time payments, subscriptions, storefronts | In-app subscriptions                          |
| **Test environment** | Stripe sandbox (test cards)                   | RevenueCat test mode (simulated purchases)    |
| **Go live**          | Connect live Stripe API keys                  | Publish to the App Store or Google Play Store |
| **Account required** | Stripe account                                | RevenueCat account                            |

<CardGroup>
  <Card title="Stripe Payments" href="/core-concepts/monetization/stripe-payments" icon="credit-card">
    Accept payments and sell subscriptions in your web app. Agent sets up Stripe with a sandbox for safe testing.
  </Card>

  <Card title="RevenueCat Subscriptions" href="/core-concepts/monetization/revenuecat-subscriptions" icon="mobile">
    Add in-app subscriptions to your native mobile app. Agent configures RevenueCat, builds a paywall, and sets up test mode.
  </Card>
</CardGroup>

## Getting started

The fastest way to get started is to ask Agent:

* **Web app**: "Add Stripe payments to my app" — see [Stripe Payments](/core-concepts/monetization/stripe-payments)
* **Mobile app**: "Add a \$5.99/mo subscription to my app" — see [RevenueCat Subscriptions](/core-concepts/monetization/revenuecat-subscriptions)

Agent connects the integration, builds the UI, and sets up a test environment so you can try it immediately.

## Next steps

* [Stripe Payments](/core-concepts/monetization/stripe-payments): Add payments and subscriptions to web apps
* [RevenueCat Subscriptions](/core-concepts/monetization/revenuecat-subscriptions): Add in-app subscriptions to mobile apps
* [Native Mobile Apps](/replitai/building-mobile-apps): Learn about building mobile apps on Replit
* [Web Apps](/replitai/web-apps): Learn about building web apps on Replit
