A browser extension that provides a clean, distraction-free reading experience with AI summarization capabilities.
- Clean Reader Interface: Transform cluttered web pages into a beautiful, distraction-free reading experience
- AI Article Summarization: Get instant summaries and insights about what you're reading
- Multiple Themes: Choose from Light, Dark, Sepia, and Paper themes to suit your preference
- Adjustable Typography: Customize font size, line spacing, and width for optimal reading comfort
- Article Saving: Save articles as markdown for offline reading
- Install the extension from the Chrome Web Store (coming soon)
- Navigate to any article or blog post
- Click the ReadLite icon in your browser toolbar
- Enjoy a clean reading experience
- Use the AI button to get summaries and ask questions about the article
- Node.js (v16+)
- Yarn or npm
# Clone the repository
git clone https://github.com/yourusername/read-lite.git
cd read-lite
# Install dependencies
yarn install
# Start development server
yarn dev
yarn build
This extension is built with:
- Plasmo Framework - Browser extension framework
- React - UI library
- Mozilla Readability - Content extraction
- Marked - Markdown parsing
MIT