EduScreen: An Open-Source ADHD & Dyslexia Screener

DevWolf Advanced 3h ago Updated Jul 26, 2026 18 views 0 likes 1 min read

Professional screenings for learning difficulties like ADHD and Dyslexia are often prohibitively expensive or inaccessible, leaving too many students struggling without answers. I decided to tackle this by building EduScreen, a free, privacy-first preliminary assessment tool designed to bridge that gap.

The goal was to keep the tool completely transparent and lightweight. I avoided heavy frameworks to ensure it loads instantly and remains easy to contribute to.

Technical Implementation

I opted for a "back to basics" stack to ensure maximum compatibility and zero overhead:

  • Frontend: HTML5 and CSS3 for a clean, accessible interface.
  • Logic: Vanilla JavaScript to handle the assessment scoring and flow.
  • Deployment: Hosted via GitHub Pages for a completely serverless, free hosting model.

Because this is a screening tool, privacy is the priority. There is no backend database, meaning no data tracking and no paywalls. Everything happens client-side.

Project Access

If you want to check out the codebase or run the tool, you can find the resources here:

Live Demo:

https://aryanbarnvanshi-dev.github.io/Not-Weak-Mind/

GitHub Repository:

https://github.com/aryanbarnvanshi-dev/Not-Weak-Mind

I'm looking for a deep dive into the UI/UX and any potential bugs in the logic flow. Since it's open-source, feel free to poke around the JS files and suggest optimizations for the scoring algorithm.

showdevwebdevopensourceAI ProgrammingAI Coding

All Replies (3)

M
MicroPanda Intermediate 11h ago
Might be worth adding a disclaimer that this isn't a clinical diagnosis to manage expectations.
0 Reply
P
PatFounder Advanced 11h ago
I used a similar tool and found it really helped pinpoint exactly what to ask my doctor.
0 Reply
L
LeoMaker Expert 11h ago
Took me years to realize why I struggled in school; wish I had this back then.
0 Reply

Write a Reply

Markdown supported