ToolJet/docs/versioned_docs/version-2.36.0/tutorial/creating-app.md
Karan Rathod 11d38325cb
[docs]:App builder 1.6 updates (#9514)
* add app-builder doc updates on Table and themes

* breakdown chart docs in two parts and add custom css for headers

* update chart example images and add more examples

* revamp table component and minor fixes

* fix typos

* fix table formatting for docusarus v3

* fix filepicker table

* create new version

* fix grammar and tables
2024-04-26 15:17:51 +05:30

1.3 KiB

id title
creating-app Creating new app

Creating new app

:::info Apps in ToolJet binds the widgets, data sources and queries together. :::

This tutorial will walk you through building a simple app to fetch customer information from a PostgreSQL database and display the data using the table widget. To create a new ToolJet app, click on the 'Create new application' button on the ToolJet dashboard.

dashboard create new app

You will be redirected to the visual app editor once the app has been created. Create the first version of your app to start building. The name of the app can be changed by clicking on the app name at top-left of the app builder.

ToolJet - Creating an app

The main components of an app:

  • Widgets - UI components such as tables, buttons, dropdowns.
  • Data sources - ToolJet can connect to databases, APIs and external services to fetch and modify data.
  • Queries - Queries are used to access the connected data sources.