Skip to Content
opensource: v0.5.1 released!

The agent runtime that gets out of your way

The full stack agent runtime and orchestration framework. Agents and UI as graphs. Durable, drop-in, deploy anywhere.

Star on GitHubExplore Docs

This ships in the starter!

The Real Problem

Setting up an agent is the easy part.

The hard parts are what come after.

Fighting abstractions the moment you need more control

Building rich UI/UX around agent workflows

Debugging agents, often across fragmented and proprietary tooling

Iterating on performance switching across dashboards, code and UI

Shipping reliable agents, often locking you into a third party managed hosting

Meeting data privacy requirements (HIPAA, SOC2)

Focus on your agents and business logic. Cascaide handles the rest.

BeforeAfter

The Old Way

AI Orchestration Framework

Build the agent

UI + Runtime Library

Frontend wiring & state, implementing Human In The Loop features

Observability Platform and Data Compliance

Debug & improve performance, often sending data to third parties.

Deployment

Often locks you into the orchestrator's service

Multiple Languages

Context-switching overhead

Dense Abstractions

Hard to learn, hard to debug

With Cascaide

cascaide-ts

23kb gzipped core. 46kb total for full stack agents. Dev stack agnostic.

UI-First by Design

UI components are first class citizen, no more glude code.

Built-in Observability, Data Compliance

Traces on your DB, out of the box, chrome extension for development debugging.

Deploy Like Any App

No custom infra. Serverless-ready.

Your entire app in Typescript

No more context switching.

Simple Abstraction, Don't Take Our Word

Plain programmatic control gets you so much.

Drag to compare

Built for the full lifecycle.
Not just the happy path.

agent.ts
DevX
1
2import { createReactAgent } from '@cascaide-ts/helpers';
3import { Tools, SYSTEM_PROMPT } from '@/bubbles/searchAgent';
4
5export const searchAgentNodes = {
6 ...createReactAgent('search', {
7 provider: 'gemini-genai',
8 model: 'gemini-3-flash-preview',
9 systemPrompt: SYSTEM_PROMPT,
10 isStreaming: true,
11 env: 'server',
12 tools: [Tools]
13 }).nodes,
14};

Quickstart: Agent Helper

DevX

Build AI Agents Natively.

Learn Fast

Sketch agents as graphs. Write UI code, define agents as async functions returning the next node. Drop into a JSON object. Done.

Single Language, Single Codebase

Build your entire AI workflow in one place (if you wish), in one language. Zero context switching between orchestration, UI, and backend.

UI As First Class Citizen

Human-in-the-loop is the core foundation, not a secondary add-on. No extra UI library and glue to learn.

DevX
Quickstart
View Demo

Quickstart

DevX

Stay Light, Bring Your Own Web Stack, Extend For Your Needs

Tiny Bundle

23 KB gzipped core. Small enough to actually understand.

Stack Agnostic

Next.js, React + Express, Hono, Fastify. Bring your preferred web stack — more adapters shipping soon.

Easily Extensible

Extend for custom capabilities like auth via familiar middleware patterns. No proprietary plugin system to learn.

Multi Agent System | UI/UX
View Demo

Supervisor Multi Agent System | Sub Agent Takes HITL Approval

UX Possibilities

Build Rich UI The Native Way

UX Possibilities

Design rich user experiences that go far beyond basic chat interfaces. Your UI, your component library, your design system.

Build Agent UI With Just Two Hooks

Control and observe your agents with two simple hooks.

Simple Mental Model

UI are just nodes in your agent graph. Cascaide takes care of everything else.

Observability
View Demo

Sonar Lite For Production Observability

Observability

Inspect every state and decision.

Production Observability

All agent traces on your database. A drop-in React component gives you a full trace explorer out of the box.

Development Observability

Redux DevTools integration during development. Inspect every state transition, action, and agent decision.

Time-Travel Debugging

Full observability with out-of-the-box rollback and state forking. Rewind any agent run.

Economics

Vercel deploy + first query

🎬 Upcoming: git push → Vercel deploy → open the agent → ask a live question. Entire flow under 90 seconds.

Economics

Scale Without Worries, Ship Without Pain.

Zero Orchestration Cost Overhead

You should only have to pay for your compute. Run production workloads without orchestration overhead eating into your margins.

The Talent Multiplier

Transform your web development team into AI engineers without specialized hiring.

Deployment Ease

Deploy anywhere you already deploy. No special agent hosting required.

Audit Logs
View Demo

Audit Logs

Durability and Compliance

Durable By Design, Compliant By Architecture

Enterprise Durability

Every workflow step is persisted to your database. Your state is always recoverable with no new infrastructure overhead.

Rich Agent Audit Logs

Every node execution is logged with inputs, outputs, and timestamps. A free drop-in app gives you a full production dashboard out of the box.

Your Data, Your Rules

All agent traces live on your database under your control. Gives you the technical foundation for HIPAA, SOC2, and other compliance frameworks.

 
 
 
 
 

Writing Cascaide applications is as easy as writing JS/TS. No magic, no custom DSL, no dense abstractions.

Dear Devs

Develop AI applications like any other webapp. Designed to leverage your existing competence. Opensource, forever.

Learn about the architecture

Dear Founders

Transform your full stack engineers into AI Engineers overnight. Forget about data compliance worries. Scale your product without the specialized hiring overhead.

Ready to build durable AI?

Join the developers building production-grade agentic workflows without the complexity.

v0.5.1 is Open Source Now