Snap in capabilities. All MIT.
Every module in this marketplace is a pre-built capability that installs into any FallHub vertical. Legal research, accounting, GDPR compliance, outreach, CRM, agent marketplace — 60+ MIT-licensed pieces that expand what your business OS can do.
Bookkeeping · legal · CRM · outreach.
FallAccount
MITFallBrief
MITFallCRM Elite
MITFallReach
MITFallSecurity
MITKardV5
MITThe engines · power the substrate.
Botler
MITFallRouter
MITFallColony
MITSuzen (必然)
MITfall-mcp-bridge
MITCassie Oracle
MITAI-SEO · GDPR · audit.
acg-geo-repo
MITfall-euaiact
MITfall-prompt-gate
MITInbox · outreach · relay.
What's going on · what to do next.
Reference implementations · verticals.
Wishwood
LiveRoost
ShowroomPlumber Lead Machine
ReferenceFallEnterprise
ConsultancyContent · media · voice.
KCC ledger · royalties on lineage.
Every module installation optionally mints a KCC provenance record on the FallColony ledger. When a module is forked and improved, royalties flow up the ancestor chain. The more descendants a module has, the more root value it accrues.
This aligns incentives across the estate: authors are rewarded for building modules others fork and use. The marketplace grows because everyone has skin in the game.
Every module is a manifest + a code drop.
Publishing a module to the marketplace is a matter of shipping one module.manifest.json at the root of your repo and complying with the socket contract.
// module.manifest.json { "name": "my-module", "version": "1.0.0", "provides": ["legal_research", "compliance_check"], "tools": [ { "name": "research_case_law", "schema": {...}, "guardrails": {...} } ], "kernel_extension": { "legal_context": { "jurisdiction": "GB" } }, "compatible_verticals": ["*"], "requires": ["byok_adapter@>=1.0.0", "kernel", "events"], "ui_surfaces": ["/modules/my-module/panel.html"], "mit": true }