PayLess is a Progressive Web App (PWA) that allows users to access archived versions of web articles through archive.today. It helps bypass paywalls and provides a better archive.today experience optimized for mobile devices. It's primary purpose is for bypassing paywalls on news sources in comination with the Google Discover Feed on Android.
- Fetch Archived Articles: Retrieve archived versions of web pages to bypass paywalls.
- Share Target Integration: Easily share articles to the pwa via the share target.
- Mobile Friendly Design: Optimized for mobile devices and the Google Discover Feed on Android.
- Clone the repository:
git clone https://github.com/LeonvdW/payless.git
- Install dependencies:
bun install
- Start the development server:
bun dev
- Open the application in your browser:
open http://localhost:5173/
- React with TypeScript
- Vite
- Tailwind CSS
- use-local-storage-state
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License.