Ghost Orchestrator

The autonomous, crowd-driven continuous deployment engine.

Why We Built It

In standard software development, user feedback takes weeks or months to reach production. We wanted to eliminate the middleman and create a truly autonomous delivery system that merges the roles of product owner, developer, and deployment pipeline.

The Ghost Orchestrator was designed for live events, allowing the audience to collectively vote on a feature. Once the vote concludes, the Orchestrator takes over: writing code, branching, merging, and deploying directly to production in seconds—with zero human intervention.

How It Works

1

Crowd Telemetry Sync

The audience scans a QR code to join the live session via their mobile devices. They vote in real-time on which feature (e.g., "Double Growth", "Chaos Mode") they want injected into the live arcade game.

2

Autonomous Branching

Upon voting closure, the Orchestrator securely triggers a backend Next.js API. This API acts as an AI agent, instantly checking out a new Git branch and injecting the requested CSS/JS variables directly into the game's source code.

The Ghost Merge

The system commits the patched files and autonomously merges the branch into `main` using the GitHub REST API. This triggers a lightning-fast webhook.

Vercel Hyper-Deployment

Vercel intercepts the push to `main` and deploys the new static bundle globally. The players' mobile devices automatically poll the version hash, refreshing the iframe to reveal the newly integrated feature live.