Reloop
Reloop is a self-hostable feedback SDK and dashboard. Drop a small client into your app, let users send bugs, ideas, praise and ratings, and read it all back in a dashboard you run yourself.
Packages
| Package | What it is |
|---|---|
@reloop-sdk/core | Framework-agnostic client (batching, retry, beacon) |
@reloop-sdk/react | ReloopProvider, useFeedback(), <FeedbackWidget /> |
@reloop-sdk/vue | ReloopPlugin, useFeedback(), FeedbackWidget |
@reloop-sdk/vanilla | Script-tag embeddable widget with auto-init |
How it fits together
- Run the server (Express + SQLite) and dashboard (React + Vite).
- Sign in, create a project, generate an API key.
- Install an SDK package, point it at your server
endpoint, andsubmit().
The endpoint is always the base URL of your server — the SDK appends
the ingest path itself.
Continue with Getting started.