Static King County Superior Court case viewer.
This repo is the public product surface. It loads normalized parquet tables and
canonical case JSON from aimesy/kcsc-data.
Published site:
https://kcsc.amyc.us/
Fallback GitHub Pages URL:
https://aimesy.github.io/kcsc/
Cloudflare DNS must keep a DNS-only CNAME from kcsc to aimesy.github.io
so GitHub Pages can issue and renew the custom-domain certificate.
Local smoke test from C:\Users\amita\Amybot\projects:
python -m http.server 8765Then open:
http://127.0.0.1:8765/kcsc/?dataBase=../kcsc-data/
Data contract:
data/manifest.jsonarchive/cases-index/manifest.jsonarchive/cases-index/<prefix>.ndjsondata/cases.parquetdata/docket_entries.parquetdata/parties.parquetdata/attorneys.parquetdata/representation.parquetdata/calendar.parquetarchive/cases/<case_number>.json
KCSC does not yet have document-byte capture. The viewer surfaces deferred document rows from each case JSON instead of pretending document downloads exist.