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 (
>= 134306545.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 install
npm run dev
npm 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 β₯ 133
- Still broken? β Restart Chrome and reload extension
Need help? Open an issue or email:
sachinbinduc@gmail.com
MIT License β free to use and modify.