open source · beta

Grab the glitch.Ship the fix.

Drop-in Next.js SDK. Converts messy stack traces, fragmented screenshots, and vague user complaints into precisely structured GitHub issues.

open source enginenext.js readyzero config
terminal
/ sys.capture_methods
4 modes active
[MODE: AUTO_CAPTURE]
ts-node // edge

Drop-in SDK intercept

Runs at the edge or client side. Automatically grabs stack traces, DOM state, and recent network requests the millisecond a throw occurs.

> import { GlitchgrabProvider } from 'glitchgrab'; > export default function RootLayout() { return <GlitchgrabProvider token="gg_..."/>; }
[MODE: REPL_CHAT]
cli // web

Conversational triage

Paste a massive dumped log or vague Slack message into the command center. The AI parses the mess and extracts actionable repro steps.

user@dev >"The checkout button is spinning forever on production"
[agent/sys] > Drafted issue "Infinite loader on /checkout". Requesting repro steps...
[MODE: VISION_PARSE]
base64 // blob

Vision-based reverse engineering

Users drop a screenshot of a broken UI component. Models analyze the DOM context and map the visual bug to the exact React component.

data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAH0CAYAAADkvqMgAAAAB3RJTUUH5QUUEwA5 K5TXXQAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAAJiS0dEAP+Hj8y/AAA...
CheckoutModal.tsx
[MODE: VECTOR_DEDUP]
pinecone // semantic

Semantic issue collapsing

Before opening a new issue, every report is converted to embeddings. 50 users reporting the same downtime in different words — all map to a single tracking issue.

Report A: "Site down"hash: 8f2b
Report B: "502 gateway"hash: 8f2b
merged into issue #42
/ docs.installation
45s walkthrough available

cli install transcript

bun install glitchgrab
+ glitchgrab@latest
added 1 package · audited 0 vulnerabilities
npx glitchgrab login --provider=github
Authenticating via device flow...
Waiting for browser confirmation... Success
Linked: acme-corp/production
glitchgrab watch --auto-issue
[SYS] Agent daemon started on PID 49202
[SYS] Listening for unhandled exceptions...

demo.mp4 · 45s

9:41
Architecture

Processing Pipeline

Status: Operational
Input
  • - Stack traces
  • - Screenshots
  • - User reports
01. Normalize
Strip PII & format
02. Enrich
Map to codebase
03. Dedup
Semantic match
04. Generate
Draft markdown
05. Push
Create GitHub issue
Output
Structured issue
Labels · Context · Repro

Join the closed beta

We're onboarding teams from the waitlist weekly.

~./subscribe.sh --email=
Press Enter ↵ to execute
/contact

Got questions? Talk to us.

Feature request, feedback, partnership — we read every message.