web/.storybook/docs/Overview.mdx
import { Meta } from "@storybook/addon-docs/blocks";
<Meta />Storybook is the shared workspace for documenting Langfuse's interface and developing UI components in isolation. It keeps design guidance and component examples easy to discover without requiring the full application.
Before modifying content in this Storybook, please read the Writing Good Stories page.
Our Storybook is organized into three sections with different purposes:
Design contains the curated documentation for Langfuse's visual language, patterns, and conventions. Use it for guidance that should remain stable and help contributors make consistent product decisions.
Playground contains isolated component stories and supporting technical documentation. Use it to develop, test, and explore components independently from the application. New component stories belong here by default unless they are part of a configured feature folder.
Features contains stories grouped by product area. Use a feature folder when several related stories are easier to discover and review together. Keep these stories colocated with the feature implementation.