BionicReader
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v16View latest version
A web application that applies bionic reading formatting to PDF and EPUB files to enhance reading speed and comprehension.
- Upload PDF or EPUB files
- Process text with bionic reading algorithm (highlighting the first few letters of each word)
- Responsive reading interface
- Adjustable settings for bionic reading intensity
- Open the application
- Upload a PDF or EPUB file
- Adjust bionic reading settings if desired
- Read the formatted text with enhanced focus and speed
backend/- Server-side code for handling file uploads and processingfrontend/- Client-side interface and reading experienceshared/- Shared utilities and types
- Hono (API framework)
- PDF.js (PDF parsing)
- EPub.js (EPUB parsing)
- Tailwind CSS (Styling)