- Welcome
- Getting started
Welcome
Getting started
Deploying Rownd should be a relatively straightforward process. It typically involves a few steps:
- Select the initial user profile fields in the Rownd dashboard
- Deploy the Rownd snippet to your websites
- (optional) Add the Rownd SDK to front-end and back end apps/servers
By deploying Rownd to your main website, blog, docs, etc, you can begin onboarding users even before having an app. For example, if you’re creating a waitlist for your product, Rownd can manage the sign-up process. You can even leverage Rownd to gradually on-ramp users to your app once it’s ready for beta testers.
Select initial user profile fields
- Open the Rownd dashboard
- Create your first application if prompted and select or create the desired profile fields:
- After the app is created, a Javascript code snippet will be generated. Click the copy button to store it in your clipboard.
Installing Rownd on your websites
The Rownd code snippet is a short block of javascript that you can embed into your site to enable Rownd contextual authentication. Once embedded, the snippet allows Rownd to handle user authentication, fetch user data, enforce automations, and much more.
Embedding the snippet will also display the Rownd Hub in the bottom left-hand corner of your website by default. Users can click on the Hub to view their profile information, sign out, and perform other account management actions. If you provide access to these actions through other elements of your UX, the Hub can be hidden.
Finding your snippet
You can find the snippet in the Rownd Platform.
- Select the Code item from the left navigation menu.
- Press the Copy icon in the top right corner of the code box beneath HTML snippet.
Deploying the snippet
After copying the code snippet, you’ll need to add it to your website(s). Most
website builder software or content management systems (CMS) have an option to
embed “custom HTML” or “custom code” in your site’s pages. We usually recommend
placing the snippet just before the closing </body>
tag.
Here are links to instructions for a few popular hosting providers. See our JavaScript SDK reference for more details.
Add the Rownd SDK to front-end and back-end apps/servers
If you have front-end web apps built using common frameworks like React, Vue, Angular, etc, you’ll want to use our specific Web SDKs for those codebases. Our SDKs provide tight integrations to your user experience so users can seamlessly transition from one part of your product to the next—personalization included.
Additionally, if you’re deploying back-end code to servers or are using a serverless platform like Cloudflare Workers, AWS Lambda, or Vercel to implement custom logic, you’ll likely need to accept and validate Rownd authentication tokens. Leverage our selection of back-end SDKs to easily handle this use case.
Further configuration and customization
See the configuration guide for information on customizing authentication flows and behaviors to fit your needs.
Consult the JavaScript SDK reference to learn how Rownd can help personalize your website’s user experience.
We care about design! Learn how you can customize the look and feel of Rownd’s embedded components.
Getting help
The Rownd team is on call to answer questions, provide guidance, and help you every step of the way! Get in touch if you need assistance for any reason.