Nezam Docs#
Nezam is an ERP engineering platform built around a domain-specific Business Language. The documentation is written in Markdown and published directly to docs.nezam.ai.
Use this site for three kinds of work:
- Writing ERP modules with fields, tables, messages, functions, services, and tests.
- Understanding how configurable business policy is represented as data instead of hardcoded branches.
- Operating the compiler, runtime, and website deployment packages.
Start here#
Read Getting started first if you are new to the repo. Then use the Business Language overview when you need syntax and modeling guidance.
Documentation map#
| Area | Use it for |
|---|---|
| Start | Orientation, setup, and project layout |
| Guides | ERP modeling rules and practical workflows |
| Language | Business Language syntax and authoring rules |
| Reference | Compiler, runtime, and deployment contracts |
Design principle#
Nezam treats business behavior as tenant and process configuration whenever that behavior can vary by company, country, process, or time. Required configuration must be present; missing configuration is an error.