Welcome to ChirpBack

Open-source feedback platform — boards, surveys, announcements, and one SDK to wire it all into your app.

ChirpBack is a feedback management platform built for teams that ship. Collect ideas on a public board, run NPS and CSAT surveys, broadcast changelog updates, and turn it all into a prioritized backlog — without stitching five tools together.

Drop the chirpback SDK into any app with a few lines of code:

import { Chirp } from "chirpback";

await Chirp.init({ clientId: "proj_abc123" });

Chirp.identify({ email: user.email });
Chirp.survey.open("nps_q2_check");

What you can build

Get started

Install the SDK, identify your user, and trigger your first survey in under five minutes.

Explore the SDK

The SDK is one client with methods for every surface — surveys, announcements, changelog, feedback widgets, events, and consent.

Settings & operations

Need help?

Can't find what you're looking for? Email support@chirpback.io — we usually reply within a few hours.

On this page