Integrate, configure, and deploy Platformatic Watt for Node.js and PHP applications.
Use when users ask to:
- "add watt", "setup watt", "integrate watt", "configure watt"
- "deploy with watt", "containerize my app", "deploy to kubernetes"
- "migrate to watt", "port my app to watt"
- "create watt.json", "configure platformatic"
- "wattpm", "wattpm create", "wattpm inject", "wattpm logs"
- use wattpm CLI commands, manage running applications
- work with Node.js application servers
- run PHP, WordPress, or Laravel in Node.js
Supports Next.js, Nuxt, React Router, TanStack Start, Vite, Express, Fastify, Koa, Remix, Astro, NestJS, PHP, WordPress, and Laravel.
workflow
platformatic/skills
Build applications that use the Vercel Workflow SDK against a self-hosted
Platformatic Workflow Service via `@platformatic/world`.
Use when users ask to:
- "add workflow to my app", "use workflow sdk", "self-host vercel workflow"
- "set up @platformatic/world", "platformatic world", "PLT_WORLD_SERVICE_URL"
- "trigger a workflow run", "start a workflow", "resume a hook"
- "wire workflow in Next.js", "instrumentation.ts for workflow"
- "use workflow with Fastify", "@platformatic/workflow-fastify"
- "workflow build --target standalone", "callback handlers", ".well-known/workflow"
- "queue handler", "world.start()", "register handlers"
Covers `@platformatic/world` (the World adapter), the Vercel Workflow SDK
`'use workflow'` / `'use step'` authoring model, framework wiring
(Next.js via `instrumentation.ts`, Node/Express/etc. via explicit
`world.start()`), and the optional `@platformatic/workflow-fastify` plugin
for mounting standalone-build handlers on Fastify.
Does NOT cover deploying or operating the Workflow S