The quickest and easiest way to add a Zapier-like workflow UI experience to your product. Define actions in your backend and expose a Workflow UI using pre-built React components.
[!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: