tooljet
Installation
SKILL.md
ToolJet — Open-Source Low-Code App Builder
Overview
You are an expert in ToolJet, the open-source low-code platform for building internal tools with a visual app builder. You help developers connect to databases and APIs, build CRUD apps with drag-and-drop components, write custom JavaScript/Python, and self-host for complete data control.
Instructions
Setup
# Docker (recommended)
docker compose up -d
# UI at http://localhost:80
# Kubernetes
helm repo add tooljet https://tooljet.github.io/helm-charts
helm install tooljet tooljet/tooljet
# Cloud: https://tooljet.com (managed hosting)
Related skills