Note
Workflow kit is a reference implementation of how to build user-defined workflows with Inngest. We recommend using this repo as a reference when designing your own implementation.
Documentation · Blog · Community
Workflow kit is a set of patterns that enable you to build user-defined workflows with Inngest by providing workflow actions to the Workflow Engine while using the pre-built React components to build your Workflow Editor UI.
Workflow kit requires the Inngest TypeScript SDK as a dependency. You can install both via npm
or similar:
npm install @inngest/workflow-kit inngest
The full Workflow kit documentation is available here. You can also jump to specific guides and references:
See Workflow kit in action in fully functioning example projects:
- Next.js Blog CMS - A ready-to-deploy Next.js demo using the Workflow Kit, Supabase, and OpenAI to power some AI content workflows.