Scripts2026年5月14日·1 分钟阅读

ILLA Builder — Open Source Low-Code Internal Tool Platform

Build internal tools, dashboards, and CRUD apps visually with ILLA Builder. Connect to PostgreSQL, MySQL, MongoDB, REST APIs and more. Self-hostable React-based low-code platform.

Agent 就绪

这个资产可以被 Agent 直接读取和安装

TokRepo 同时提供通用 CLI 命令、安装契约、metadata JSON、按适配器生成的安装计划和原始内容链接,方便 Agent 判断适配度、风险和下一步动作。

Stage only · 29/100Stage only
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Stage only
信任
信任等级:Established
入口
ILLA Builder
通用 CLI 安装命令
npx tokrepo install e4eb5a68-4fd2-11f1-9bc6-00163e2b0d79

Introduction

ILLA Builder is an open-source low-code platform for building internal tools such as admin panels, dashboards, and CRUD applications. It provides a drag-and-drop interface with dozens of pre-built components and native connectors for popular databases and APIs.

What ILLA Builder Does

  • Drag-and-drop UI editor with 40+ components (tables, charts, forms, modals)
  • Native connectors for PostgreSQL, MySQL, MongoDB, MSSQL, Redis, Supabase, and REST/GraphQL APIs
  • JavaScript transformers to shape query results before binding to components
  • Role-based access control for multi-user collaboration
  • Workflow automation with schedule and webhook triggers

Architecture Overview

ILLA Builder is a TypeScript monorepo with a React-based frontend editor and a Go backend that manages resources, user sessions, and query execution. The builder compiles each app into a deployable artifact. Data connections run server-side so credentials never reach the browser.

Self-Hosting & Configuration

  • Deploy via Docker Compose with the official illa-builder image
  • Set ILLA_PG_ADDR and ILLA_PG_PASSWORD for the metadata database
  • Configure SMTP for email invitations
  • Reverse proxy with Nginx or Caddy for HTTPS termination
  • Supports horizontal scaling behind a load balancer

Key Features

  • Real-time collaborative editing across team members
  • Hugging Face integration for embedding AI models into tools
  • Event handlers for inter-component communication
  • Built-in audit log for compliance
  • One-click deploy from the editor to production

Comparison with Similar Tools

  • Appsmith — similar feature set but ILLA has tighter Hugging Face integration and a lighter Docker footprint
  • Retool — commercial leader; ILLA is fully open-source and self-hostable
  • Budibase — focuses on data-centric apps; ILLA leans more toward flexible UI composition
  • ToolJet — comparable connectors; ILLA offers workflow scheduling out of the box

FAQ

Q: Is ILLA Builder free for commercial use? A: Yes. It is released under the Apache 2.0 license.

Q: Which databases are supported out of the box? A: PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Redis, Supabase, ClickHouse, and generic REST/GraphQL endpoints.

Q: Can I embed custom JavaScript in components? A: Yes. Every component supports JS expressions for data binding and transformers for query post-processing.

Q: Does it support SSO? A: The self-hosted edition supports OAuth 2.0 providers for single sign-on.

Sources

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产