userorbit-js
v0.0.4
Published
Userorbit js allows you to connect your application to Userorbit, display announcements, roadmap, collect feedback, show product tours, and more.
Downloads
344
Maintainers
Readme
Userorbit Browser JS Library
Please see Userorbit Docs.
What is Userorbit
Userorbit is an all-in-one customer engagement and product adoption platform designed to streamline feedback management, team collaboration, and customer communication. With Userorbit, businesses can easily capture real-time customer insights through customizable feedback boards, ensuring they stay aligned with user needs.
Key features include an intuitive product roadmap where teams can engage directly with customers and provide progress updates. Once features are shipped, announcements can be seamlessly delivered via in-app widgets, email newsletters, or a dedicated customer portal, boosting customer awareness and engagement. please check out userorbit.com.
How to use this library
- Install the Userorbit package inside your project using npm:
npm install -s userorbit-js
- Import Userorbit and initialize the widget in your main component (e.g., App.tsx or App.js):
import userorbit from "userorbit-js";
if (typeof window !== "undefined") {
userorbit.init({
accountId: "ACCOUNT_UUID",
apiHost: "https://api.userorbit.com",
});
}
Replace your-environment-id with your actual environment ID. You can find your environment ID in the Setup Checklist in the Userorbit settings.
For more detailed guides for different frameworks, check out our Framework Guides.