Title: My Jina Reader tool URL Source: https://simonwillison.net/2024/Oct/14/my-jina-reader-tool Markdown Content: **[My Jina Reader tool](https://tools.simonwillison.net/jina-reader)**. I wanted to feed the [Cloudflare Durable Objects SQLite](https://developers.cloudflare.com/durable-objects/api/storage-api/) documentation into Claude, but I was on my iPhone so copying and pasting was inconvenient. Jina offer a [Reader API](https://jina.ai/reader/) which can turn any URL into LLM-friendly Markdown and it turns out it supports CORS, so I [got Claude to build me this tool](https://gist.github.com/simonw/053b271e023ed1b834529e2fbd0efc3b) ([second iteration](https://gist.github.com/simonw/e56d55e6a87a547faac7070eb912b32d), [third iteration](https://gist.github.com/simonw/e0a841a580038d15c7bf22bd7d104ce3), [final source code](https://github.com/simonw/tools/blob/main/jina-reader.html)). Paste in a URL to get the Jina Markdown version, along with an all important "Copy to clipboard" button. ![Image 3](https://static.simonwillison.net/static/2024/jina-reader.jpg) Posted [14th October 2024](https://simonwillison.net/2024/Oct/14/) at 4:47 pm