Skip to content
Dashboard

Designing the Vercel virtual product tour

How we addressed the need for an interactive, no-commitment experience of our toolkit.

See for yourself.

Experience the frontend platform customers and developers love.

Take the Tour

Link to headingThe need

Link to headingThe design

The Virtual Product Tour asks users to engage more deeply with the product than a simple clickthrough experience.

Link to headingThe mobile experience

The Virtual Product Tour, as experienced on mobile.

Link to headingAccessibility from the outset

Link to headingTechnical details

Link to headingData

Link to headingNavigation

Link to headingThe tooltip data

export interface TooltipContent {
// Data populated from tooltipContentMap, based on current DemoContext index
// Tooltip text
title?: string;
description?: string;
// Tooltip style and position
color?: 'white' | 'black';
dotAlignX?: 'left' | 'center' | 'right';
dotAlignY?: 'top' | 'center' | 'bottom';
transform?: string;
tooltipAlign?: 'top' | 'left' | 'right' | 'bottom';
// Custom TS type check
type: 'TooltipContent';
}

The options for the TooltipContent interface.

Link to headingRepositioning the tooltip

On window resize, the tooltip smoothly repositions itself after a slight delay.

Link to headingAnimating the tooltip

The animations in the virtual product tour required strict timing and communication between various transitions.

Link to headingReimagine your user experience

Ready to redefine your digital experiences with Vercel?

If you're curious about how Vercel can uplift your team's specific use case, our experts are ready for a conversation.

Let's Talk