diff --git a/README.md b/README.md index 214749b6c2..073cc264df 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,12 @@ 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. +

+Quickstart: Deploy ToolJet server to Heroku and client to Netilify.
+ + +

+ ## Features - Visual app builder with widgets such as tables, buttons, dropdowns and more @@ -19,11 +25,18 @@ ToolJet is an **open-source low-code framework** to build and deploy internal to - Import endpoints from OpenAPI specs - Support for OAuth -## Quickstart -Easiest way to try out ToolJet is by signing up for ToolJet Cloud. Easiest way to deploy ToolJet is Heroku one-click deployment. +## Documentation +The documentation is available at https://docs.tooljet.io + +[Getting Started](https://docs.tooljet.io)
+[Deploying](https://docs.tooljet.io)
+[Datasource Reference](https://docs.tooljet.io)
+[Widget Reference](https://docs.tooljet.io) + ## Contributing -Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to ToolJet. +Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to ToolJet.
+[Contributing Guide](https://docs.tooljet.io/contributing-guide/setup/docker) ## Licence ToolJet is Apache-2.0 licensed.