Monorepo vs multi-repo packages is one of the most common decision points we see. Here is the honest breakdown.

The short version#

Why Nakshora is a monorepo.

Point by point#

AspectAnalysis
VersionsLockstep releases; no drift between core/cli/plugins
TestsCross-package integration tests run in one CI
DocsOne platform, one corpus, one llms.txt
TradeTooling complexity — solved by pnpm workspaces + changesets

Bottom line#

Pick based on your constraint, not ideology — and remember the comparison pages link to hands-on recipes so you can verify the claim in your own project within minutes.

comparisons/index|All comparisons