A flexible two-axis canvas for organizing your thinking.
Quadrants lets you place ideas on a two-dimensional space defined by two axes you choose. Use it to compare options, prioritize work, map out tradeoffs, or explore any question that benefits from spatial reasoning across four quadrants.
The app is available at jonathan-beebe.github.io/quadrants. It works offline as a progressive web app and can be installed on your device from the browser.
Requires Node.js 22+.
npm install
npm run devRun tests, linting, and type checking:
npm test
npm run lint
npx tsc --noEmitOr run everything together:
npm run ci