diff --git a/packages/ui/components/editor/editor.stories.mdx b/packages/ui/components/editor/editor.stories.mdx
new file mode 100644
index 0000000000..2f52b16890
--- /dev/null
+++ b/packages/ui/components/editor/editor.stories.mdx
@@ -0,0 +1,68 @@
+import { Canvas, Meta, Story } from "@storybook/addon-docs";
+
+import {
+ Examples,
+ Example,
+ Title,
+ VariantsTable,
+ CustomArgsTable,
+ VariantRow,
+} from "@calcom/storybook/components";
+
+import { Editor } from "./Editor";
+
+
+
+
+
+## Definition
+
+The `Editor` component is a versatile rich text editor that provides a customizable environment for creating and editing content with various formatting options and plugins.
+
+## Structure
+
+The `Editor` component offers a flexible rich text editing interface, complete with a configurable toolbar
+
+
+
+
+
+ {}} getText={() => "Text"} />
+
+
+ {}} getText={() => ""} placeholder="placeholder" />
+
+
+ {}} getText={() => "Text"} variables={["variable1", "variable2", "variable3"]} />
+
+
+
+
+
+