Getting started
What is mod?
mod is an open-source, host-agnostic application boilerplate. Instead of one monolithic starter, it gives you a catalogue of independent, versioned packages — install only the ones your project needs and leave the rest behind.
Your first install
Add a capability the same way you add any dependency. Each package ships typed inputs, outputs, and errors, so your editor and your AI agent can wire it up without reading the source.
npm install @your-scope/util
That is the whole idea: small, swappable building blocks you compose into the project you actually want to ship.