✨ See live demo here.
Private Article Reader
is a Next.JS app that scrapes, parses the article and shows it in a standard easy-to-understand manner. It removes all JavaScript from the original page, including but not limited to trackers and other elements such as inputs and buttons. 🚀
It is aimed to provide a simple distraction-free way to read and enjoy articles. 📚🍃
Disclaimer: This project is for educational purposes only. Please do not abuse this project or its demo in a manner that will cause any kind of loss (monetary or non-monetary) to content publishers, be it direct or indirect. 🛑
- Next.js (Version 13) 🌐🔧
- Tailwind CSS 🎨✨
- article-parser 📜
Shout out to Dong Nguyen whose article-parser package has played a big role in this project. 🙌
git clone https://github.com/ketanip/private-article-reader.git
cd private-article-reader
yarn
yarn dev