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-05-25 01:06:13 +05:30
.husky Setup husky and lint-staged 2021-04-30 15:40:48 +05:30
app Feature: Scan query for AWS DynamoDB tables 2021-05-24 21:50:50 +05:30
bin Setup Rubocop 2021-04-29 12:11:23 +05:30
config Update database.yml to support k8s secrets 2021-05-23 11:27:32 +05:30
db Feature: Endpoint to list folder apps 2021-05-19 14:42:10 +05:30
deploy/kubernetes [Docs] Update outdated tutorial docs, add gifs 2021-05-24 19:55:48 +05:30
docker Setup docker-compose for local development 2021-04-29 15:29:25 +05:30
docs [Docs] Fix broken links 2021-05-24 21:13:56 +05:30
frontend Remove outline of table search field 2021-05-24 22:28:56 +05:30
lib Change JWT expiry to 30 days 2021-05-03 18:21:10 +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
storage Initial commit for rails API 2021-03-31 19:08:49 +05:30
test Policy changes and tests for folders 2021-05-19 21:09:34 +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 Add .env to dockerignore 2021-05-23 09:46:38 +05:30
.env.example Feature: Option to disable use signups using env 2021-05-16 22:26:48 +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 Setup husky and lint-staged 2021-04-30 15:40:48 +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
.ruby-version Initial commit for rails API 2021-03-31 19:08:49 +05:30
app.json Heroku one click ( server ) (#137) 2021-04-29 19:51:22 +05:30
config.ru Setup Rubocop 2021-04-29 12:11:23 +05:30
CONTRIBUTING.md Corrections in CONTRIBUTING.md 2021-05-25 01:06:13 +05:30
docker-compose.yaml Setup docker-compose for local development 2021-04-29 15:29:25 +05:30
Gemfile Paginate apps on dashboard 2021-05-19 12:06:18 +05:30
Gemfile.lock Paginate apps on dashboard 2021-05-19 12:06:18 +05:30
netlify.toml Deploy config for netlify 2021-04-30 07:53:50 +05:30
package.json Setup husky and lint-staged 2021-04-30 15:40:48 +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 broken images in readme 2021-05-24 22:26:47 +05:30


Built and deploy internal tools.

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 ) and use our pre-built UI widgets to build internal tools.

Quickstart: Deploy ToolJet server to Heroku and client to Netilify.


Features

  • Visual app builder with widgets such as tables, charts, modals, buttons, dropdowns and more
  • 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 TooJet, please proceed to deployment documentation.

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

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.
Contributing Guide

Licence

ToolJet is Apache-2.0 licensed.