Releases: deathlegionteamlk/dliy-io
Releases · deathlegionteamlk/dliy-io
Release list
v0.2.0 — Massive Expansion
v0.2.0 — Massive Expansion
📁 Monorepo Structure (261 folders)
Full monorepo layout matching the originally-requested directory tree:
- apps/ (16) — web, api, worker, webhook, gateway, admin, docs-site, marketplace, status-page, billing, analytics, cloud-console, desktop, mobile, onboarding, support-center, auth-portal
- packages/ (57) — workflow-sdk, execution-engine, expression-engine, ai-sdk, ai-agents, ai-rag, ai-orchestrator, sandbox-runner, rbac, abac, telemetry, billing-core, marketplace-sdk, design-system, and 44 more
- services/ (17) — auth, user, workspace, workflow, execution, webhook, credential, notification, billing, analytics, ai, search, marketplace, support, audit, storage, licensing
- integrations/ (21) — google, microsoft, slack, discord, github, gitlab, stripe, paypal, openai, anthropic, aws, azure, gcp, hubspot, salesforce, notion, airtable, mongodb, mysql, postgres, redis
- nodes/ (19 categories), credentials/ (6), database/ (7), infrastructure/ (15), scripts/ (7), docs/ (9), examples/ (4), templates/ (4), tests/ (7), security/ (4)
✨ New App Features (7 new views)
- Marketplace — Browse 12 community-contributed nodes, templates, and integrations with one-click install
- Webhook Inspector — Live auto-capturing webhook request viewer with cURL export and replay
- Scheduled Jobs — Cron trigger dashboard with pause/resume/run-now controls
- Audit Log — Tamper-evident activity trail with CSV export, search, and category filtering
- Analytics — KPIs, latency percentiles (p50/p95/p99), token usage pie chart, per-workflow bar chart, cost breakdown table
- Vector DB & RAG — Document upload, vector indexes, retrieval testing UI
- API Tokens — Personal access token CRUD with scoped permissions and expiration
🛠️ New Project Config
pnpm-workspace.yaml+turbo.json(monorepo build orchestration).changeset/config.json(versioned releases).storybook/main.ts(component playground).devcontainer/devcontainer.json(VS Code remote dev).vscode/{settings,launch,extensions,tasks}.json.husky/{pre-commit,pre-push}hooks.github/ISSUE_TEMPLATE/{bug_report,feature_request,integration_request}.md.github/DISCUSSION_TEMPLATE/q_and_a.mddocs/architecture/README.mdwith system diagram
📊 Stats
- 115+ node integrations in the visual editor
- 17 sidebar views (up from 10)
- 261 folders in the monorepo
- 95 source files in src/
- Real AI via GLM-4.6, expression engine, command palette, dark mode — all carried over from v0.1.0
By Death Legion Team
v0.1.0 — Initial Public Release
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:3000Tech Stack
Next.js 16, TypeScript 5, React Flow, Tailwind CSS 4, shadcn/ui, Prisma ORM, Zustand, Recharts, Sonner, Lucide React.