Back to browse
GitHub Repository

Typescript Workflow builder, optimized for use in Coding Agents

6 starsTypeScript

Terse, TypeScript First Workflow Builder

by thomask1995·Jun 2, 2026·3 points·0 comments

AI Analysis

●●SolidBig BrainShip It

Type-safe SDK generation catches invalid jobs at compile time before n8n does.

Strengths
  • Generated TypeScript SDK means invalid workflow jobs fail at compile time
  • Mixes deterministic tool calls with agentic loops in the same workflow
  • Built for Claude Code integration from the ground up, not bolted on
Weaknesses
  • Beta stage with limited integrations compared to n8n and Zapier
  • Workflow automation is crowded — n8n, Zapier, Langflow, and ComfyUI all compete
Target Audience

Developers building AI workflows who prefer code over visual builders

Similar To

n8n · Zapier · Langflow

Post Description

Hi!

After months of building, we are now opening up Terse for beta/early access and made our repo public.

Terse is an Open Source (SU License) typescript first Zapier/n8n alternative built to work with Claude Code from the ground up.

We found that UI Workflow builders aren’t great for complex tasks and that developers (and now Sales Engineers!) much prefer staying in IDE’s + Claude Code + terminal. In addition, AI struggles at building complex GUI based workflows since it isn’t native code.

After integrating your tools, Terse will trigger a codegen and give you a strongly types SDK of you workspace. Every Slack Channel, Github Repo etc.. will have a corresponding type. Invalid jobs simply won’t compile.

In our beta, you can:

- Integrate tools and created a typed SDK of your Org. - Create jobs directly in your Cli/IDE with our Typescript SDK. - Trigger jobs with our in-house integration: Slack, Github, Linear etc… or our typed Webhook trigger - Deploy jobs serverlessly (we use Modal to host all jobs in their own sandbox). - Use our Skill to create, debug and improve your workflows with ease. - Use our AI Gateway (TerseAgent) to access your orgs workspace content. (Heavy ACL/guardrails built in). - Monitor all of your worklows directly with our cli or our web app. The web app also provides some lightweight Airflow-esque features such as manually triggering + re-running jobs.

We also have our Self-hosted option (Docker image) that allows you to use our product for free locally. We strip out the modal support and run jobs in child processes on your machine. Great to try the product without having to worry about integrating tools to a 3rd party. For more info about our hosting options, see: https://docs.useterse.ai/hosting.

Would love to hear feedback from the community. We are super early and we appreciate you giving us a shot.

Similar Projects

Developer Tools●●Solid

Alyt – type-safe multi-provider analytics SDK

YAML→TypeScript codegen for analytics prevents typos and centralizes event definitions.

Solve My ProblemBig Brain
jrandolf
103mo ago
Developer Tools●●Solid

Open-Source Workflow Builder SDK

Workflow editor UX without Zapier lock-in—your backend handles execution.

Niche GemBig Brain
maciek996
302mo ago