app to track my HSA eligible receipts
Find a file
Jean-Michel Tremblay 8b7252dad4 Initial commit: HSA receipt tracker
Go app for capturing and archiving HSA-eligible receipts: OIDC/PKCE auth
against Authelia, SQLite storage with dual-write (filesystem + DB blob),
mobile-first upload, and DB export.

Adds AI receipt classification: a config.json catalog of people and
categories (seeded into the DB on startup), a prompt builder that derives
name-order/initial variants from the data (with same-surname ambiguity
handling), and an Anthropic tool-use client behind POST /classify. Tests
run against a mock endpoint; a live integration test is env-gated to the
cheapest model.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-17 21:40:12 -04:00
cmd/hsa Initial commit: HSA receipt tracker 2026-06-17 21:40:12 -04:00
internal Initial commit: HSA receipt tracker 2026-06-17 21:40:12 -04:00
scripts Initial commit: HSA receipt tracker 2026-06-17 21:40:12 -04:00
.env.example Initial commit: HSA receipt tracker 2026-06-17 21:40:12 -04:00
.gitignore Initial commit: HSA receipt tracker 2026-06-17 21:40:12 -04:00
call_claude.sh Initial commit: HSA receipt tracker 2026-06-17 21:40:12 -04:00
config.json Initial commit: HSA receipt tracker 2026-06-17 21:40:12 -04:00
go.mod Initial commit: HSA receipt tracker 2026-06-17 21:40:12 -04:00
go.sum Initial commit: HSA receipt tracker 2026-06-17 21:40:12 -04:00
plan.md Initial commit: HSA receipt tracker 2026-06-17 21:40:12 -04:00
secret.md Initial commit: HSA receipt tracker 2026-06-17 21:40:12 -04:00
secret.sh Initial commit: HSA receipt tracker 2026-06-17 21:40:12 -04:00
spec.md Initial commit: HSA receipt tracker 2026-06-17 21:40:12 -04:00