Kios: An iOS Reader for Self-Hosted Kobo/Calibre Libraries with Progress Sync

Kios is a new iOS reader that connects to self-hosted Kobo/Calibre libraries (like Grimmory or Calibre-Web) and syncs reading progress using the Kobo protocol. It also supports OPDS 1.2 and 2.0 with progress sync, plus kosync (the open-source sync protocol for Kobo devices).
Key Features
- Direct connection to self-hosted Kobo servers (Grimmory, Calibre-Web)
- Reading progress sync via the Kobo protocol
- OPDS 1.2 and 2.0 catalog support with progress sync
- kosync integration
- Built entirely with Claude Code (Opus 4.8 with 1M-token context window) by a first-time iOS developer
Kios is currently available via TestFlight: join the beta.
Behind the Build
The developer, an experienced software engineer but an iOS novice, used Claude Code extensively. They even had Claude write a "book" about iOS development to understand and review the generated code rather than blindly accept it. The toolkit included Claude Code with Opus 4.8's 1M-token window, plus the Superpowers skills and Matt Pocock's architecture skill to maintain code quality as the project grew.
If you self-host your ebooks and switch between a Kobo and an iPhone, Kios bridges that gap. The developer is actively seeking feedback on both functionality and UX.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Skills to Emulate a Design Studio Environment
A designer shares two Claude skills: one simulates a studio with teammates and design methods, the other adds 'rigorous play' for creativity.

Engramx v3.4: MCP Server + SQLite Knowledge Graph Cuts Claude Code Token Usage by 89%
Engramx v3.4 intercepts file reads for Claude Code agents, returning structural summaries instead of raw content. Benchmarks show 89.1% aggregate token reduction across an 87-file codebase.

nan-forget: Local AI coding memory in a single SQLite file
nan-forget is a memory tool for AI coding agents that stores context in a single SQLite file (~3MB) with no background services. It uses a 3-stage retrieval pipeline and works across Claude Code, Cursor, and terminal via CLI.

Org Studio: Open-source dashboard for managing multi-agent AI teams
Org Studio is an open-source dashboard that applies organizational design principles to coordinate teams of AI agents, with native support for both OpenClaw and Hermes Agent runtimes. It features team topology management, event-driven task boards, and cross-runtime communication where agents can mention each other in task comments.