Kindle ChatGPT
ChatGPT reimagined for your Kindle. ~150 daily users.
I love reading on my Kindle and I thought wouldn't it be great to chat with AI on it too? So I built this interface specifically for e-ink screens. It's stripped down to the essentials but keeps all the smarts, making AI conversations feel natural on your Kindle. Now actively used by around 150 people daily.
The problem
Kindle e-readers run a slow, monochrome, cut-down browser. Standard ChatGPT and AI chat UIs are bloated and animated, so anyone trying to use them on a Kindle gets broken layouts, missing buttons, or unreadable text. Side-loading apps is risky and not all Kindle models support it.
The approach
A Next.js app on Cloudflare Workers, with the chat backed by Google Gemini (currently 2.5 Flash Lite). User-agent detection gates access to genuine Kindle browsers. Other devices see a redirect explaining the project. Streaming responses keep perceived latency low even when the screen refresh is slow. The UI is intentionally austere with high-contrast monochrome, large readable text, and no animations.
Notable decisions
- Kindle-only gating. User-agent detection blocks non-Kindle browsers up front so the experience is never tested on the wrong device.
- Zero authentication. Instant access with no friction, relying on the Kindle browser's own privacy boundary.
- Streaming responses. Real-time token output reduces perceived latency on slow e-ink refresh.
- Minimal UI budget. No animations, no JavaScript bloat, large text, monochrome palette. Every byte fights against the device's limits.
Status
Live at kindle-chatgpt.com with around 150 daily users. Active development on model upgrades, Kindle device detection (Paperwhite Signature Edition added recently), and token-usage optimization.
Want similar work for your team?
AI-native senior engineering for AI, cloud, and web. Open to consulting engagements and full-time roles.