How sync works
Forewords accounts are device-agnostic. Your library, ratings, and taste profile aren’t stored on the device — they live on Forewords’s server (Supabase / PostgreSQL, hosted in the EU). The mobile app is a thin client over that server. Sign in on a different device with the same email, and everything you’ve built shows up.
What syncs
- •Your full library — every book on every shelf
- •Star ratings (half-star precision preserved)
- •Per-trait rating tags
- •Custom shelves and tag rules
- •Reading status (currently reading, finished, DNF) and dates
- •Notes
- •Reading stats and your derived taste profile (clusters, centroids)
- •AI recommendation history (so you don’t see the same suggestions twice)
iPhone-and-Android timing
Forewords is available on Android and iPhone. The website at forewords.app has some basic features such as authentication, library import, library export, and account management.
Install the app and sign in with your existing Forewords account; your library, ratings, taste profile, and shelves appear automatically. Same the other way: if you start on iOS and pick up an Android later, you don’t lose anything. There’s no meaningful difference between platforms.
How fast does it sync?
Sync is on-demand, not real-time. When you make a change on one device (rate a book, add to a shelf, mark DNF), it’s written to Forewords’s server immediately. When the second device next opens or pulls to refresh, it sees the change. There isn’t a websocket pushing updates — this is good enough for a tracker (you’re not collaborating in real time on the same library) and avoids the battery cost of a persistent connection.
Conflict resolution: last write wins. If you somehow rate the same book a 3 on Android and a 4 on iPhone within the same minute, the most recent write is the one that sticks. In practice, this almost never matters — nobody’s racing themselves to rate a book.
What about offline?
The mobile app caches your library locally so you can browse and even rate books without a connection — the cached changes sync up next time you’re online. AI recommendations and book search require a network round-trip and won’t work offline. This is by design: the recommendation engine is server-side and the catalogue is too large to push to the device.
Ready to try it? Install Forewords on iPhone or Android.
Related questions
- →How do I import my library from Goodreads?
- →Is Forewords free?
- →How much does Forewords cost?
- →Does Forewords work on iPhone?
- →Does Forewords work on Android?