1. MVP as a Telegram Mini App
We chose Telegram Mini App as the fastest entry point: no app store downloads, no registration, instant access. This allowed us to validate the concept quickly, attract first users organically through TikTok and Instagram, and collect real feedback.
2. AI-powered recommendations via vector search
We implemented personalized book suggestions using Qdrant and multilingual embeddings. The algorithm analyzes annotations of books added by users and builds an individual preference vector, generating recommendations that closely match each reader’s taste.
3. User-friendly reading tracker
The interface was optimized for short messenger sessions. Users can easily add books, mark progress, and track their reading history - designed not to distract from reading, but to naturally support it.
4. Scalable architecture
We built the app on React + TypeScript + Capacitor, FastAPI, Kubernetes, ensuring that the Telegram version could be seamlessly scaled into a full-featured native iOS and Android app.