Skip to content

Creating a Page

Overview

Pages are created directly from the Apps view using a right-click context menu. Once created, a page opens immediately in the Page Editor so you can start building its UI.

When To Use This

Use this page when you want to add a new screen to an existing Bellini application.

Prerequisites


Creating a Page

  1. In the Apps view on the left sidebar, expand your application to reveal its resources.
  2. Right-click the Pages item under your application.
  3. Select New > Page from the context menu.
  4. A text input appears under Pages — enter a name for your new page.
  5. Press Enter to confirm. The page is created and opens automatically in the Page Editor.

Page Name Rules

The page name must meet the following requirements:

  • Unique among all pages in the same application
  • Contains only alphanumeric characters, underscores (_), or hyphens (-)

There is no limit on the number of pages an application can have.


Next Steps

Once your page is created, you can:

  • Design the UI — drag and drop components onto the canvas in the Page Editor.
  • Configure the page — set its URL path, default page status, and parameters in Page Configuration.
  • Control access — set the page as public or private and restrict by scope in Page Access Control.

Helpful Resources