C3 AI Documentation Home

Set up your cloud environment for front-end development

Once you have set up your local environment, make sure to configure your cloud-based environment for front-end development.

Start your dedicated development environment

In your browser, navigate to AI Studio. In the Environments section, create a new environment:

  • Name: Assign a meaningful name to the environment
  • Server version: Is optional and you can leave it empty
  • Environment type: Make sure to select 'Single Node Environment'

Single Node Environments (SNE) allow you to change source code and have all applications that depend on that source code be automatically updated to reflect the change you've made.

Validate the environment has UI Stack artifacts

Before starting to develop the front-end of your application, make sure your environment has the necessary UI packages.

Navigate to the web console of your environment and run:

JavaScript
Pkg.Store.inst().config().stores

If the UI Stack packages are available in the environment, the command should return multiple results, including all packages available as part of UI Stack.

Upload UI Stack artifacts

If your environment does not have the UI Stack artifacts, reach out to your C3 AI Platform administrator.

They will be able to load the correct artifacts into the cluster.

Was this page helpful?