Introduction
Learn what Devset is, how it works, and why local-first matters for testing event-driven systems.
Quickstart
Get Devset running in under 5 minutes with Docker and send your first message to a broker.
Flow Builder Guide
Compose multi-step event pipelines visually on a drag-and-drop canvas.
API Reference
Explore the Workflow DSL engine API to drive Devset programmatically or from CI.
Get up and running
Follow these four steps to go from zero to running your first workflow.Install Devset
Pull and start the Devset container with a single Docker command. Mount a named volume so your data persists across restarts.
Open the UI
Navigate to http://localhost:8082 in your browser. The Devset UI is served directly from the same port as the backend — no separate frontend process needed.
Connect a broker
Open Settings and add a Kafka or RabbitMQ connector. Point it at your running broker and save. Devset will validate the connection and make it available across all features.