---
title: Introduction
description:
  Feeblo is an open-source customer feedback platform. Collect feature requests, share
  roadmaps, publish changelogs, and embed a feedback widget in your app.
---

**Feeblo** is an open-source customer feedback platform. Collect feature requests on
public boards, upvote and discuss posts, share roadmaps, publish changelogs, and embed a
feedback widget in your app. Everything ships under AGPL-3.0, so you can self-host the
whole thing.

Two paths in:

<CardGroup cols={2}>
  <Card title="Developers" href="/developers/quickstart" icon="terminal">
    Install the widget SDK, identify your users, listen for events, and receive webhooks.
  </Card>
  <Card title="Self-hosting" href="/self-hosting/overview" icon="server">
    Run the whole platform yourself with Docker Compose: Postgres, Redis, the API server,
    and the dashboard.
  </Card>
</CardGroup>

:::note
The paths are independent. Hosted Feeblo users start with the SDK guide. Self-hosters set
up Docker first and end up with both the dashboard and the widget.
:::
