InvisibleSearch
Live GitHub search engineA minimal search engine over all of GitHub, live. Queries proxy straight to the GitHub search index through a FastAPI backend — no database, nothing to crawl or sync.
- Built
/searchand/suggestendpoints that map GitHub API responses into typed, paginated results with a debounced, keyboard-navigable type-ahead. - Rate-limit aware by design: 60s in-memory cache per query, structured 429s with reset timestamps, and quota warnings surfaced in the UI.
- Containerized with Docker Compose; pytest suite runs against a mocked GitHub client.