sitemap.xml llms.txt
Skip to main content

Get Started

If you're looking to get up and running with Epicenter applications as quickly as possible, you're in the right place!

This tutorial offers three project templates. Each of them contains a model and a front-end app built with the Epicenter JS libraries, and can be used as a starter kit:

  1. Single-player: a simple Excel model that calculates profits over time based on the price the user sets.
  2. Collaborative multiplayer with editor: A multiplayer version of the same application where the users must come to a decision together, and one of them sets the price in the application UI.
  3. Multiplayer: A multiplayer game using a Python model where each participant has their own role and makes decisions in the application UI.

Use any one of these templates to set up a ready-to-go application. From there, you’ll have a safe space to experiment, explore the code, and learn how Epicenter applications are structured.

In addition to the app templates, the tutorial contains code examples that demonstrate common use cases of Epicenter JS Library functions:

learn more

The JS libraries implement API adapters. For detailed descriptions of the adapters, read the Developer reference.

Ready to get your hands on the code? Let’s go!🚀