diff --git a/README.md b/README.md index 7dac1ad..8fa8a76 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ -# :notebook: Bionic ReadingTool +# PrimusRead -[![Node.js CI](https://github.com/crisanlucid/vite-react-tailwind-bionic-reading/actions/workflows/nodejs.yml/badge.svg)](https://github.com/crisanlucid/vite-react-tailwind-bionic-reading/actions/workflows/nodejs.yml) -[![CodeQL](https://github.com/crisanlucid/vite-react-tailwind-bionic-reading/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/crisanlucid/vite-react-tailwind-bionic-reading/actions/workflows/codeql-analysis.yml) -[![Deploy](https://github.com/crisanlucid/vite-react-tailwind-bionic-reading/actions/workflows/deploy.yml/badge.svg)](https://github.com/crisanlucid/vite-react-tailwind-bionic-reading/actions/workflows/deploy.yml) +> *First letters. Full intelligence.* -Open-source **React**, **Vite**, **Tailwind CSS** & **TypeScript** app that converts text with artificial fixation points for faster bionic reading. The brain completes each word from its bold starting letters — increasing reading speed by up to 30%. Supports Unicode mode, PDF export, file import (TXT, DOCX, PDF, EPUB), bionic EPUB export, and light/dark theme. +[![Node.js CI](https://github.com/crisanlucid/primusread/actions/workflows/nodejs.yml/badge.svg)](https://github.com/crisanlucid/primusread/actions/workflows/nodejs.yml) +[![CodeQL](https://github.com/crisanlucid/primusread/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/crisanlucid/primusread/actions/workflows/codeql-analysis.yml) +[![Deploy](https://github.com/crisanlucid/primusread/actions/workflows/deploy.yml/badge.svg)](https://github.com/crisanlucid/primusread/actions/workflows/deploy.yml) -**[▶ Live Demo](https://crisanlucid.github.io/vite-react-tailwind-bionic-reading/)** +Open-source **React**, **Vite**, **Tailwind CSS** & **TypeScript** tool that accelerates document comprehension through AI-driven fixation-point typography. The brain completes each word from its bold starting letters — reducing reading time by up to 30% without loss of retention. Supports Unicode mode, PDF export, file import (TXT, DOCX, PDF, EPUB), bionic EPUB export, and light/dark theme. + +**[▶ Live Demo](https://crisanlucid.github.io/primusread/)** | Light mode | Dark mode | |:---:|:---:| @@ -107,5 +109,5 @@ Merge the `chore: bump version to vX.X.X` PR into `main`. This automatically: ## Stars history -[![Stargazers over time](https://starchart.cc/crisanlucid/vite-react-tailwind-bionic-reading.svg)](https://starchart.cc/crisanlucid/vite-react-tailwind-bionic-reading) +[![Stargazers over time](https://starchart.cc/crisanlucid/primusread.svg)](https://starchart.cc/crisanlucid/primusread) diff --git a/index.html b/index.html index 38f3861..cb50539 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,8 @@ - Vite App + PrimusRead +
diff --git a/package.json b/package.json index 807b4a1..13616b2 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "vite-react-tailwind-bionic-reading", + "name": "primusread", "private": true, "version": "0.15.0", "engines": { diff --git a/src/pages/BionicReaderPage.tsx b/src/pages/BionicReaderPage.tsx index 7d321cb..7cc8f0e 100644 --- a/src/pages/BionicReaderPage.tsx +++ b/src/pages/BionicReaderPage.tsx @@ -72,10 +72,10 @@ export const BionicReaderPage: FC = () => {

- Bionic Reading + PrimusRead

- Speed-read with artificial fixation points + First letters. Full intelligence.

diff --git a/vite.config.ts b/vite.config.ts index b38eb16..91f8c6d 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -8,7 +8,7 @@ export default ({ mode }: { mode: string }) => { const env = { ...process.env, ...loadEnv(mode, process.cwd()) }; return defineConfig({ - base: "/vite-react-tailwind-bionic-reading/", + base: "/primusread/", plugins: [react(), tailwindcss()], test: { // // Do not process css files (is slow)