Skip to content

Releases: Conscience-Technology/Quad

v0.1.0 — first public release

26 May 12:18

Choose a tag to compare

The bug reporter that ships its reporter's context straight to your AI coding agent.

First public release. Phase 1 end-to-end works on a single self-hosted instance: Reporter captures, Maintainer confirms, Claude Code (or any MCP client) picks the task up with the full bundle in one call.

What's in it

  • Web SDK (@quad/sdk) — Shadow-DOM widget, Bug Mode + Option/Alt+Click pin, Capture session (screen + mic + Whisper STT + DOM event trail on one ms-aligned timeline), drag/drop attach, clipboard paste. ~45 KB ESM, zero runtime dependencies. Also served directly from your instance at /sdk/index.js — no npm install required.
  • MCP server (@quad/mcp) — 10 tools, key frames returned as MCP image content so vision-capable agents see them inline.
  • CLI (@quad/cli) — login · list · pull · status · comment · attach · sourcemap upload.
  • Dashboard — 19 pages, board with keyboard nav, video player with timeline pins + STT sync, members, API keys, instance settings, audit log, MCP key issuance, command palette (⌘K). Pretendard + Tailwind.
  • Self-host first./scripts/quickstart.sh boots Postgres + MinIO + the app via Docker Compose in under a minute. Railway one-click deploy. Guides for Vercel, EC2, raw Docker.
  • Server-side deterministic preprocessing — FFmpeg keyframes + Whisper STT + source-map resolution + timeline merge. No vision / chat / embedding calls. The agent does the reasoning.

Get started

git clone https://github.com/Conscience-Technology/Quad.git
cd Quad
./scripts/quickstart.sh

See README, HOWTO, or deploy/ for hosted paths.

Security

Email pr@conscience.technology or open a private advisory. Details in SECURITY.md.

Thanks

Built by Conscience Technology. MIT — fork, host, send PRs.