A browser extension that replaces your new tab with something worth reading,
and quietly blocks the sites that pull you away from the work that matters.
Every time you open a new tab, Wisdom shows you an inspirational quote written by real people, with a short explanation of why it matters. Turn on Focus Mode and it will silently redirect any site on your blocked list before the page even loads. Your name, theme, blocked sites, and quote preferences all stay in your browser. Nothing leaves your machine.
- New tab quotes: a rotating set of quotes, shown randomly, each with an explanation and author
- Focus Mode: toggle-based distraction blocking that redirects blocked sites to a calm interstitial
- Blocked site list: add any domain from the settings page; changes take effect immediately
- Light and dark theme: follows your preference, persisted across sessions
- Quote preferences: hide quotes you don't want to see again from the settings page
pnpm install
pnpm devOpen a new tab. Enter your name. That's it.
To enable blocking, click the toggle in the bottom-left corner of the new tab page. To manage blocked sites or hide quotes, open Settings via the gear icon.
# Chrome, Edge, Brave, Arc
pnpm build
# Firefox
pnpm build:firefoxChrome / Edge / Brave / Arc
- Run
pnpm build - Go to
chrome://extensions - Enable Developer Mode
- Click "Load unpacked" and select
.output/chrome-mv3
Firefox
- Run
pnpm build:firefox - Go to
about:debugging#/runtime/this-firefox - Click "Load Temporary Add-on"
- Select
.output/firefox-mv3/manifest.json
pnpm test- WXT: browser extension framework
- React: UI
- Tailwind CSS v4: styling
- Zod: settings schema validation
- Vitest + Testing Library: unit and component tests
Bug reports and pull requests are welcome. For significant changes, open an issue first to discuss what you'd like to change.
MIT, Copyright © 2026 RAVN
