Everything you need to build niyase plugins: the SDK, the useNiyase() bridge, the manifest, and the submission flow.
What a niyase plugin is, the concept behind the useNiyase() bridge, and the difference between official, certified, and internal plugins.
Scaffold with the niyase-plugin CLI, then build, lint, and run a local preview.
The required fields of manifest.ts declared with defineManifest(), and zod validation.
Plugin-specific tables plg_<scope>_<name>_* and CRUD via niyase.data.
The full useNiyase() bridge surface and audience roles, @niyase/plugin-sdk/ui, and rendering across three apps.
Read core data (employees, departments, spaces) with niyase.core under granted scopes.
The flow of developer registration → namespace claim → niyase-plugin publish → review → publication.
A listing of the niyase-plugin CLI, the useNiyase() bridge, types, and helpers.