Skip to content

Workflow Kit

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.

Installing

shell
npm install @inngest/workflow-kit inngest
shell
pnpm add @inngest/workflow-kit inngest
shell
yarn add @inngest/workflow-kit inngest

Callout: PrerequisitesThe Workflow Kit integrates with our TypeScript SDK.To use it, you'll need an application with Inngest set up, ready to serve Inngest functions.

Source code

Our Workflow Kit is open source and available on Github as inngest/workflow-kit.

Guides and examples

Get started with Worflow Kit by exploring our guide or cloning our Next.js template:

"Guide: Build workflows configurable by your users": Follow this step-by-step tutorial to learn how to use Workflow Kit to add automations to a CMS Next.js application.

"Next.js template: CMS AI automation demo": This Next.js template features AI workflows helping with grammar fixes, generating Table of Contents or Tweets.