Skip to content

v0.2.0 — Massive Expansion

Latest

Choose a tag to compare

@deathlegionteamlk deathlegionteamlk released this 21 Jun 05:41

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.md
  • docs/architecture/README.md with 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