Stop Reinventing the Onboarding Wheel. Start Building.

Your users need smooth flows. You need clean code, faster. OnboardJS handles the messy state stuff so that you can focus on building.

WelcomeStep.tsx
stepsConfig.ts
function WelcomeStep() {
const { next } = useOnboarding()
return (
<div>
<button onClick={next}>Next</button>
</div>
)
}

Plugins & Integrations

OnboardJS Plugins & Integrations

The OnboardJS ecosystem is designed to be extensible, allowing you to integrate third-party services and plugins to enhance your onboarding flows. This page is an overview of the available plugins and integrations.

Not seeing what you need? Join our community on Discord and let us know what you'd like to see next!


Available Plugins

Supabase Plugin

The official Supabase plugin provides seamless integration with Supabase, allowing you to leverage its powerful features for user authentication and data storage within your onboarding flows.
Learn more about the Supabase plugin in the Supabase Plugin documentation.

Posthog Plugin

The official Posthog plugin provides seamless integration with Posthog, allowing you to leverage its powerful features for user analytics and event tracking within your onboarding flows.
Learn more about the Posthog plugin in the Posthog Plugin documentation.

Mixpanel Plugin

The official Mixpanel plugin provides seamless integration with Mixpanel, allowing you to leverage its powerful features for user analytics and event tracking within your onboarding flows.
Learn more about the Mixpanel plugin in the Mixpanel Plugin documentation.


Contributing

This plugin is open-source and contributions are welcome! If you have ideas for improvements, new features, or encounter any issues, please check the GitHub repository.

Previous
Overview