Low-code framework for building 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, Airtable) and use our pre-built UI widgets to build internal tools.
- 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.
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.
GitHub contributor leaderboard using ToolJet
Cryptocurrency dashboard using ToolJet
Documentation is available at https://docs.tooljet.com.
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.
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.
ToolJet ยฉ 2021, ToolJet Solutions Inc - Released under the GNU Affero General Public License v3.0.