Analysis updated 2026-05-18
Convert a messy Slack bug report into a structured, filed-ready ticket.
Turn a screen recording of a bug into written reproduction steps automatically.
Flag missing details, like build version or account id, before a ticket is filed.
Export a generated ticket as Markdown or open it as a prefilled GitHub issue.
| r-sri-ram/squash | 0xkinno/astraea | 0xkinno/halcyon | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | hard | hard |
| Complexity | 3/5 | 4/5 | 4/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a Convex account and an OpenAI compatible API key before it will run.
Squash turns a messy bug report into a clean, ready to file ticket. You can paste in a rambling Slack message, a support note, or a voice note transcript, or you can record your screen while reproducing the bug, and Squash returns a structured ticket with steps to reproduce, expected versus actual behavior, environment details, severity, and a note on what information is still missing before a developer could start fixing it. The core problem it addresses is that writing accurate steps to reproduce a bug is tedious and often skipped, so reports bounce back and forth between people asking for more detail. Squash tries to do that conversion in one step, with no template required. For screen recordings specifically, it samples a handful of frames from the capture and uses a vision model to figure out what steps happened on screen, rather than requiring the person to type them out. The whole pipeline runs inside Next.js and Convex without a separate media processing server. The browser captures the screen and grabs downscaled frames using a canvas, those frames upload to Convex file storage, and a Convex action calls the AI model to generate and stream the ticket fields onto the screen as they are written. It is built with Next.js and React for the frontend, Convex for the database, file storage, and realtime updates, GPT-5.4 for both text structuring and vision based analysis of screen recordings, and Tailwind CSS for styling. Running it locally requires Node 18 or newer, a Convex account, and an OpenAI compatible API key, after which you install dependencies, start a Convex dev deployment, set your model credentials, and run the app. It can also open a prefilled GitHub issue with one click if you set a repo environment variable. The project is released under the MIT license.
Turns a messy bug report or screen recording into a clean, structured ticket with reproduction steps, using AI text and vision analysis.
Mainly TypeScript. The stack also includes Next.js, React, Convex.
MIT license: free to use, copy, modify, and distribute, as long as you keep the original copyright notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.