N NezamDocumentation

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#

AreaUse it for
StartOrientation, setup, and project layout
GuidesERP modeling rules and practical workflows
LanguageBusiness Language syntax and authoring rules
ReferenceCompiler, 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.

Source: packages/business/docs/index.md