Emperia Creator Tools
A no-code SaaS platform for deploying interactive 3D virtual spaces, cutting deployment from days to hours via a JSON-configurable microservices architecture.

The problem
Deploying a new virtual space used to mean building its UI by hand, wiring analytics and API data manually, linking the React front end to the 3D space, and deploying the result piece by piece, a process that took days per space and didn't scale as Emperia's client roster grew.
Our approach
We treated the deployment pipeline itself as the product, not just the spaces it produced. Instead of repeating the manual setup for every client, we built a microservices architecture and automation scripts that could auto-attach the latest UI to any space, with the entire configuration driven by a single JSON file that Unreal, the SDK, or the UI itself could all write to.
What we built
A no-code SaaS platform, live at dashboard.emperiavr.com, where any space's UI is configured through JSON rather than hand-built. Auto-attach scripts wire the latest Creator Tools UI to a new space automatically, an SDK bridges the React app to the Unreal Engine 5 and Krpano-driven 3D space, and a live UI editor lets a user update any UI data in real time while previewing the 3D space, with all communication between editor, SDK, and space handled through event-driven programming.
The outcome
Deployment time dropped from days to hours, a 95% efficiency gain, freeing Emperia's team to focus on new brand builds instead of repeating setup work. Full platform details are documented at emperiavr.com/emperia-creator-tools.