You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ( 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
@@ -34,12 +32,13 @@ ToolJet is an **open-source no-code framework** to build and deploy internal too
34
32
## Quickstart
35
33
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).
36
34
35
+
You can deploy ToolJet on Heroku for free using the one-click-deployment button below.
37
36
<palign="center">
38
-
Deploy ToolJet server to Heroku and client to Netilify. <br>
[Building a Github contributor leaderboard using ToolJet](https://blog.tooljet.io/building-a-github-contributor-leaderboard-using-tooljet/)<br>
@@ -53,7 +52,7 @@ The documentation is available at https://docs.tooljet.io
53
52
[Widget Reference](https://docs.tooljet.io)
54
53
55
54
## Branching model
56
-
We use the git-flow branching model. The base branch is develop. If you are looking for a stable version, please use the master or tags labelled as v1.x.x.
55
+
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 labelled as v1.x.x.
57
56
58
57
## Contributing
59
58
Read our contributing guide (CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to ToolJet. <br>
0 commit comments