---
author_name: Paola Laufer
author_profile: https://github.com/PaoLaufer
keywords: tutorial
auto_validation: true
time: 5
tags: [ tutorial>beginner, type>tutorial, software-product>sap-business-application-studio, software-product>sapui5, software-product>sap-mobile-services, software-product-function>sap-fiori-elements, software-product-function>sap-cloud-application-programming-model, software-product>sap-business-technology-platform ]
primary_tag: software-product>sap-build-code
parser: v2
slug: build-code-new-project
canonical_url: https://developers.sap.com/tutorials/build-code-new-project
---

# Create a Project from the Lobby
<!-- description --> In this tutorial, you will learn how to create an application starting from the SAP Build lobby. 


## You will learn
- To leverage the SAP Build Code features.
- To navigate the SAP Build lobby.


## Prerequisites
- You have an SAP BTP Trial account ([Get a Free Account on SAP BTP Trial](hcp-create-trial-account)).
- You have completed the [Setup SAP Build Code](https://developers.sap.com/tutorials/build-code-setup.html) tutorial. 


### Create a New Project 

>**Note** This tutorial assumes that you are using an SAP BTP trial account. If you are using a different account, some steps might be different.

1. Navigate to the SAP Build lobby.

2. Click **Create**, and from the dropdown list, select **Create**.  

    ![Create](https://raw.githubusercontent.com/sap-tutorials/btp-adai/main/tutorials/build-code-new-project/create from lobby.png)

    Under the **Create** option, you also add existing projects to your SAP Build workspace in the following ways:

    * **Clone from Git**: to clone an existing project from a Git repository.
  
    * **Add from Dev Space**: to add a project from an existing SAP Business Application studio dev space to your SAP Build Code tenant.

3. Click the **Application** tile.

    ![Build an Application](https://raw.githubusercontent.com/sap-tutorials/btp-adai/main/tutorials/build-code-new-project/3.png)

4. Select the type of application you want to create.
   
    ![Select application type](https://raw.githubusercontent.com/sap-tutorials/btp-adai/main/tutorials/build-code-new-project/4.png)

    * Select **Full-Stack** to develop, extend, and deploy full-stack applications of type **Full Stack with Productivity Tools**.
    * Select **Frontend** to build responsive, interactive web UIs.
    * Secelct **Backend** to build server-side applications. 
    * Select **Mobile** to customize, deploy, and manage your customized iOS and Android apps in the cloud.

5. If you selected a Full Stack application, select **Full-Stack Node.JS**, **Full-Stack Java**, or **Full-Stack ABAP** as your development stack.

    ![Select development stack](https://raw.githubusercontent.com/sap-tutorials/btp-adai/main/tutorials/build-code-new-project/5.png)

6. Provide a name for your project.

6. Select the dev space where you want the project to reside.
    >SAP Build Code recommends the dev space it deems most suitable, and it will automatically create a new one for you if you don't already have one. If you have other dev spaces of the same type (for example, Full-Stack), you can select between them. If you want to create a different dev space, or a dev space or another type, go to the Dev Space Manager. See [Working in the Dev Space Manager](https://help.sap.com/docs/build_code/d0d8f5bfc3d640478854e6f4e7c7584a/ad40d52d0bea4d79baaf9626509caf33.html?locale=en-US).

    ![Select dev space](https://raw.githubusercontent.com/sap-tutorials/btp-adai/main/tutorials/build-code-new-project/7.png)

7.  Click **Review**. 
   
    A summary of your selections is displayed.

    ![Select development stack](https://raw.githubusercontent.com/sap-tutorials/btp-adai/main/tutorials/build-code-new-project/8.png)

8.  Click **Create**.

    You can see the project being created in the Project table of the lobby.  
    >The creation of the project may take a few moments.

    ![Creating](https://raw.githubusercontent.com/sap-tutorials/btp-adai/main/tutorials/build-code-new-project/pending.png)


10. After you see a message stating that the project has been created successfully, click the project to open it.

    ![Open Project](https://raw.githubusercontent.com/sap-tutorials/btp-adai/main/tutorials/build-code-new-project/toaster.png)

    The project opens in SAP Business Application Studio, the SAP Build Code development environment.

    