cc fdc454b798 Sync text filter keyword to URL query param
Extract a useQueryFilter hook that debounces the filter keyword and
mirrors it into the URL's q param via router.replace, so deep links
open pre-filtered and rapid typing doesn't flood history. Apply across
keys, files, find, and oslist, replacing their ad-hoc debounce logic.
2026-06-03 19:07:09 +02:00

entdb

Web frontend for the Entitlement Database — browse iOS and macOS entitlements across OS versions.

Features

  • Browse entitlement keys by OS version
  • Search binaries by entitlement key
  • Compare entitlements across versions with diff view
  • View version history for individual binaries

Technical Details

Built as a static Next.js site deployed to GitHub Pages.

It uses pre-built static KV format (on top of JSON) with HTTP Range requests.

Repository Description
entdb-indexer Crontab workflow to discover and index firmware
entdb-data Raw entitlement data repository

Development

npm install
npm run dev

License

MIT

S
Description
No description provided
Readme 376 KiB
Languages
TypeScript 96.9%
CSS 3%