Wetland Atlas
12 tasks
Accessible, route-aware product tours with typed definitions, semantic targets, and defaults you can trust.
Click through nearby, distant, downward, and upward targets. Each move uses the same polished adaptive timing.
Friday, 29 August
12 tasks
8 tasks
Complete
target: 'new-project', interaction: 'target'Keyboard navigation, focus management, dark mode, and reduced motion are built in.
Run focused recipes for rich media, live controls, Vue refs, route changes, conditional steps, and custom cards.
Open the interactive recipe labDefine the journey once. Nuxt discovers it, generates the types, registers the host, and handles navigation.
Explore the complete API// app/tours/onboarding.ts
export default defineTour({
id: 'onboarding',
steps: [{
id: 'create-project',
route: '/projects',
target: 'new-project',
title: 'Create your first project',
content: 'Start here to create a project and invite your team.',
}],
})