Skip to content

Introduce Storybook to enable faster iteration on UI components #28628

@zhyd1997

Description

@zhyd1997

Is your proposal related to a problem?

Fixing small UI issues currently requires running the full application, navigating through multiple pages, and setting up the correct state.

For example, when adjusting a minor component (e.g. Button, Modal, Form states), developers need to:

  • boot the entire app
  • authenticate / navigate to a specific page
  • reproduce the exact UI state

This introduces unnecessary overhead and slows down iteration, especially in a large codebase like cal.com.

Describe the solution you'd like

Introduce Storybook to enable isolated component development.

With Storybook, components can be:

  • rendered independently of the full app
  • tested across multiple states (loading, error, disabled, etc.)
  • iterated on quickly without routing or backend dependencies

This would allow developers to:

Describe alternatives you've considered

  • Using local pages or temporary routes to render components
  • Logging / console debugging within the app
  • Manually navigating through the app to reach target UI states

These approaches still depend on the full application environment and are slower compared to isolated rendering.

Additional context

This becomes particularly valuable in large projects where:

  • startup time is non-trivial
  • UI components are reused across multiple pages
  • small visual fixes happen frequently

For example, fixing a small UI bug currently requires running the entire app, while with Storybook it could be done instantly in isolation.

Storybook could also be extended later for:

  • visual regression testing
  • component documentation
  • design-system alignment

Requirement/Document

Metadata

Metadata

Assignees

No one assigned

    Labels

    ✨ featureNew feature or request🚨 needs approvalThis feature request has not been reviewed yet by the Product Team and needs approval beforehand

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions