r/malaysiauni 10h ago

tips Line Reader

I built a simple reading tool for people who struggle with walls of text

Reading can be exhausting. You might read the same paragraph several times, lose your place or feel overwhelmed by a page full of text.

So I built MyLineReader.

It shows one line at a time while the rest fades into the background. You can adjust the text size, spacing and line width to make reading more comfortable.

You can paste text or upload TXT, DOCX or PDF files. It runs in your browser with no sign-up and no ads.

🔗 https://mylinereader.vercel.app

I built this for people with ADHD, dyslexia, students or honestly anyone who finds walls of text overwhelming.

It’s free, so give it a try if you’re interested. I’d really appreciate any feedback, good or bad.

1 Upvotes

2 comments sorted by

1

u/madu_tualang 9h ago

My concern is where is my file uploaded to? Are you collecting data? How do we prove and convince users that their files are not being collected?

1

u/servarus 7h ago

Answering for OP based on the github code. This is just a HTML + Java parser and the FileReader API - all client side. It's pretty barebones, there is a few things that can be added for more security and privacy hygeine but so far that is all that it does.