Skip to main content

Overview

In this quick start guide we’ll demonstrate how to create a customer-facing paywall using Stigg’s embeddable widget.

Before we begin

In order to complete this guide in your application code, please make sure that you have:

Initializing the React SDK

The first step is to initialize Stigg’s React SDK with the publishable key by wrapping your application with StiggProvider component.
React

Rendering the paywall

Rendering the customer paywall can be achieved in 2 steps:
  1. Set the customer ID, the customer ID can usually be retrieved after a customer signs-in or restores their session.
TypeScript
  1. Use the Paywall to render the customer paywall.
React TSX

Additional resources

Stigg's frontend integration