Welcome screen
When Jx Studio starts with no project open, the canvas area shows the welcome screen: a Start list of ways to get a project in front of you, followed by your projects and recent history. Everything on it is one or two clicks from a working canvas.

Start a new project
Click New Project… .
Pick where to start from: a built-in Template , a Starter Site , an Import of an existing site, or an Agent prompt describing what you want.
Click Next , name the project, choose the Location to create it in, and adjust the design quickstart (colors, fonts, logo).
Click Create Project — Studio writes the files where you pointed it and opens the project.

The full walkthrough is in Create a project .
Start from an example
Start from an Example… opens the same New Project dialog directly on the Starter Site tab — a gallery of complete, themed sites (restaurant, shop, portfolio, blog, and more) that Studio copies in as plain files you own. It's the quickest way to a working site on a first run. Browse the gallery in Starter templates .
Open an existing project
Click Open Project… .
Choose your project folder in the picker that appears.
Studio opens the project and adds it to Recent for next time.
On
studio.jxsuite.com
, projects live in GitHub repositories instead of local folders, so
Open Project…
opens a repository picker: it lists the GitHub repositories you have write access to (Jx projects first), with a filter field to narrow the list. Click one and Studio opens it at
/edit/owner/repo@branch
. Repositories without a
project.json
show an inline explanation instead of opening.
If a repository you expect isn't listed, the App simply hasn't been given access to it — see Repository access below.
Clone a git repository
This entry appears when your Studio setup can run git.
Click Clone Git Repository… .
Paste the repository URL and click Clone .
Studio clones the repository and opens it as a project. See Source control for everything git-related in Studio.
Add an existing repository
This entry appears when Studio is connected to your GitHub account.
Click Add Existing Repository… .
Type in the filter field to narrow the list of repositories your account can reach.
Click a repository — Studio imports it and opens it as a project.
A repository must already contain a Jx project (a
project.json
file); if it doesn't, Studio tells you why it can't be added. Connecting your account is covered in
Publish to GitHub
.
Repository access
Studio only sees the repositories you have granted the Jx Suite GitHub App access to. There are two places to change that.
If your account is connected but Studio can't reach any repositories yet, a Repository access section appears on the welcome screen with an Install the Jx Suite GitHub App link. Follow it and choose All repositories so Studio can create and open projects on your behalf.
Once the App is installed, the repository picker ( Open Project… and Add Existing Repository… ) carries the same controls in its footer, so you never have to leave the dialog to widen access:
Click the account name in Missing a repository? — GitHub opens that installation's Repository access settings in a new tab, where you can add repositories or switch to All repositories . Another account… installs the App on an account or organization that doesn't have it yet.
Save the change on GitHub, then come back to Studio.
Click Refresh — the picker re-reads your repositories and the newly granted ones appear.
Projects and Recent
Below the Start actions:
Projects lists the projects your Studio installation knows about that you haven't opened recently. Click one to open it.
Recent lists projects you've opened, newest first. Click one to reopen it, use the ✕ beside an entry to drop it from the list, or Clear to empty the list. Clearing the list doesn't touch the projects themselves — only the history.
You don't need the mouse: press ⌘P (macOS) or Ctrl+P (Windows/Linux) on the welcome screen and Quick Access lists your recent projects to reopen.
Next
New to Jx? Follow Your first project end to end
Once a project is open, get oriented with A tour of Jx Studio