Getting started
You can create and develop Pages in two ways:
Web editor — Build pages directly in the Ubidots UI, as described below.
CLI — Build pages locally with hot reload, then push to Ubidots when ready. Developing locally unlocks the power of your preferred IDE and AI-powered tools like Claude Code.
ubidots pages dev add --name my-page
ubidots pages dev startSee the full CLI reference for Pages for local development workflows including push, pull, and dev server management.
Using the Web editor
Accessing the Pages module
Search the Pages module within the Dev Center section in the Navbar:

Creating a new Page
Click the create a new page button

Page editor
The page editor interface is composed of:
File Explorer: A section displaying the list of files available for editing or creating new ones.
Editor Panel: The main area for editing the content of the selected file.
Tab Bar: Displays open tabs for multiple files being edited, allowing switching between them.
Page Name: Field displaying the Page name
Page URL: A field displaying the Page's url featuring a button for copying it.
Preview Toggle: A toggle to enable or disable the live preview of Page.
Dark Mode Toggle: A toggle to switch between light and dark themes for the interface.
Save Button: A button to save the changes.

Quick example
Proceed to create a folder called static using the + button at the File Explorer:


Click the Three-Dots menu at the staticfolder and then create a file within it called data.js


Paste the following contents on each of the corresponding files:
Then click the Save button to save the page. You'll be prompted for a name:

Upon giving a name to your page, you'll be able to copy its URL:

Now, go to the Dashboards module and create a new dashboard to use it for displaying the recently created Page. Once you've created said dashboard, go to its settings and change Dashboard type to Default and then paste the previously copied URL in the Custom Page URL field:

When you reload the dashboard, the page created will be displayed:

That's it! You've just developed your first Page. Head to the next section to learn more about developing Pages in Ubidots in greater detail:
Last updated
Was this helpful?