ToolJet/docs/versioned_docs/version-2.29.0/tutorial/creating-app.md
Karan Rathod 7d4cd6da47
[docs]:app builder 1.5 updates (#8672)
* add getter function and table transformation docs

* add dropdown, number-input, password-input and text-input docs

* [docs] custom parameters for queries

* update docs for revamped components, runJS and runPy functions and sidebar

* change order of properties and other misc changes

* update query panel and other minor fixes

* added version 2.29.0

---------

Co-authored-by: Shubhendra <withshubh@gmail.com>
2024-02-15 11:51:55 +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.