mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
Merge branch 'main' of github.com:ToolJet/ToolJet into main
This commit is contained in:
commit
d88c90679e
1 changed files with 20 additions and 3 deletions
23
README.md
23
README.md
|
|
@ -5,7 +5,11 @@
|
|||
</p>
|
||||
|
||||
|
||||
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, Redis, etc ), API endpoints ( ToolJet supports importing OpenAPI spec & OAuth2 authorization) and external services ( like Stripe, Google Sheets ) and use our pre-built UI widgets to build 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.
|
||||
|
||||
<p align="center">
|
||||
<img src="https://blog.tooljet.io/content/images/2021/05/adding-table.gif"/>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
Quickstart: Deploy ToolJet server to Heroku and client to Netilify. <br>
|
||||
|
|
@ -13,18 +17,31 @@ Quickstart: Deploy ToolJet server to Heroku and client to Netilify. <br>
|
|||
<a href="https://app.netlify.com/start/deploy?repository=https://github.com/tooljet/tooljet/tree/main"><img src="https://www.netlify.com/img/deploy/button.svg" /></a>
|
||||
</P>
|
||||
|
||||
<hr>
|
||||
|
||||
|
||||
## Features
|
||||
|
||||
- Visual app builder with widgets such as tables, buttons, dropdowns and more
|
||||
- Visual app builder with widgets such as tables, charts, modals, buttons, dropdowns and more
|
||||
- Connect to databases, APIs and external services
|
||||
- Deploy on-premise
|
||||
- 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
|
||||
|
||||
<hr>
|
||||
|
||||
## Quickstart
|
||||
The easiest way to get started with ToolJet is by creating a [ToolJet Cloud](https://tooljet.io) account. ToolJet Cloud offers a hosted solution of ToolJet. If you want to self-host TooJet, please proceed to [deployment documentation](https://docs.tooljet.io/docs/setup/architecture).
|
||||
|
||||
## Examples
|
||||
[Building a Github contributor leaderboard using ToolJet](https://blog.tooljet.io/building-a-github-contributor-leaderboard-using-tooljet/)<br>
|
||||
|
||||
## Documentation
|
||||
The documentation is available at https://docs.tooljet.io
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue