Find
Search dashboard pages and product views.
Repositories
Evidence Refs
Run Artifacts
Trace Refs
Replay Entry
Search dashboard pages and product views.
These are repository signals used to attribute this repo to the product. They are not code written by the agent; they are matched package, middleware, environment, API, or UI locations found in the repository.
| Repository Signal | Matched Source | Matched Code Location | Preview |
|---|---|---|---|
source | Header comment: 'Abstracts the URL -> markdown step. Today: Jina Reader's hosted API (r.jina.ai/<URL>). Swappable later for Firecrawla self-hosted jina-ai/reader instanceor our own rendering service'. | packages/share-kit/src/lib/parsers/fetcher.tsline 1 | Preview |
source | jinaFetch(): fetch(JINA_BASE + url) where JINA_BASE='https://r.jina.ai/'no API keyparses data.content. | packages/share-kit/src/lib/parsers/fetcher.tsline 38 | Preview |
source | fetchContent(): the public URL -> FetchedContent{ markdown } entrypoint built on jinaFetch. | packages/share-kit/src/lib/parsers/fetcher.tsline 63 | Preview |