Open source collection of cognitive training games (Dual N-Back, Stroop Test, Schulte Table) built with Next.js 15. Improve focus, memory, and attention.
23
stars
439
commits
TypeScript
primary language
Sep 13, 2026
updated
Open Source Cognitive Training Collection
A curated collection of brain training games, with a primary focus on attention and concentration improvement. Built from the ground up using Next.js 15, TypeScript, and Tailwind CSS, featuring transparent implementations of scientific cognitive paradigms.
Experience the full-featured, optimized version of these games on our official website.
This repository contains the source code for FreeFocusGames.com, a collection of cognitive exercises designed to improve:
Unlike many proprietary brain training apps, this project provides transparent, scientific implementations of classic cognitive psychology paradigms.
This repository features production-ready implementations of the following cognitive tasks:
The gold standard for working memory training. Based on the research by Susanne Jaeggi, this task requires users to simultaneously track visual and auditory stimuli sequences.
A grid of randomly distributed numbers used for speed reading development and peripheral vision training.
A neuropsychological test demonstrating the reaction time delay between congruent and incongruent stimuli. Measures cognitive flexibility and executive function.
A millisecond-precision test to measure your reaction speed. Click as fast as you can when the screen changes color. Widely used in sports science and cognitive research.
To run this project locally for development or educational purposes:
# 1. Clone the repository
git clone https://github.com/loethen/freefocusgames.git
# 2. Install dependencies
npm install
# or
yarn install
# 3. Run the development server
npm run dev
Open http://localhost:3000 with your browser to see the result.
This project is licensed under the AGPL-3.0 License - see the LICENSE file for details.
Built with ❤️ for the cognitive science community.
439 commits
TypeScript
92.3%
HTML
5.2%
JavaScript
1.6%
Open source collection of cognitive training games (Dual N-Back, Stroop Test, Schulte Table) built with Next.js 15. Improve focus, memory, and attention.
23
stars
439
commits
TypeScript
primary language
Sep 13, 2026
updated
Open Source Cognitive Training Collection
A curated collection of brain training games, with a primary focus on attention and concentration improvement. Built from the ground up using Next.js 15, TypeScript, and Tailwind CSS, featuring transparent implementations of scientific cognitive paradigms.
Experience the full-featured, optimized version of these games on our official website.
This repository contains the source code for FreeFocusGames.com, a collection of cognitive exercises designed to improve:
Unlike many proprietary brain training apps, this project provides transparent, scientific implementations of classic cognitive psychology paradigms.
This repository features production-ready implementations of the following cognitive tasks:
The gold standard for working memory training. Based on the research by Susanne Jaeggi, this task requires users to simultaneously track visual and auditory stimuli sequences.
A grid of randomly distributed numbers used for speed reading development and peripheral vision training.
A neuropsychological test demonstrating the reaction time delay between congruent and incongruent stimuli. Measures cognitive flexibility and executive function.
A millisecond-precision test to measure your reaction speed. Click as fast as you can when the screen changes color. Widely used in sports science and cognitive research.
To run this project locally for development or educational purposes:
# 1. Clone the repository
git clone https://github.com/loethen/freefocusgames.git
# 2. Install dependencies
npm install
# or
yarn install
# 3. Run the development server
npm run dev
Open http://localhost:3000 with your browser to see the result.
This project is licensed under the AGPL-3.0 License - see the LICENSE file for details.
Built with ❤️ for the cognitive science community.
439 commits
TypeScript
92.3%
HTML
5.2%
JavaScript
1.6%