my-awesome-plugin/ ├─ src/ │ ├─ index.ts │ └─ routes.ts ├─ package.json └─ plusagency-plugin.json # metadata for marketplace # In the plugin directory npm install npm run dev # hot‑reload with ts-node The backend automatically discovers plugins in plugins/ at start‑up. If you add a new plugin while the stack is running, just restart the backend:
# 4️⃣ Verify open http://localhost:8080 # admin UI curl -X POST http://localhost:8080/graphql \ -H "Content-Type: application/json" \ -d '"query":" __schema queryType name "' | jq .
# 3️⃣ Verify the layout tree -L 2 . You should see: