sosumi.ai is an unofficial on‑demand renderer that converts Apple Developer documentation pages into AI‑friendly Markdown, making JavaScript‑driven content accessible to AI tools. It aims to help AI models (and developers) access Apple docs more reliably by serving readable versions of pages that would otherwise require JavaScript. How it works and how to use it: - HTTP usage: replace developer.apple.com with sosumi.ai in URLs to obtain AI‑readable paths (e.g., https://sosumi.ai/documentation/swift/array). - Examples cover Swift, SwiftUI, UIKit, Xcode, and Core Data. - MCP usage: connect your MCP client to https://sosumi.ai/mcp with a config such as running npx mcp-remote https://sosumi.ai/mcp. - Resources: doc://{path} fetches Apple Developer documentation as Markdown (e.g., doc://swift/array). - Tools: a search function returns structured results with titles, URLs, descriptions, breadcrumbs, and tags. Disclaimer and governance: - This is an unofficial project not affiliated with Apple Inc. - It is an accessibility‑first, on‑demand renderer that fetches content transiently (caching may occur briefly) and does not crawl or bulk download. - Content remains with Apple; pages link back to the original source. - Usage should comply with Apple’s Terms of Use and applicable law.