Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Axym-Labs/LetoReader
A free self-hostable speed reader. Highly customizable. Implements chunking (RSVP), pacing and highlighting. Modern UI and local-storage only.
https://github.com/Axym-Labs/LetoReader
blazor dotnet localstorage open-source productivity productivity-tools reading self-hosted selfhosted speed-reading tool
Last synced: about 1 month ago
JSON representation
A free self-hostable speed reader. Highly customizable. Implements chunking (RSVP), pacing and highlighting. Modern UI and local-storage only.
- Host: GitHub
- URL: https://github.com/Axym-Labs/LetoReader
- Owner: Axym-Labs
- License: gpl-3.0
- Created: 2024-02-04T23:52:55.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T08:48:44.000Z (7 months ago)
- Last Synced: 2024-05-28T18:37:45.348Z (7 months ago)
- Topics: blazor, dotnet, localstorage, open-source, productivity, productivity-tools, reading, self-hosted, selfhosted, speed-reading, tool
- Language: HTML
- Homepage: https://leto.axym.org
- Size: 26.6 MB
- Stars: 77
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - Axym-Labs/LetoReader - A free self-hostable speed reader. Highly customizable. Implements chunking (RSVP), pacing and highlighting. Modern UI and local-storage only. (HTML)
README
# LetoReader
![Website](https://img.shields.io/website?url=https%3A%2F%2Fleto.axym.org) ![Docker Pulls](https://img.shields.io/docker/pulls/davidewiest/reader) [![.NET build](https://github.com/Axym-Labs/Axym-Reader/actions/workflows/dotnet-desktop.yml/badge.svg?branch=main)](https://github.com/Axym-Labs/Axym-Reader/actions/workflows/dotnet-desktop.yml) ![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/axym-labs/Axym-Reader) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)**LetoReader** is a versatile speed reader designed to enhance your reading efficiency. It supports high-speed reading for skimming or consuming easy texts at e.g. 400-1000 words per minute. However, it can also be used at lower speeds for better comprehension while still benefiting from Rapid Serial Visual Presentation (RSVP).
![Leto Showcase](Showcase-min.gif)
Live Demo •
Documentation •
Docker image### Key differences to traditional reading
- Fixed reading speed (configurable by the user)
- Suppression of subvocalization and regressive saccades at higher speeds
- Less eye fatigue### Features
- Chunking, pacing and highlighting built in
- Great UX and responsive design
- radically minimal user interface
- Easy importing
- Customizable (8 settings)
- Focus mode (for dyslexia/add/adhd)
- No external API dependencies
- Local-only storage
- FOSS
- Self-hostable#### Import options
- From a URL
- uploading a file (.pdf, .md, .txt, .html, .epub)
- Clipboard
- Request body of GET request## Hosting
#### With docker
- `docker pull davidewiest/reader:latest`
- `docker run -p 5001:8080 davidewiest/reader:latest` (ports in the form of -p :8080, where reachablePort is the accessible one)#### Github and `dotnet run`
- `git pull https://github.com/davidewiest/Reader.git`
- `cd Reader/Reader/`
- `nohup dotnet run --environment Production --urls=http://localhost:5001/ > /Logs/std.log 2> Logs/err.log &`> Due to personal circumstances, LetoReader is currently in a maintenance mode, meaning our main focus is on handling priority tasks related to the repository. New feature requests can still be made [here](https://reader.canny.io/), but may take a while to get implemented. Issues and bugs will still be addressed so make sure to [report](https://github.com/Axym-Labs/Leto-Reader/issues) them.
## Changelogs
- [Version 2](https://github.com/Axym-Labs/Axym-Reader/wiki/Changelog-Version-2)
- [Version 2.1](https://github.com/Axym-Labs/Axym-Reader/wiki/Changelog-Version-2.1)
- [Version 3](https://github.com/Axym-Labs/Axym-Reader/wiki/Changelog-Version-3)Made with ❤️ and .NET Blazor