Skip to content

Releases: Xyloth/SourceDeck

SourceDeck v0.2.0

29 May 23:01

Choose a tag to compare

SourceDeck v0.2.0

Second-window build focused on turning the first public demo into a more serious local-first evidence workspace.

Added

  • Browser-side PDF, DOCX, and text extraction with page text, detected dates, detected entities, import status, and processor warnings.
  • Source review panel with page-level review, evidence promotion, source-generated suggestions, and detected-date timeline creation.
  • Search-driven issue creation, matching document hits, missing-record hits, and searchable evidence packet export.
  • Case templates for IEP, HR, medical, legal, insurance, and compliance workflows.
  • Workspace JSON import/restore plus PBKDF2/AES-GCM encrypted workspace export/import.
  • Case profile metadata for packet exports.
  • Manual and automatic redaction support for packet exports.
  • Voice query support through the browser Web Speech API.
  • Transcript companion that classifies rough transcript lines into notes, refusals, commitments, and actions.
  • Live response composer that turns a claim into a professional, source-anchored response and follow-up.
  • Source integrity audit for OCR gaps, weak quotes, missing page anchors, low confidence, and unlinked cards.
  • Exhibit index exports, missing-record request generator, agreement revision generator, remedy planner, and meeting brief generator.

Verified

  • npm run lint
  • npm run build
  • Browser smoke test on http://127.0.0.1:5174

SourceDeck 0.1.0

29 May 22:23

Choose a tag to compare

SourceDeck 0.1.0

First public build of SourceDeck: a local-first evidence command center for
high-stakes meetings.

Included

  • Document vault with import metadata, exhibit labels, OCR/review warnings, and
    local text indexing for text-like files.
  • Evidence cards with title, category, priority, source document, page, exact
    quote, meaning, strategic use, likely defense, counter, confidence, and packet
    status.
  • Issue maps that connect evidence cards into argument chains.
  • Contradiction map for baseline-vs-delivery and promised-vs-actual conflicts.
  • Timeline and missing-record tracker.
  • Record completeness score.
  • Live meeting mode with fast issue buttons, quote copy, question copy, export,
    notes, refusals, commitments, and action items.
  • AI prep workspace for turning pasted document text into reviewable evidence
    card suggestions.
  • Agreement guard for vague or risky settlement language.
  • Export engine for Markdown packets, printable HTML packets, CSV quote indexes,
    and workspace JSON.
  • Keyboard shortcuts: / or Ctrl+K focuses search, Alt+M opens meeting mode.
  • Public demo at sourcedeck.vercel.app.

Public Data Note

The included sample records are fictionalized demonstration excerpts. Real legal,
education, medical, HR, custody, disability, or private advocacy records should
not be committed to a public repository.

Next Build Targets

  • PDF/OCR extraction worker.
  • Durable local workspace storage.
  • Highlighted PDF packet export.
  • AI provider layer with strict source/page/quote grounding.