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
Kavin Venkatachalam 7f702c1d6b
[Feature]: Added Localisation (#3746)
* Added localisation

* Closed modal after language selection

* updated transaltaion setup

* Updated language tooltip

* Added fallback language support

* Adding english library resource for translation (#3844)

* Adding English dictionary for the widget lists in the inspector

* added leftSideBar object in en.json and implemented it for leftSidebar icon text

* renamed leftSideBar to leftSidebar and added resources for tip in the left side bar

* added english translation resources for leftsidebar debugger

* added english language resources for the global settings

* added english language resources for data sources in left sidebar

* added english language resources for the share button and share modal in the editor

* added english language resources for release button, manageOrgUsers, appVersionManager

* added english language resources for Queries and Please select a widget to inspect in the editor

* added english language resources for data source list , data source manager, and query manager(partially)

* added english language resources for queryManager, transformation, preview

* added english language resources for dark mode toggle in the headers inside homepage

* added fallback message for dark mode toggle

* added resources for language change in the headers inside homepage

* added resources for notification center in the header inside homepage

* added resources for organization and manage users components in header inside homepage

* added resources in manageGroupPermission

* added resources for manageGroupPermissionsResources component

* added resources for manageSSO and generalSettings components

* added resources for google sso

* added resources for github sso

* added resources for environment variables in manageSSO

* added resources for profile and setting page

* added resources for app card and app card menu

* added resources for folder section and app list in homepage

* added resources for header section in the homepage

* added resources for pagination in homepage

* added resources for modals in the homepage

* added resources for blank page

* added resources for login page

* added resources for forgot password page

* added resources for sign up page

* added resources for onBoarding component

* added resources for reset password page

* deleted duplicate key for readDocumentation

* deleted duplicate key for cancel in en.json and added translation for cancel at few places

* removing duplicate copy of save key in en.json

* added translation for CommentActions.jsx components

* deleted duplicate copy of search key in en.json and added resources for create and search queries , select keys

* fix typo errors

* fixed typo errors

* shorten the key for loginAndSignUpAndForgotPassword to loginSignupPage in en.json file and related files

* shorten the key noLoginMethodsEnabledForThisWorkspace to noLoginMethodsEnabled

* shorten the key pleaseCheckYourEmailForConfirmationLink to emailConfirmLink

* shorten the key dontHaveAccountYet to dontHaveAccount

* shorten keys from loginSignupPage key in en.json

* shorten keys of shareModal nested object in en.json

* shorten the key in appVersionManager nested object

* shorten the keys for queryManager nested object in the en.json

* delete duplicate copy of environmentVar and shorten manageEnvironmentVariables,environmentVariables

* shorten keys in the organization nested object

* shorten keys in the homePage nested object in en.json file

* added inspector and eventManager empty object

* added resources to RedirectSSO component

* added resources for OAuth2

* added resources for TemplateCard.jsx

* added resources for TemplateLibraryModal.jsx

* added resources for ConfirmationPage.jsx

* added resources for ConfirmationPage component

* removed translation in App.jsx file

* added resources for Slack.jsx

* added resources for GoogleSheets.jsx

* added resources for CodeBuilder.jsx

* added resources for CommentBody and CommentFooter

* added resources for TestConnection component

* added resources for AllignButton.jsx

* added resources for Openapi and Stripe components

* added resources for ErrorBoundary

* added resources for Viewer.jsx

* Translation for widgets, table

Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>

* Commented Language selection

* Fixed typos

* Updated fr.json file

Co-authored-by: Manish Kushare <kushare.manish9@gmail.com>
2022-09-14 13:34:49 +05:30
.do add health check on digital ocean deploy template 2022-07-19 23:26:58 +05:30
.github Adds issue template for refactoring (#3801) 2022-08-18 12:41:01 +05:30
.husky Setup husky and lint-staged 2021-04-30 15:40:48 +05:30
.vscode Mailgun integration (#2392) 2022-03-11 08:14:04 +05:30
cli Add tooljet info command to cli (#3345) 2022-06-22 07:26:23 +05:30
cypress-tests Cypress test for button widget happy path (#3776) 2022-09-05 14:06:45 +05:30
deploy Revise docker setup (#3954) 2022-09-05 21:06:11 +05:30
docker Revise docker setup (#3954) 2022-09-05 21:06:11 +05:30
docs [docs] updated new video link (#3998) 2022-09-10 08:55:01 +05:30
frontend [Feature]: Added Localisation (#3746) 2022-09-14 13:34:49 +05:30
plugins Merge branch 'main' into develop 2022-09-08 17:19:17 +05:30
server Merge branch 'main' into develop 2022-09-08 17:19:17 +05:30
.dockerignore Dev and deploy setup revision (#604) 2021-08-26 20:34:30 +05:30
.env.example SSO for GitHub Enterprise self hosted (#3352) 2022-07-29 17:03:42 +05:30
.eslintignore Revert "Feature: Snowflake integration (#996)" (#1046) 2021-10-14 22:10:18 +05:30
.gitattributes Fix: Add git attributes file to standardize EOL characters (#3332) 2022-06-27 13:05:56 +05:30
.gitignore Mailgun integration (#2392) 2022-03-11 08:14:04 +05:30
.nvmrc Add nvmrc config file (#1117) 2021-10-18 09:00:01 +05:30
.version Bump hotfix version 2022-09-08 16:59:31 +05:30
app.json Add deployment platform for telemetry (#3126) 2022-05-26 07:11:56 +05:30
Aptfile Feature/oracledb plugin (#2388) 2022-03-15 08:00:02 +05:30
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2021-12-23 12:45:44 +05:30
CONTRIBUTING.md [docs] Update setup link for macos (#3355) 2022-06-22 07:27:12 +05:30
docker-compose.yaml Revise docker setup (#3954) 2022-09-05 21:06:11 +05:30
heroku-postbuild.sh Move plugins to root (#1728) 2022-01-17 12:38:17 +05:30
LICENSE Switch to AGPL license (#854) 2021-09-28 12:37:26 +05:30
netlify.toml Added configuration to select plugins (#3024) 2022-05-20 19:32:46 +05:30
package-lock.json [Feature]: Added Localisation (#3746) 2022-09-14 13:34:49 +05:30
package.json chore: remove unused modules from root pkg.json (#3847) 2022-09-01 13:32:09 +05:30
Procfile Move plugins to root (#1728) 2022-01-17 12:38:17 +05:30
README.md Run container for root user (#3901) 2022-08-30 12:39:34 +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 Twitter Follow


Visual application builder

2_alt

3 Final_comment_final 5 6

All features

  • Visual app builder: 35+ built-in responsive widgets such as Tables, Charts, Lists, Forms, Progressbars, and more.
  • 20+ data sources: connect to databases, cloud storages and APIs.
  • Desktop & mobile: layout widths can be customised to support different screens.
  • Self-host: (supports Docker, Kubernetes, Heroku, AWS EC2, Google Cloud Run, and more).
  • Collaborate: add comments anywhere on the canvas and tag your team members.
  • Extend with plugins: use our commandline tool to easily bootstrap new connectors.
  • Version control: every application have different versions with proper release cycle.
  • Run JS code: ability custom JavaScript snippets
  • Granular access control on organization-level and app-level.
  • Low-code: write JS code almost anywhere in the builder. For example, the color property of text can be set to status === 'success' ? 'green' : 'red'
  • No-code query editors: for all supported data sources.
  • Join and transform data: transform query results using just JavaScript code.
  • Secure: All the credentials are securely encrypted using aes-256-gcm.
  • Doesn't store data: ToolJet acts only as a proxy and doesn't store any data.
  • SSO: Supports multiple SSO providers

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.

Deploy to DO

Try using Docker

Want to give ToolJet a quick spin on your local machine? You can run the following command from your terminal to have ToolJet up and running right away.

docker run \
  --name tooljet \
  --user root \
  --restart unless-stopped \
  -p 3000:3000 \
  -v tooljet_data:/var/lib/postgresql/13/main \
  tooljet/try:latest

Tutorials and 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.

Self-hosted

You can use ToolJet cloud for a fully managed solution. If you want to self-host ToolJet, we have guides on deploying ToolJet on Kubernetes, AWS EC2, Docker, Heroku and more.

Provider Documentation
AWS EC2 Link
AWS EKS (Kubernetes) Link
GCP GKE (Kubernetes) Link
Azure AKS (Kubernetes) Link
Heroku Link
Docker Link
Google Cloud Run Link

Community support

For general help using ToolJet, please refer to the official documentation. For additional help, you can use one of these channels to ask a question:

  • Slack - Discussions with the community and the team.
  • GitHub - For bug reports and feature requests.
  • Twitter - Get the product updates easily.

Roadmap

Check out our roadmap to get informed of the latest features released and the upcoming ones.

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

License

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