Now in open beta — free to start

Automate anything.
Deploy anywhere.

Casc8 is a visual workflow automation platform built for developers. Connect APIs, AI models, databases, and custom code — no infrastructure to manage.

Start for free 🐳 Self-host with Docker
casc8 — workflow editor
⏱️
Schedule
Every hour
🌐
HTTP Request
GET /api/data
⚙️
Transform
Filter results
🤖
AI Summarize
GPT-4o-mini
📨
Send Email
via Resend
Everything you need

Build flows your way.

20+ node types cover everything from simple API calls to AI pipelines and custom code execution.

🔗
Visual Workflow Builder
Drag-and-drop canvas to connect nodes into powerful multi-step automations in minutes.
🌐
HTTP Requests
Call any REST API, parse JSON responses, and pass data down your workflow automatically.
🤖
AI Nodes
Integrate OpenAI, Groq, Anthropic, and more with a single config — no code required.
Code Execution
Run arbitrary JavaScript inside a sandboxed node with full access to upstream data.
⏱️
Scheduled Triggers
Cron-style scheduling to fire workflows at any interval, from every minute to monthly.
🪝
Webhook Triggers
Generate a unique URL per workflow — POST to it from any external service to trigger a run.
🔀
Branching & Logic
If/else conditions, loops, and transformations to handle complex business logic.
📊
Execution History
Full execution logs with input/output at every node — debug in seconds, not hours.
Two ways to run Casc8

SaaS or self-hosted.
Your choice.

Use our cloud for zero-infrastructure automation, or deploy on your own server for full data control.

☁️

Managed SaaS

Sign up and start building in 30 seconds. No servers, no Docker, no maintenance — we handle everything.

  • Free tier — 100 executions/month
  • Pro from €29/month
  • Always up-to-date
  • Email verification & SSO
  • 99.9% uptime SLA on Pro+
Create free account →
🐳

Self-Hosted

Run Casc8 on your own infrastructure. One Docker Compose command — full control, your data stays local.

  • Free & open to self-host
  • No usage limits (you control hardware)
  • Air-gapped / private network support
  • SELF_HOSTED mode disables public signup
  • SQLite-powered, single file DB
services:
  casc8:
    image: ghcr.io/casc8/casc8:latest
    restart: unless-stopped
    ports:
      - "3000:3000"
    volumes:
      - casc8_data:/data
    environment:
      - NODE_ENV=production
      - SESSION_SECRET=change_me_32_chars_minimum
      - SELF_HOSTED=true

volumes:
  casc8_data:
📄 View Dockerfile🐋 Docker Hub
Simple pricing

Start free, scale as you grow.

No credit card required to get started. Upgrade or cancel any time.

Free
€0 / forever
  • 100 executions / month
  • Unlimited workflows
  • All node types
  • HTTP & webhook triggers
  • Community support
Get started free
Pro
€29 / per month
  • 10,000 executions / month
  • Everything in Free
  • AI nodes (OpenAI, Groq…)
  • Priority execution queue
  • Email & chat support
Start Pro
Team
€99 / per month
  • 100,000 executions / month
  • Everything in Pro
  • Team workspaces
  • Multi-member collaboration
  • Dedicated support
Start Team

Ready to automate?

Build your first workflow in minutes. No credit card needed.

Get started for free →