In this post, we will create the first application using the OutSystems platform and i want to describe breifly what's the OutSystem
OutSystems is the most powerful low-code platform on the planet. It is fully built from the ground up for high performance .
How to create application using OutsSystem ?
To create first application in outsystem you should follow below steps :
- Access Service Studio and log in with your email and password
![](https://debug.to/?qa=blob&qa_blobid=16629399871742878954)
- Choose 'New Application' and then select 'From Scratch'
![](https://debug.to/?qa=blob&qa_blobid=15521531356982653271)
![](https://debug.to/?qa=blob&qa_blobid=14624984317644301212)
- Choose 'Reactive Web App' and feel free to select any application type such as Tablet or Phone. In the next post, we'll illustrate the differences between these types.
![](https://debug.to/?qa=blob&qa_blobid=8731149208807462862)
- Provide the application name and description, and customize the application icon as needed.
![](https://debug.to/?qa=blob&qa_blobid=4803855533378451733)
- After completing the previous steps, you will now be on the first page of the application.
![](https://debug.to/?qa=blob&qa_blobid=4833420275524320558)
- To create the first page, click on 'MainFlow' under the 'Interface section' .
You have the option to select any screen like Banking, Dashboard, etc., but for this example, I recommend choosing an empty project.
Noted: Specify the screen name and choose whether to include in menu if you want to display this page in the navigation bar after publishing the application.
![](https://debug.to/?qa=blob&qa_blobid=4422837681047001067)
![](https://debug.to/?qa=blob&qa_blobid=5898227251610754698)
- You can either input text or drag and drop components from the left side, such as Text, TextArea, etc. However, for this project, simply in screen.
![](https://debug.to/?qa=blob&qa_blobid=15311496550719369653)
- To see the results, let's display them in the browser. Click the green 'Publish' button at the top of the screen
![](https://debug.to/?qa=blob&qa_blobid=74170970740845660)
- Now, you can view the results by clicking 'Open in browser'.
![](https://debug.to/?qa=blob&qa_blobid=2397936029063751353)
![](https://debug.to/?qa=blob&qa_blobid=5564113181492844084)
we have successfully created our first application using the OutSystems platform with minimal manual coding, designing , build, and deploy an application .
How to Install Service Studio Step-By-Step