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-10-14 13:55:09 +05:30
.github/ISSUE_TEMPLATE Fix typos in issue templates 2021-07-16 07:46: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 Uses double quotes to expand expressions (#1000) 2021-10-13 10:39:59 +05:30
docker Minor correction for production dockerfile 2021-10-04 17:37:46 +05:30
docs [docs] display Kubernetes GKE deployment page (#986) 2021-10-12 09:01:43 +05:30
frontend Remove onclick event of folders (#1038) 2021-10-14 13:50:16 +05:30
server Fixes smtp secure port settings (#1039) 2021-10-14 13:55:09 +05:30
.dockerignore Dev and deploy setup revision (#604) 2021-08-26 20:34:30 +05:30
.env.example Fixes smtp secure port settings (#1039) 2021-10-14 13:55:09 +05:30
.eslintignore Feature: Snowflake integration 🔥 (#996) 2021-10-13 09:35:35 +05:30
.gitignore setup connection options using ormconfig.ts 2021-07-21 18:49:32 +05:30
.version Bump ToolJet version 2021-10-07 13:17:29 +05:30
app.json Heroku stuffs 2021-07-30 09:21:18 +05:30
CONTRIBUTING.md Fixed Broken Links (#962) 2021-10-13 09:29:16 +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
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 Upgrade webpack-cli version to 4.8.0 (#888) 2021-10-04 14:42:33 +05:30
package.json Upgrade webpack-cli version to 4.8.0 (#888) 2021-10-04 14:42:33 +05:30
Procfile run db seed on heroku release 2021-08-03 09:46:55 +05:30
README.md Fixed Broken Links (#962) 2021-10-13 09:29:16 +05:30


Build and deploy internal tools.

ToolJet is an open-source no-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
  • Mobile 📱 & desktop layouts 🖥
  • Dark mode 🌛
  • Connect to databases, APIs, and external services
  • Deploy on-premise ( supports docker, kubernetes, heroku, 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, please proceed to deployment documentation.

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

Examples

Building a Github contributor leaderboard using ToolJet

Documentation

The documentation is available at https://docs.tooljet.io.

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

Read our Contributing Guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to ToolJet.

Contributors

Licence

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