> ## Documentation Index
> Fetch the complete documentation index at: https://sleekplan.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Embed a feedback widget, public roadmap, changelog, and CSAT surveys directly inside your app with a single JavaScript snippet

Sleekplan is an all-in-one customer feedback platform that lives inside your application. Install a lightweight JavaScript widget — or choose from several other install methods — to add a feedback board, public roadmap, changelog, and CSAT surveys without sending customers to an external website. Collect, prioritize, and close the loop on feedback, all within the context of your product.

## What you can build

<CardGroup cols={2}>
  <Card title="Install the widget" icon="code" href="/install/widget">
    Add the Sleekplan widget to your app in minutes with a single JavaScript snippet.
  </Card>

  <Card title="JavaScript SDK" icon="js" href="/sdk/overview">
    Control the widget programmatically — open views, identify users, and listen to events.
  </Card>

  <Card title="Single Sign-On" icon="key" href="/authentication/single-sign-on">
    Authenticate your users automatically using JWT-based SSO so they never need a separate login.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/webhooks">
    Receive real-time event notifications in your backend when feedback is created, voted on, or updated.
  </Card>

  <Card title="MCP Server" icon="bot" href="/mcp-server">
    Connect Sleekplan to Claude, Cursor, Windsurf, and other AI clients via the MCP protocol.
  </Card>

  <Card title="API Reference" icon="terminal" href="/api/overview">
    Explore the Sleekplan REST API for programmatic access to feedback, users, and more.
  </Card>
</CardGroup>

## Installation options

<CardGroup cols={3}>
  <Card title="JavaScript widget" icon="code" href="/install/widget">
    Embed a feedback widget directly in your app with a single script tag. Recommended for most products.
  </Card>

  <Card title="Custom domain" icon="globe" href="/install/standalone">
    Host Sleekplan on your own domain (e.g., `feedback.yourcompany.com`) as a standalone portal.
  </Card>

  <Card title="Iframe / webview" icon="window" href="/install/iframe">
    Embed Sleekplan in any iframe or mobile webview using a parameterized URL.
  </Card>
</CardGroup>

## Key features

* **Feedback board** — Let customers submit, vote on, and discuss feature requests and bug reports.
* **Public roadmap** — Show customers what you are working on in list or kanban view.
* **Changelog** — Announce releases and updates with a built-in changelog customers can follow.
* **CSAT surveys** — Measure customer satisfaction at the moments that matter most.

## Start in 5 minutes

Follow the quickstart guide to install the widget and have Sleekplan running inside your app in under five minutes.

<Card title="Quickstart" icon="rocket" href="/quickstart" />

<Note>
  Need help? Reach out to [support@sleekplan.com](mailto:support@sleekplan.com).
</Note>
