Quickstart
Install Ripe and start converting product-qualified leads through the Ripe Widget
It only takes a few minutes to install the Widget on your website. Once installed, you’ll be able to welcome and engage customers as they become users of your app. To get started right away, follow the steps below.
Log into Ripe. Copy the code snippet through the Integrations page under Settings. Click Ripe SDK and copy the snippet. This snippet is pre-populated with your unique API Key, so it's ready to go.

Installing Ripe for someone else? If you don't have access to the Ripe workspace, you can grab the JavaScript code here 👇 You will need to manually replace
API_KEY
with the unique API Key for your Ripe account.- 1.
- 2.Include the snippet below somewhere on your page.
1
<script>
2
(function(a,b){a.Ripe=a.Ripe||function(){(a.Ripe.q=a.Ripe.q||[]).push(arguments)};var c=b.createElement("script"),d=b.getElementsByTagName("script")[0];c.async=!0,function getSdkVersion(a){return fetch("".concat("https://storage.googleapis.com/storage/v1/b","/sdk%2Fversion.txt?alt=media"),{cache:"no-store"}).then(function(a){return a.text()}).then(function(b){a(b)})}(function(a){var b;c.src="".concat("https://storage.googleapis.com/storage/v1/b","/sdk%2F").concat(a,"%2Fsdk.umd.js?alt=media"),null===d||void 0===d||null===(b=d.parentNode)||void 0===b?void 0:b.insertBefore(c,d)})})(window,document);
3
Ripe.init("<replace-with-your-api-key>")
4
</script>
Last modified 1mo ago