Create AI workers with instructions and strict steps. They write code, design pages, draft docs -- and pass output between each other like a real team. Except nobody's in a meeting right now.
Open source · MIT · Self-deployed · Only dependency: Claude Code
Each worker is a flow: a sequence of steps with instructions, model selection, and rules about what it can and can't do. Output passes from one task to the next. You pause where you want to review. The rest runs on autopilot.
Build workers visually. Drag steps, switch models, control what context each step sees. No YAML. No config files. If you can configure a Notion template, you can build an AI worker.
Only dependency: Claude Code. Plug in local LLMs via LM Studio for embedding, RAG, or anything Claude shouldn't handle.
git clone git@github.com:ilyador/workstream.git && cd workstream && pnpm install
npx supabase start && npx supabase db reset && pnpm dev
open http://localhost:3000
"Built by a developer who spent more time configuring Jira than writing code. So he quit Jira and hired AI to do the work instead."~ The README, honestly
Open source. Free forever. MIT licensed.
Get WorkStream on GitHubgit clone git@github.com:ilyador/workstream.git