/private-article-reader

This project is aimed at providing a simple distraction free way to read and enjoy articles

Primary LanguageTypeScript

Private article reader. 👓

Private Article Reader - Demo Article Page Private Article Reader - Home Page

Deploy with Vercel Deploy to Netlify

✨ 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. 🛑

Technologies used. 💻🛠️

  1. Next.js (Version 13) 🌐🔧
  2. Tailwind CSS 🎨✨
  3. article-parser 📜

Shout out to Dong Nguyen whose article-parser package has played a big role in this project. 🙌

Run it 🏃💨

git clone https://github.com/ketanip/private-article-reader.git
cd private-article-reader
yarn
yarn dev