Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bonboarding

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bonboarding

User Onboarding and Product Tours

  • 1.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

User Onboarding and Product Tours

Add product tours and user onboarding flows to your web application with Bonboarding.

Create interactive product tours with popups, step-by-step element highlighting, so your users can get familiar with your platform.

This package provides a wrapper around Bonboarding's JavaScript library, offering a simple and efficient way to integrate it into your web application.
It supports modern JavaScript and TypeScript projects, and is designed to work seamlessly with popular build systems like Webpack, Browserify, and Rollup.

Features

  • Easy Integration: Bonboarding's script is effortlessly injected into your current page, activating the powerful features of our product tour creator without complex setup procedures.
  • Asynchronous Loading: Method calls are queued efficiently, ensuring that Bonboarding's functionality is accessible even if the script has not loaded yet, enhancing your app's performance and user experience.
  • TypeScript Support: For projects utilizing TypeScript, Bonboarding provides full type support, enabling you to leverage strong typing for better development workflows and error handling.

Installation

To get started with Bonboarding in your project, follow these simple installation instructions:

npm install bonboarding --save

Or if you prefer using Yarn:

yarn add bonboarding

Bonboarding is suitable for modern web applications utilizing build systems like Webpack, Browserify, or Rollup, making it a versatile choice for a wide range of projects.

Usage

Initializing Bonboarding

To begin using Bonboarding, you first need to initialize it with your API key - if you don't have one, you can sign up for a free account at bonboarding.com.

import Bonboarding from 'bonboarding';

Bonboarding.init('YOUR_API_KEY');

Identifying Users

To provide a personalized experience, you can identify users with Bonboarding. This is particularly useful for tracking user progress through tours across different pages:

Bonboarding.identify({
  uniqueID: 'user_123',
  firstName: 'Jane',
  lastName: 'Doe',
  email: 'jane.doe@example.com',
  signUpDate: '2021-04-29T14:24:00+02:00',
});

It's highly recommended to identify users as soon as they log in or sign up, so you can track their progress and provide a more tailored experience.

Using on Multiple Pages

Bonboarding's flexible design allows you to initialize it once and then identify users or trigger tours from any page within your application. Simply call the relevant methods wherever needed, and Bonboarding will handle the rest.

Documentation

For comprehensive details on all the features and capabilities of Bonboarding, including advanced configurations, API references, and best practices, please visit our full documentation at docs.bonboarding.com.

Keywords

FAQs

Package last updated on 03 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc