How to Create Your First Application in OutSystems
If you’re just starting with OutSystems, creating your first application might seem like a challenge. However, with a few simple steps, you can quickly develop a functional application.
4/3/20251 min read


Step 1: Creating a New Application
In Service Studio, click on Create New Application.
Choose between Reactive Web App, Traditional Web App, or Mobile App.
Define a name and an icon for your project.
Step 2: Building the Application Structure
Create Entities to store data.
Use Screens and UI Patterns to build the interface.
Add Logic Flows to process information.
Step 3: Testing and Publishing
Use the Debugger to test your application.
Make adjustments as needed.
Publish your application in the OutSystems environment.
With these steps, you’ll have a functional application ready to be enhanced!