ToolJet

Active
GitHub JavaScript AGPL-3.0

Description

Open-source low-code platform for building internal tools, dashboards, business applications, workflows and AI agents with visual drag-and-drop development.

Key Features

  • Visual drag-and-drop builder — 45+ built-in responsive components (tables, charts, lists, forms, progress bars) for complex frontends in minutes
  • 50+ data source integrations — Connect PostgreSQL, MongoDB, Elasticsearch, Stripe, Slack, Google Sheets, Airtable, Notion and more
  • Built-in no-code database — ToolJet Database provides ready-to-use data storage without external database setup
  • Multiplayer real-time editing — Multiple developers edit the same app simultaneously with comments and team member tagging
  • Custom code execution — Embed JavaScript and Python snippets in the builder, transform and join data via query editors
  • Version control & permissions — App version management with structured releases, granular group-level and app-level access control

Use Cases

💡 Internal operations dashboards — Build sales dashboards, inventory management, and KPI tracking panels connected to existing databases
💡 Automated business workflows — Chain multiple SaaS tools (Slack, Stripe, Sheets) for approval processes and data sync automation
💡 Customer management tools — Integrate CRM data sources for customer tracking, ticket management, and support interfaces
💡 DevOps monitoring panels — Connect Elasticsearch and API endpoints for real-time system monitoring and alerting dashboards
💡 AI-enhanced applications — Use built-in JS/Python execution to integrate AI models for intelligent data processing and predictions

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (40.0k stars)
  • Established track record (5 years in production)

⚠️ Limitations

  • Restrictive license (AGPL-3.0)

Categories

Quick Start

```bash
docker run --name tooljet --restart unless-stopped \
  -p 80:80 --platform linux/amd64 \
  -v tooljet_data:/var/lib/postgresql/13/main \
  tooljet/try:ee-lts-latest
# Visit http://localhost:80
```

Related Projects

Budibase

28.2k · TypeScript
Active A

An open-source low-code platform for building AI agents, automations and business applications, model agnostic with drag-and-drop visual development.

workflowtypescriptagent +2
  • · AI Agent builder — Built-in agent engine that understands natural language requests and executes workflows
  • · Drag-and-drop low-code development — Visual business app builder requiring no code
  • · Multi-source integration — Connect databases, AI models, and business apps for cross-system agent actions

Integuru

4.8k · Python
Normal A

The first AI agent that builds permissionless integrations through reverse engineering platforms' internal APIs for cross-platform automation.

workflowpythonagent +2
  • · Automated reverse engineering of platform internal APIs through browser network request analysis
  • · Dependency graph generation for complex API request chains and authentication flows
  • · Runnable Python code generation that hits internal endpoints to perform desired actions

AI Website Cloner

32.2k · JavaScript
Active A+

Clone any website with one command using AI coding agents. Built with Next.js, React, and shadcn-ui with web scraping and automated code generation.

typescriptagentcoding +3
  • · Clone any website with one command — auto-screenshots, extracts design tokens, generates component specs, and builds a Next.js codebase
  • · Multi-phase pipeline: Recon → Foundation → Component Specs → Parallel Build → Assembly & QA for structured engineering workflow
  • · Supports 13 AI coding agents including Claude Code, Codex CLI, Cursor, Copilot, and more