Let's Begin
Download
Learn how to download and run Workflow Kit locally.
Reduced Version
If you haven't purchased Workflow Kit yet, you can explore a reduced version of the codebase on GitHub to get a feel for how it's structured.
👉 Workflow Kit — Reduced Version
Full Version
If you have already purchased Workflow Kit, the full version is ready for you to download. Use the link below to access the complete codebase and get started.
👉 Workflow Kit — Full Version
Once downloaded, install the dependencies:
npm install
Then run the project:
npm run dev
Next Steps
To understand how Workflow Kit is structured internally and how each part works together, continue with the architecture section.