Skip to main content

Getting Started

The Signaloid Cloud Developer Platform gives you two ways to run applications:

  1. The Code Playground, an in-browser editor based on the Monaco Editor (the same editor Visual Studio Code uses), for single-file C and C++ programs.
  2. GitHub repositories, for compiling and running larger applications directly from a connected public or private repository.

To run code from your own tools instead, generate an API key and call the Compute Engine API over HTTP.

The API App Highlights page collects example web applications that call the Compute Engine API, so you can see what those integrations look like in production.

Where to start

If you are new to the platform, begin with the Run Your First Program tutorial, which runs the default example from end to end.

Once you have run a program, the Guides section covers individual tasks, including running code from a repository, defining a custom core, and getting your data in. For reference detail on every page of the platform interface, see the User Interface Reference section.