Skip to content
This repository was archived by the owner on Jan 31, 2026. It is now read-only.

Repository files navigation

Stratus

An electron application that can generate VXML grammar and menu templates.

The frontend of Stratus is created using React and the Material-UI libraries.

The backend of Stratus is created in Golang

Docker Setup

⚠️ IMPORTANT: Before starting the Docker containers, you must complete these prerequisites:

Create projects directory structure: The application requires at least one project folder to function properly:

# Create the required directory structure
mkdir -p docker/projects/example

You can start Stratus using Docker in two ways:

Option 1: With mise installed

mise run up

Option 2: Manually

docker-compose up -d --build

This will start the server on localhost:8080 and the client on localhost:3000

Install dependencies

yarn install

Running locally

yarn dev

This command will start the server on localhost:8080 and the client on localhost:3000

Building the Windows executable for production install

yarn package

This command will package the project and dump the installer exe in Stratus/client/dist

About

VXML Generating Desktop Application

Resources

Code of conduct

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages