# Create the Hello Jigx Solution project

Every solution you build is contained in a Jigx project. You can name your solution, select from a predefined list of categories and determine where the solution files will be located, which could be locally, or you can connect VS Code to a GitHub repository. Your project is preloaded with the required Jigx files ready for you to configure.

{% hint style="success" %}
We recommend you build out all the solution steps for the [Create an app from scratch](https://docs.jigx.com/getting-started/create-an-app-from-scratch), as each solution step builds on the previous step until you have a functioning mobile app.
{% endhint %}

{% columns %}
{% column %}

## Steps

1. Open VS Code, and click on the Jigx Builder **icon** in the left navigation bar. Select the **Create New Jigx Solution** button.
2. Type **Hello-Jigx** in the Solution title field and press enter. This name displays at the top of your solution on the Home Hub in the Jigx App.
3. The Solution name field pre-populates with the solution's system name. Jigx derives the system name from the solution title you provided in the previous step. You can provide a different solution name if you want. Take note of the following naming restrictions:
   1. Cannot start with a number.
   2. No spaces are allowed. Hyphens replace spaces.
   3. Must be in lowercase.
4. Select a relevant category where you want the solution saved. The category you select displays at the top of your solution in the [Home Hub](https://docs.jigx.com/building-apps-with-jigx/ui/home-hub). For this solution select the **business** category. Select a local folder where the project files are saved too. Your Jigx default solution files open in the VS Code editor with the .jigx extensions ready for editing.
   {% endcolumn %}

{% column %}

<figure><img src="https://1245694154-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F974dgqxfbgR9q4tCkGgb%2Fuploads%2FOoit5sDrqULSp1NQvIA6%2FHelloProject.png?alt=media&#x26;token=af1dd9c4-9d70-4171-bb33-467fcc603216" alt="Jigx project in VS code"><figcaption><p>Jigx project in VS code</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

## See Also

* [Jigx overview](https://docs.jigx.com/understanding-the-basics/architecture)
* [Jigx Concepts](https://docs.jigx.com/understanding-the-basics/jigx-concepts)
