Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/getting-started/installation/web-sdk.mdx
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: Web SDK for Web Billing
title: Web
slug: web-sdk
excerpt: Instructions for installing Purchases SDK for the web
excerpt: Instructions for installing the Web SDK to enable purchases on the web
hidden: false
---

## What is RevenueCat and Web Billing?
RevenueCat provides backend, mobile and web SDKs to to make implementing in-app and web purchases and subscriptions easy. With our SDKs, you can build and manage your app business on any platform without having to maintain your own backend infrastructure. You can read more about [how RevenueCat fits into your app](https://www.revenuecat.com/blog/growth/where-does-revenuecat-fit-in-your-app/) or you can [sign up for free](https://app.revenuecat.com/signup) to start building.

RevenueCat provides a backend and a mobile and web SDKs to to make implementing in-app and web purchases and subscriptions easy. With our SDK, you can build and manage your app business on any platform without having to maintain your own backend infrastructure. You can read more about [how RevenueCat fits into your app](https://www.revenuecat.com/blog/growth/where-does-revenuecat-fit-in-your-app/) or you can [sign up free](https://app.revenuecat.com/signup) to start building.
The RevenueCat Web SDK supports multiple billing providers; for full compatibility, see the [RevenueCat Web SDK](../../web/web-billing/web-sdk) page.

With the RevenueCat Web SDK and our Web Billing (formerly RevenueCat Billing) engine, you can easily implement subscriptions in your web app or build a web subscription page for your mobile app. RevenueCat handles the recurring billing logic, manages what entitlements customers have access to, and automatically recovers payments in the case of billing issues. Web Billing uses Stripe as a trusted payment gateway and supports all payment methods supported by Stripe.
The SDK allows you to easily implement subscriptions in your web app, or build a web subscription page for your mobile app. You may use an existing supported billing provider, or let RevenueCat's [Web Billing](../../web/web-billing/overview#revenuecat-web-billing) engine handle the recurring billing logic, manage what entitlements customers have access to, and automatically recover payments in the case of billing issues. Web Billing uses Stripe as a trusted payment gateway.

## Installation

Expand All @@ -29,4 +29,4 @@ import yarnContent from "@site/code_blocks/_projects/web-billing/installation-ya

## Next steps

Now that you've installed the RevenueCat Web SDK, get started by [initializing it](/getting-started/configuring-sdk).
Now that you've installed the RevenueCat Web SDK, follow the instructions to [configure it](../../web/web-billing/web-sdk).