Documentation · Blog · Community
Workflow Kit enables you to build user-defined workflows with Inngest by providing a set of 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.