Appearance
Guides
Task-focused how-tos. Each page answers one question and follows the same rhythm: what you're building → a complete, real, copy-pasteable example → a line-by-line walkthrough → how to verify it worked → common mistakes → what to read next. Every code sample is a real file under tutorial/example-plugin/ or examples/, kept honest by node developer-docs/examples/test-examples.mjs.
Getting started
- Set up the SDK and connect to an environment
- Create a plugin from scratch
- Use the MCP server with an AI agent
Data
- Add an entity
- Add a data provider, data view, or data service
- Seed config and reference data on install
Screens
- Build a page
- Wire a page's data
- Add a create / edit form
- Add a KPI or aggregation
- Add menus
- Add translations (i18n)
- Make a plugin work on desktop, tablet, and mobile
Logic
Scheduled jobs (no Java)
- Add a scheduled reminder job
- Add a cross-row aggregation job
- Add a cadence-generator job
- Add a compliance-sweep job