Next.js Discord

Discord Forum

Recommendations for a good tour/onboarding lib?

Unanswered
Arboreal ant posted this in #help-forum
Open in Discord
Arboreal antOP
Can anyone recommend a good tour/onboarding lib which is compatible with nextjs app router, shadcn/ui, tailwind, and works across multiple pages?

I've been looking up libs and react-joyride and shepard seem popular, though it's not clear whether they work across pages or can be styled using shadcn or tailwind.

Onborda is a newer package that advertises all the features I want, but the documentation links on the demo site is greyed out which makes me nervous.

I plan to have 3 different tours to start, depending on which type of user is logged in. That may grow in the future, and I may wish to add 'new feature' tours to existing users, so the ability to dynamically fetch tours from the backend/from some hardcoded file would be ideal. Plus checking whether the user has completed a tour or not is a must. I imagine they all do this though so probably not a USP.

0 Replies