I got tired of Claude hallucinating Swift APIs. It does a good job at Python and TypeScript, but ask it about SwiftUI and it's basically guessing.
The problem? Apple's docs are JavaScript-rendered, so when you paste URLs into AI tools, they just see a blank page. Copy-pasting works but... c'mon.
So I built something that converts Apple Developer docs to clean markdown. Just swap developer.apple.com with sosumi.ai in any Apple docs URL and you get AI-readable content.
For example:
- Before: https://developer.apple.com/documentation/swift/double
- After: https://sosumi.ai/documentation/swift/double
The site itself is a small Hono app running on Cloudflare Workers. Apple's docs are actually available as structured data, but Apple doesn't make it obvious how to get it. So what this does is map the URLs, fetch the original JSON, and render as Markdown.
It also provides an MCP interface that includes a tool to search the Apple developer website, which is helpful.
Anyway, please give this a try and let me know what you think!
Comments URL: https://news.ycombinator.com/item?id=45063874
Points: 27
# Comments: 10
Melden Sie sich an, um einen Kommentar hinzuzufügen
Andere Beiträge in dieser Gruppe

Article URL: https://andrewmarder.net/firefox/
Comments URL: https://news.ycombinator
Article URL: https://lwn.net/Articles/1035736/
Comments URL: https://news.ycombinator

Article URL: https://mitchellh.com/writing/feel-it
Comments URL: https://news.yco
Article URL: https://planning.e-psychometrics.com/test/icar60
Article URL: http://mikaelronstrom.blogspot.com/2025/08/how-to-design-dbms-for-telco.html
Comments