The canonical, open-source glossary for Sales Capacity & Performance.
Sales Wiki provides standardized definitions, formulas, and worked examples for sales operations terminology. Built by practitioners, for practitioners.
- Clear Definitions: No ambiguity
- Explicit Formulas: Show the math
- Worked Examples: Real calculations
- Open Source: MIT licensed, community-maintained
nvm install 20
nvm use 20
npm installnpm run startThis starts a local development server at http://localhost:3000/.
npm run buildGenerates static content into the build directory.
We welcome contributions! See CONTRIBUTING.md for guidelines.
Quick ways to contribute:
- Click "Edit this page" on any doc
- Open an issue to suggest a new term
- Fix typos or improve examples
sales-wiki/
├── docs/ # Documentation pages
│ ├── intro.md # Getting started
│ ├── metrics/ # Metric definitions (RRE, efficiency, etc.)
│ ├── capacity/ # Capacity planning terms
│ ├── playbooks/ # Best practices and guides
│ ├── contributing.md # Contribution guidelines
│ └── code-of-conduct.md
├── src/
│ ├── css/ # Custom styles
│ └── pages/ # Custom pages (landing page)
├── static/ # Static assets
└── docusaurus.config.ts # Site configuration