Back to Langfuse

Overview

web/.storybook/docs/Overview.mdx

4.21.01.2 KB
Original Source

import { Meta } from "@storybook/addon-docs/blocks";

<Meta />

Overview

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.

Structure

Our Storybook is organized into three sections with different purposes:

Design

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

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

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.