A speed reading app using Rapid Serial Visual Presentation (RSVP). Words are displayed one at a time, centered on the Optimal Recognition Point โ the position where the eye naturally fixates โ to minimize eye movement and maximize reading speed.
All text processing happens client-side. Content can optionally be shared via short-lived server-stored links.
- Adjustable reading speed (100โ1000 WPM)
- Chunked display (1โ3 words at a time)
- Adaptive timing for long words and punctuation
- Keyboard shortcuts and gesture controls
- Dark/light theme
- Shareable links with auto-expiring storage
bun install
# Run the web app
bun run dev
# Run the API locally
bun run api:dev