vyom18 / ToolJet

ToolJet is an open-source low-code platform for building and deploying internal tools with minimal engineering efforts πŸš€

Home Page:https://tooljet.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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 (PostgreSQL, MongoDB, Elasticsearch, etc.). API endpoints (ToolJet supports importing OpenAPI spec & OAuth2 authorization), 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 comes 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, kindly 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

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 component 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

Licence

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

About

ToolJet is an open-source low-code platform for building and deploying internal tools with minimal engineering efforts πŸš€

https://tooljet.io

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 49.8%Language:TypeScript 27.8%Language:SCSS 21.8%Language:Shell 0.3%Language:Dockerfile 0.2%Language:HCL 0.1%Language:HTML 0.0%