ONBOARDING_LIB is a tiny headless onboarding library for React apps, that makes it easy to implement fully accessible, customisable and persisted onboarding flows.<p>To try out an onboarding flow that takes you through ONBOARDING_LIB, check It out here: <a href="https://onboarding-lib.vercel.app/" rel="nofollow">https://onboarding-lib.vercel.app/</a><p>Key features:<p>Persistance: all form values are stored using unstorage with 500ms debouncing.<p>Consistent form handling: Form values handled with react-hook-form, for easily defining your onboarding schema with Zod and building accessible and consistent onboarding forms.
A way to run side-effects during step transitions
Configurable
A headless approach, giving you flexibility to implement your onboarding however you like