Program Builder

Program Builder helps you build and export structured event schedules with multi-day, multi-stage support.

View the Project on GitHub nodes-ro/ProgramBuilder

Program Builder

Build and export structured event programs with multi-day, multi-stage support — export to clean HTML in ③ easy steps.


Source Code

GitHub


Problem / Solution

Problem: Manually crafting event programs and embedding them into a webpages is tedious, often requiring spreadsheets or design tools followed by hand-coding HTML.

Solution: A free, lightweight, Docker-deployable web app with an easy wizard that guides you through defining days, time slots, stages, and events—then exports a polished HTML schedule in just three steps.


Key Features


Support us

Join us on our journey:


Demo


Build & Run Docker Image

1. Remove any existing image

docker rmi -f program-builder:0.0.1

2. Build the new image (must be run from the directory containing your Dockerfile)

docker build -t program-builder:0.0.1 .

3. Run the container

docker run -d -p 8010:8010 program-builder:0.0.1