Add provider-neutral Meilisearch discovery#54
Open
OwenMcGirr wants to merge 8 commits into
Open
Conversation
This was referenced Jul 22, 2026
This was referenced Jul 22, 2026
…iscovery-catalog-53
This was referenced Jul 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why
Issue #53 changed direction from a provider bake-off to a working product test. This makes the real local React/Hono discovery site usable with synthetic Meilisearch data without coupling React or route handlers to Meilisearch.
Test plan
pnpm lint(passes with three existing React Fast Refresh warnings)pnpm typecheckpnpm testpnpm buildgit diff --checkpnpm search:preparepnpm search:importpnpm search:verifyVerification result
The Meilisearch trial contains exactly 100,000 localization documents and 24 repository documents, exposes 22 public repositories, and reports no active indexing. The runtime key can search but receives
403from key administration.Follow-ups
Semantic/hybrid search, BGE-M3, Cloudflare comparison, hosted previews, and benchmark reporting remain separate work.
Closes #53