Add to Chrome
One click on the Chrome Web Store. Free, forever.
Install QuizMe for Chrome
The extension is free during preview. After install, the next ad slot you encounter becomes your first review.
Why does retrieval beat re-reading for long-term recall?
One click on the Chrome Web Store. Free, forever.
No passwords. We only ask for your email and name.
Highlight a passage and the shortcut turns it into cards. As you read the next article, your due cards quietly take over the ad slots.
What changes on the pages you visit
QuizMe doesn’t add buttons, banners, or pop-ups. It uses two surfaces that already exist on the pages you read — a text selection and an ad slot.
Memory is a leaky bucket. The leak is exponential, but so is the cure: review once, then twice as long, then four times as long. By the fifth or sixth review you remember it forever.
Press ⌘ B to turn the highlighted passage into a card.
Anything you select is fair game. The shortcut opens a side panel and queues question-and-answer cards from the passage.
When the detector finds a standard ad-shaped element, we swap it for one of your due cards. Dismiss it any time and the original element is restored.
For developers and power users
QuizMe is open at the edges. The extension and backend live in a single monorepo. You can run them locally, point the extension at your own backend, and even host your own instance.
# clone the repo
git clone https://github.com/quizmeai/quizmeai.git
cd quizmeai
# install
pnpm install
# run the api (set DATABASE_URL + GOOGLE_CLIENT_ID first)
pnpm --filter api db:migrate
pnpm dev:api
# build the extension and load apps/extension/ in chrome://extensions
pnpm --filter extension build