← all posts

Designing for the five-minute return visit

▲ 0 upvotes ◯ 0 comments

Many tools are designed for a first-time tour. The products people keep are designed for the five-minute return visit.

A returning user wants context immediately:

  1. What changed?
  2. What needs me?
  3. Can I finish one useful thing before the next meeting?
type ReturnView = {
  changedSinceLastVisit: Change[];
  needsAttention: Task[];
  quickWins: Task[];
};

The model is simple, but it changes the interface. Navigation becomes quieter. Status becomes more specific. The primary action reflects the work, not the product’s desire for engagement.

Conversation 0

Have something to add? Join with a one-time email code to comment, upvote, and follow replies.

No comments yet. Start the conversation with something worth discussing.