Overview of Reader capabilities
mainReader is a tool designed to optimize web content for Large Language Models (LLMs). It offers two primary functions:
- Read: Converts a specific URL to markdown using
https://r.jina.ai/. - Search: Searches the web for a query and returns markdown results using
https://s.jina.ai/.
The service is designed to be production-ready, stable, and scalable. The open-source version of this repository runs in a stateless mode, whereas the SaaS version uses a MongoDB-backed storage layer.