MindStream is a Chrome extension that makes web content easier to read.
It simplifies complex text, supports different reading modes (ADHD, Dyslexia, General), and gives you full control over how pages look — without cutting information.
🔴 Live Demo: mindstream.sachinbind.net
- AI-powered simplification (Chrome Gemini Nano, offline)
- 3 simplification levels → Low · Medium · High
- Modes for different needs → General · Focus/Attention (ADHD) · Predictable Flow (Dyslexia)
- Custom display → Fonts (OpenDyslexic), themes, spacing controls
- Instant updates → Page changes in real-time, no reload
- Chrome Dev or Canary (
>= 128.0.6545.0) - Storage: 22 GB free (Gemini Nano requirement)
- Flags to enable:
chrome://flags/#optimization-guide-on-device-model→ Enabled BypassPerfRequirementchrome://flags/#prompt-api-for-gemini-nano→ Enabled
git clone https://github.com/Kenxpx/MindStream.git
cd MindStream- Open
chrome://extensions/ - Toggle Developer Mode (top right)
- Click Load unpacked
- Select the
MindStreamfolder
The extension icon will appear in your Chrome toolbar. ✅
If you want to make changes (themes, features, etc.):
npm installnpm run devnpm run build- The output will be in the
dist/folder. - Load
dist/as an unpacked extension in Chrome (instead ofMindStream/).
- Themes: Change default theme in
config/theme.js - Fonts: Enable/disable OpenDyslexic in
config/fonts.js - Modes: Edit or add reading modes in
src/modes/
- Extension not loading? → Check Chrome flags are enabled
- AI not working? → Make sure you’re on Dev/Canary ≥ 128
- Still broken? → Restart Chrome and reload extension
Need help? Open an issue or email:
sachinbinduc@gmail.com
MIT License — free to use and modify.