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-07-08 11:10:27 +05:30
.github/ISSUE_TEMPLATE Add gitHub Issue templates and link to slack (#219) 2021-06-10 19:57:02 +05:30
.husky Setup husky and lint-staged 2021-04-30 15:40:48 +05:30
app Add pundit policy for datasources (#380) 2021-07-04 08:35:44 +05:30
bin Setup Rubocop 2021-04-29 12:11:23 +05:30
config Feature/datasource connection pools (#357) 2021-07-07 12:16:19 +05:30
cypress [Tests] Add cypress tests for app folders (#309) 2021-06-25 16:08:19 +05:30
db Fixes Rubocop issues in tests (#359) 2021-07-01 12:54:35 +05:30
deploy Remove frozen_string_literal line from setup script 2021-07-06 12:13:07 +05:30
docker Chore: fix server dockerfile (#307) 2021-06-24 16:40:26 +05:30
docs Bump prismjs from 1.23.0 to 1.24.1 in /docs (#379) 2021-07-04 01:23:27 +05:30
frontend Set default operations for data sources (#378) 2021-07-04 01:21:20 +05:30
lib Feature/datasource connection pools (#357) 2021-07-07 12:16:19 +05:30
log Initial commit for rails API 2021-03-31 19:08:49 +05:30
public Initial commit for rails API 2021-03-31 19:08:49 +05:30
server Initial commit for nestjs 2021-07-08 11:10:27 +05:30
storage Initial commit for rails API 2021-03-31 19:08:49 +05:30
test Feature/datasource connection pools (#357) 2021-07-07 12:16:19 +05:30
tmp Initial commit for rails API 2021-03-31 19:08:49 +05:30
vendor Initial commit for rails API 2021-03-31 19:08:49 +05:30
.dockerignore Fixed JS heap issue on docker-compose 2021-05-26 07:41:12 +05:30
.env.example Feature: Check for updates every 24 hours 2021-06-06 11:11:21 +05:30
.eslintignore ESLint config and a few fixes 2021-04-30 11:44:03 +05:30
.gitattributes Initial commit for rails API 2021-03-31 19:08:49 +05:30
.gitignore Configured cypress to use webpack-dev-server 2021-06-05 09:25:28 +05:30
.prettierignore ESLint config and a few fixes 2021-04-30 11:44:03 +05:30
.prettierrc ESLint config and a few fixes 2021-04-30 11:44:03 +05:30
.rubocop.yml Improves ruby code in app/models/ based on suggestions from RuboCop (#179) 2021-06-01 12:36:13 +05:30
.ruby-version Chore: Update rubyversion to match bundler version (#210) 2021-06-09 14:21:10 +05:30
app.json Add freetds to heroku buildpack (#270) 2021-06-17 18:13:13 +05:30
config.ru Fixes Rubocop issues in tests (#359) 2021-07-01 12:54:35 +05:30
CONTRIBUTING.md Update README.md (#183) 2021-06-07 10:10:43 +05:30
cypress.json [Tests] Add cypress tests for login page (#291) 2021-06-22 23:22:37 +05:30
docker-compose.yaml Bugfix: Separate docker file for development (#250) 2021-06-14 15:27:19 +05:30
Gemfile Feature/datasource connection pools (#357) 2021-07-07 12:16:19 +05:30
Gemfile.lock Feature/datasource connection pools (#357) 2021-07-07 12:16:19 +05:30
LICENSE Added licence text ( GNU GPLv3 ) 2021-06-04 09:44:47 +05:30
netlify.toml Chore: Add rewrite rules to netlify config (#294) 2021-06-22 23:20:08 +05:30
package-lock.json Bump version & fix npm production build issue 2021-06-06 12:39:50 +05:30
package.json Build react app as part of Heroku 1-click deployment (#181) 2021-06-05 13:29:23 +05:30
Procfile Update Procfile to run migrations on release 2021-06-05 14:13:42 +05:30
Procfile.dev Procfile for development 2021-04-29 11:56:13 +05:30
Rakefile Setup Rubocop 2021-04-29 12:11:23 +05:30
README.md Update README.md (#376) 2021-07-03 23:05:58 +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.

GitHub issues GitHub stars 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
  • Import endpoints from OpenAPI specs
  • 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

Getting Started
Deploying
Datasource Reference
Widget Reference

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 labelled as v1.x.x.

Contributing

Read our contributing guide (CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to ToolJet.
Contributing Guide

Licence

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