The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the CompShop listing page.
The independent directory of salary & compensation surveys. Search 350+ reports across 17+ vendors (Mercer, WTW, Aon, SullivanCotter, Gallagher, Pearl Meyer, Empsight, Culpepper, Milliman, MRA, LOMA, Birches Group, Western Management Group, and more) by job title, industry, geography, or publisher.
better-sqlite3) with a file-backed DB bundled in the repoOpen http://localhost:3000.
Loaders are in scripts/. Each writes to data/compshop.db.
See scripts/SCRAPING.md for the full data-loading workflow.
Deploys to Vercel out of the box. The SQLite DB file (data/compshop.db) is committed to the repo and read at request time by the serverless routes; almost all pages are pre-rendered statically at build time via generateStaticParams + force-static.
Set NEXT_PUBLIC_SITE_URL in your Vercel project settings to your production domain (e.g., https://compshop.io).