Step-by-step tutorials covering the most common Meteorack module patterns.
Build a Meteorack module: install the Hub plugin, scaffold a portable module, and verify it boots.
Access runtime services through SdkContext and the built-in helper traits instead of custom containers or WordPress globals.
Build admin entrypoints with the current scaffolded Vite + React flow and the @meteorack/modules-sdk-ui barrel.
Create project-scoped Meteorack Cache databases, issue connection tokens, and run Redis-compatible commands over REST or RESP.
Subscribe to project-scoped realtime channel aliases and publish developer-facing events without using internal Phoenix topics.
Understand how module failures are isolated and how the runtime exposes safe mode controls.
How to read QuotaDecision responses, the headers attached by rate-limited endpoints, and the retry contract your integration should implement.
Use the actual WP-CLI commands shipped by the runtime to scaffold modules, activate them, inspect status, and manage safe mode.