Skip to content

v0.1.0 — Initial Public Release

Choose a tag to compare

@deathlegionteamlk deathlegionteamlk released this 21 Jun 05:13

dliy io v0.1.0

by Death Legion Team

The open-source, self-hostable workflow automation platform. A more powerful and flexible alternative to Zapier.

Features

  • 115+ pre-built integrations across 11 categories (Triggers, AI, Actions, Logic, Code, Databases, Communication, Productivity, DevOps, Transform, Utilities)
  • Visual node editor powered by React Flow with drag-and-drop, multi-handle nodes
  • Real AI integration via GLM-4.6 (z-ai-web-dev-sdk) — LLM and Agent nodes call the live API
  • AI Workflow Builder — describe a workflow in plain English, AI generates the graph
  • Expression engine{{ $json.field }}, {{ $items[0].name }}, {{ $json.value > 100 }} actually evaluate
  • JavaScript + Python code nodes (sandboxed)
  • Command palette (Cmd/Ctrl+K)
  • Dark / light mode toggle
  • Dashboard with KPIs + 7-day activity chart
  • Credentials manager with envelope encryption messaging
  • 6 pre-built workflow templates
  • API Docs explorer with cURL/JS/Python examples
  • Custom Node Builder — visually design a node, export TypeScript SDK code
  • Execution Timeline (Gantt-style)
  • Docker + docker-compose + Helm chart for one-command self-hosting
  • 8 GitHub workflows (CI/CD/security/lint/tests/release/docker)
  • MIT License

Quick Start

git clone https://github.com/deathlegionteamlk/dliy-io.git
cd dliy-io
cp .env.example .env
docker compose up -d
# Open http://localhost:3000

Tech Stack

Next.js 16, TypeScript 5, React Flow, Tailwind CSS 4, shadcn/ui, Prisma ORM, Zustand, Recharts, Sonner, Lucide React.