Courtpals · Abraham & Gautam, LLP
FormSet
A deterministic California Judicial Council form-filling app — narrow scope, conditional workflows, official PDFs only, no AI in the filing path.
Phase 0 build in progress. This page is the live preview; nothing here is filable yet.
Phase 0A — PDF feasibility spike
- Repo + minimal TypeScript scaffold
- pdf-lib engine module (signatures)
- Next.js + Vercel deploy + Route53 subdomain
- Acquire 11 priority Judicial Council PDFs
- Classify (AcroForm vs XFA) + extract field inventories
- Fill + flatten + render check on priority forms
- Reconciliation: POS-010, CIV/FL aliases, SER-001, MC-020/MC-025
Phase 0B — Cloud / security scaffold
- Supabase schema + RLS (SELECT/INSERT/UPDATE/DELETE tests)
- Storage buckets with policies + 30-day TTL purge
- Sentry with fill-route no-capture rule
- PII canary test (synthetic SSN / Canary Minor) in CI
- Magic-link allowlist (@abrahamgautam.com)
- Drift monitor + FORM_DRIFT_REPORT artifact
- CIV-011 prototype gate end-to-end