> ## Documentation Index
> Fetch the complete documentation index at: https://velt-mintlify-e6426361.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Comment Composer setup

> Install the standalone VeltCommentComposer component to add a comment-writing UI on hotkey, in a custom sidebar, below articles, or overlaid on images.

## Add Comment Composer Component

The Comment Composer component allows you to add a comment composer anywhere in your app. You can:

* Display it on a hotkey press
* Embed it in your custom sidebar
* Place it below an article
* Overlay it on an image
* and more...

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltCommentComposer />
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-comment-composer></velt-comment-composer>
    ```
  </Tab>
</Tabs>
