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

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