§tare.pub

About stare.pub

stare.pub is a free, open tool for resolving U.S. legal citations to full case text and original scanned reporter pages. The entire application is static files served to your browser — there is no backend server, no database, no API to maintain or go down. It could run from IPFS, a USB stick, or any static file host. No tracking, no account required.

This project is built by lokkju, motivated by the belief that public law should be permanently, freely accessible — not dependent on any single institution's continued goodwill or funding.

The data

The case text and page scans come from the Harvard Caselaw Access Project (CAP), which digitized roughly 40,000 reporter volumes covering 6.7 million cases from 1658 to 2018. All of this data is public domain.

Harvard announced in 2024 that they were winding down the CAP project. The API is gone. Search is gone. The bulk data files at static.case.law are still available, but for how long is uncertain. This project exists to preserve that data and keep it accessible.

How it works

When you look up a citation, your browser:

For the original page viewer, individual page images (~50 KB each) are fetched via HTTP range requests into the volume's tar archive — no need to download the full ~100 MB archive.

The total WebAssembly module is about 280 KB. There is no backend server, no database, no compute — just static file hosting. The same files could be served from Cloudflare R2, IPFS, a local directory, or any web host that can serve files.

Current status

This is an early-stage project. We're actively working on:

Help preserve case law

This data is at risk. Harvard's hosting is a soft commitment from an academic lab in wind-down mode. The more copies that exist, the safer the data is.

If you can help, here's how:

Technical details

Credits

Built on data from the Harvard Library Innovation Lab's Caselaw Access Project. Citation detection uses patterns from the Free Law Project's eyeCite library. All case law data is public domain (CC0).

← Back to stare.pub