Skip to content

Ecosystem ​

The Atscript stack is built on three layers:

  • .as files — the single source of truth for data models, metadata, and validation rules.
  • HTTP / API runtime — wooksjs and moostjs carry routing, controllers, decorators, and adapters.
  • Everything else is generated from the model — TypeScript types, runtime validation, DB schema, REST endpoints, forms, smart tables, and multi-step workflow flows all derive from your .as files.

Status labels ​

  • Available today — documented and production-ready.
  • Planned — directionally important, not yet shipped.
  • Early — available to explore, docs or workflow may be incomplete.

Get started ​

Released under the MIT License.