ai-setup 4 min read

ToolJet AI – Build Full-Stack Enterprise Apps

ToolJet AI is a collaborative low-code platform for building full-stack enterprise internal tools with AI agents. Sign up for early access.

By
Share: X in
ToolJet AI product thumbnail

TL;DR

TL;DR: ToolJet AI is a collaborative low-code platform for building full-stack enterprise internal tools with AI agents — now in early access.

Source and Accuracy Notes

What Is ToolJet AI?

ToolJet AI is an AI-powered evolution of the open-source ToolJet low-code platform. It lets teams build full-stack internal tools — dashboards, admin panels, CRUD apps — through a visual drag-and-drop builder, with AI agents handling logic, data connections, and workflow automation.

Key differentiators:

  • Collaborative agents — multiple AI agents work together, each handling a layer (UI, API, business logic)
  • Visual builder — point-and-click interface for composing apps from pre-built components
  • Native AI copilot — natural language to query, filter, and visualize data
  • Self-hostable — deploy on your own infrastructure (Docker, Kubernetes)

Setup Workflow

Step 1: Request Early Access

Visit https://www.tooljet.ai and sign up for the AI features waitlist. ToolJet AI is currently in early access.

Step 2: Connect Your Data Sources

ToolJet AI supports 30+ data sources out of the box:

# Supported data sources include:
# PostgreSQL, MySQL, MongoDB, REST APIs, GraphQL,
# Google Sheets, Airtable, Slack, S3, and more

Connect via the visual datasource panel — no YAML or JSON config required.

Step 3: Build Your First App

  1. Create a new app from the dashboard
  2. Drag components (tables, charts, forms) onto the canvas
  3. Ask the AI copilot to wire up data queries in plain English
  4. Deploy with one click
# Example AI copilot prompt:
# "Connect the customers table and show me a bar chart of monthly revenue"

Deeper Analysis

Architecture

ToolJet AI runs a multi-agent system where each agent is specialized:

  • UI Agent — generates component trees from natural language
  • Query Agent — translates intent into SQL or API calls
  • Logic Agent — handles conditional workflows and event handlers

Agents communicate via an internal message bus, coordinating to produce a coherent app.

Self-Hosting

For teams requiring data isolation, ToolJet supports self-hosting:

# Docker deployment
git clone https://github.com/tooljet/tooljet
cd tooljet
docker-compose up -d

The self-hosted version includes the visual builder but AI features require connecting your own LLM API keys.

Practical Evaluation Checklist

  • Sign up for early access at tooljet.ai
  • Connect a test database (PostgreSQL recommended)
  • Use the AI copilot to generate a dashboard
  • Test real-time collaboration with a second user
  • Evaluate the query builder for complex filters
  • Check the self-hosting docs for Docker/Kubernetes requirements

Security Notes

  • ToolJet is open-source (MIT license) — audit the codebase yourself
  • Role-based access control (RBAC) is available on paid plans
  • For self-hosted deployments, ensure network isolation and secrets management
  • AI agent prompts are processed by external LLM providers — avoid sending sensitive data in natural language queries without a DPA

FAQ

Q: Is ToolJet AI free? A: ToolJet (the base platform) has a generous free tier. ToolJet AI is in early access with pricing not yet announced. Check the website for updates.

Q: Can I self-host ToolJet AI? A: The base platform is fully self-hostable. AI features require your own LLM API keys when self-hosted.

Q: How does ToolJet AI compare to Retool AI? A: ToolJet AI emphasizes collaboration and open-source transparency. Retool AI is more enterprise-focused with a proprietary model. ToolJet wins on cost control and auditability.

Q: What LLM providers does it use? A: ToolJet AI supports OpenAI, Anthropic, and self-hosted models. Provider selection is configurable per workspace.

Conclusion

ToolJet AI brings AI agent collaboration to the low-code internal tools space. The visual builder + AI copilot combination is compelling for teams that want to ship internal tools fast without sacrificing flexibility. If you are already using ToolJet, the AI features are worth watching. If you need a self-hostable alternative to Retool, this is a strong candidate.

Check https://www.tooljet.ai to join the early access list.