ToolJet is the open-source foundation of ToolJet AI - the enterprise app generation platform for building internal tools, dashboard, business applications, workflows and AI agents 🚀
Find a file
2021-12-23 07:24:37 +05:30
.github Fix: CI concurrency run (#1568) 2021-12-13 21:42:13 +05:30
.husky Setup husky and lint-staged 2021-04-30 15:40:48 +05:30
.vscode Fix linting errors across the app (#785) 2021-09-21 19:18:28 +05:30
cypress [Cypress] Fix existing tests on Editor (#728) 2021-09-15 08:21:56 +05:30
deploy Docs: Azure K8s deployment (#1517) 2021-12-07 00:39:46 +05:30
docker increase node heap memory (#1432) 2021-11-20 06:55:54 +05:30
docs [Docs] Audit logs (#1605) 2021-12-22 17:26:41 +05:30
frontend [Feature] : SendGrid integration (Datasource API) (#1608) 2021-12-22 17:23:45 +05:30
server Bump ToolJet version 2021-12-22 17:27:30 +05:30
.dockerignore Dev and deploy setup revision (#604) 2021-08-26 20:34:30 +05:30
.env.example Feature: Collaboration ( realtime comments for canvas ) 🔥 (#810) 2021-11-01 12:58:03 +05:30
.eslintignore Revert "Feature: Snowflake integration (#996)" (#1046) 2021-10-14 22:10:18 +05:30
.gitignore setup connection options using ormconfig.ts 2021-07-21 18:49:32 +05:30
.nvmrc Add nvmrc config file (#1117) 2021-10-18 09:00:01 +05:30
.version Bump ToolJet version 2021-12-22 17:27:30 +05:30
app.json Feature/disable password login (#1585) 2021-12-15 22:53:07 +05:30
CONTRIBUTING.md Fixes typos (#1298) 2021-10-27 16:51:54 +05:30
cypress.json Cypress: Added 'createAppIfEmptyDashboard' method to before hook and fixed widget tests. (#704) 2021-09-12 09:52:29 +05:30
docker-compose.yaml Application logger using pino (#600) 2021-08-25 22:13:18 +05:30
heroku-postdeploy.sh Chore: Support heroku review apps (#1560) 2021-12-13 13:49:50 +05:30
LICENSE Switch to AGPL license (#854) 2021-09-28 12:37:26 +05:30
netlify.toml Chore: Add rewrite rules to netlify config (#294) 2021-06-22 23:20:08 +05:30
package-lock.json add lint-staged as dev deps and remove husky object from package.json (#1129) 2021-10-19 10:21:01 +05:30
package.json Chore: Support heroku review apps (#1560) 2021-12-13 13:49:50 +05:30
Procfile run db seed on heroku release 2021-08-03 09:46:55 +05:30
README.md Update README.md 2021-12-23 07:24:37 +05:30


ToolJet is an open-source low-code framework to build and deploy internal tools quickly without much effort from the engineering teams. You can connect to your data sources, such as databases (like PostgreSQL, MongoDB, Elasticsearch, etc), API endpoints (ToolJet supports importing OpenAPI spec & OAuth2 authorization), and external services (like Stripe, Slack, Google Sheets, Airtable) and use our pre-built UI widgets to build internal tools.

Docker Cloud Build Status GitHub contributors GitHub issues GitHub stars GitHub closed issues GitHub pull requests GitHub release (latest by date) GitHub commit activity GitHub license

Features

  • Visual app builder with widgets, such as tables, charts, modals, buttons, dropdowns, and more.
  • All widgets are responsive
  • Mobile 📱 & desktop layouts 🖥
  • Dark mode
  • Connect to databases, cloud storages and APIs.
  • Deploy on-premise (supports Docker, Kubernetes, Heroku, AWS EC2, Google Cloud Run, and more).
  • Granular access control on organization-level and app-level.
  • Write JS code almost anywhere in the builder.
  • Query editors for all supported data sources.
  • Transform query results using JS code.
  • All the credentials are securely encrypted using aes-256-gcm.
  • ToolJet acts only as a proxy and doesn't store any data.
  • Support for OAuth.

Quickstart

The easiest way to get started with ToolJet is by creating a ToolJet Cloud account. ToolJet Cloud offers a hosted solution of ToolJet. If you want to self-host ToolJet, kindly proceed to deployment documentation.

You can deploy ToolJet on Heroku for free using the one-click-deployment button below.

Examples

GitHub contributor leaderboard using ToolJet
Cryptocurrency dashboard using ToolJet
WhatsApp CRM using ToolJet
AWS S3 file explorer

Documentation

Documentation is available at https://docs.tooljet.com.

Branching model

We use the git-flow branching model. The base branch is develop. If you are looking for a stable version, please use the main branch or tags labeled as v1.x.x.

Contributing

Kindly read our Contributing Guide to learn and understand about our development process, how to propose bug fixes and improvements, and how to build and test your changes to ToolJet.

Contributors

Licence

ToolJet © 2021, ToolJet Solutions Inc - Released under the GNU Affero General Public License v3.0.