The Hub-and-Spoke Pattern

In a hub-and-spoke structure, a central hub page is the single entry point from which users navigate to individual spoke pages, then return to the hub before moving to another spoke. This reflects a common browsing behavior, click a link, view its content, return, click another link. Hub-and-spoke is very common in mobile apps and can work well for information spaces with a limited scope or for individual sections within a larger space, though it's less common as the structure for an entire large information space. More complex versions nest smaller hub-and-spoke structures within individual spokes.

Hub-and-spoke works well when each visit is a self-contained errand. It works poorly when the user's actual task requires moving fluidly between several pieces of content at once.

Exercise

The scenario: A mobile app for a financial services company structures its multi-step loan application as a hub-and-spoke pattern. A central "Application Hub" screen lists all required sections, Income, Employment, Assets, References, and completing any one section always returns the user to the Application Hub before they can start the next section.

Users complain that completing the full application "feels exhausting," and say they wish they could move directly from one section to the next without detouring back to the hub every time.

Is hub-and-spoke the right structural pattern for this specific task?