Hacker News new | ask | show | jobs
Show HN: I created an open-source headless onboarding library for React (onboarding-lib.vercel.app)
4 points by Rikard_wikstrom 846 days ago
ONBOARDING_LIB is a tiny headless onboarding library for React apps, that makes it easy to implement fully accessible, customisable and persisted onboarding flows.

To try out an onboarding flow that takes you through ONBOARDING_LIB, check It out here: https://onboarding-lib.vercel.app/

Key features:

Persistance: all form values are stored using unstorage with 500ms debouncing.

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