Stop asking users for "steps to reproduce." Crikket is an open-source, self-hostable bug reporting tool that captures everything you need in one click.
What it does
One-Click Capture: Capture a recording or screenshot easily and get a full bug report with all the context you need.
Full Context: Bug report details, steps to reproduce, console logs and network requests. All the things you need from a bug report is included.
Self-Hostable: Get everything setup in under 10 mins. You can easily deploy using Docker + Caddy or Vercel.
Quick Setup
npm install @crikket-io/capture
import { init } from "@crikket-io/capture"
init({
key: "crk_your_public_key",
host: "https://api.crikket.io",
})
Check it out
- Github: https://github.com/redpangilinan/crikket
- Self-host: https://crikket.io/docs/self-hosting
- Website: https://crikket.io


Top comments (0)