Skip to main content

Manage your project files

To access your project files:

  1. Open your project.
  2. On the left, click Project Files.

To download all your project files in a zip archive:

  1. In the top-left, expand Advanced Controls.
  2. Click Download Entire Project.

To upload your entire project file structure:

  1. In the top-left, expand Advanced Controls.
  2. Click Upload and Unzip Entire Project.

Model files

To upload and manage your model files:

  1. Open your project.
  2. On the left, click Project Files.
  3. Ensure Model is selected at the top under Quick Links.

Managing model files

Interface files

To access the UI files for your simulation:

  1. Open the project in Epicenter.
  2. On the left, click Project Files.
  3. Ensure Interface is selected at the top under Quick Links.

Building the front end

You can build the front end for your application using our Interface Builder or the Epicenter JS libraries combined with React.

Learn more

Follow this step-by-step tutorial to create a simple Epicenter app: Using the Interface Builder.

This guide describes two ways to manage your application UI in Epicenter.

Interface Builder

For models written in languages such as Venism, Powersim, STELLA, SimLang, and Excel, use the Interface Builder to create your front-end application.

Interface builder project files

To view the files created by Interface Builder, click Reveal Files on the right.

Learn more

To learn how to use Interface Builder, follow the Interface Builder tutorial.

Epicenter JS libraries

For models written in programming languages like Python, use the JS libraries with React to build your UI.

Then go to Project Files > Interface and upload your UI files.

Project files screen

Learn more

To gain hands-on knowledge of the JS libraries, follow the Developer tutorial.