Skip to Content
Migrating to InspireOverview

Migrating to Inspire

Inspire is a ground-up rebuild of the Optymyse platform. While it maintains feature parity with the legacy platform, the architecture, UI, and many concepts have been redesigned. This guide helps you plan and execute your migration.

Inspire is the long-term future of Optymyse. All future development will be delivered as Inspire updates. Investing in migration now means you are on the platform’s long-term path.

Migration Overview

AspectLegacyInspire
ArchitectureAngular monolithNext.js App Router + Preact renderer
Display conceptSeparate “Display” and “Agile”Unified “Endpoint”
Data layerDirect connector bindingsDataPool with real-time push
Content modelSlides with variantsScenes with themed Components
RenderingjQuery-basedPreact + Signals (18 KB)
ThemingPer-element stylingTheme-based design system
CollaborationNoneReal-time presence, chat, sharing

Migration Path

Most migrations follow this sequence:

  1. Install Inspire alongside your legacy instance (they can run in parallel)
  2. Migrate connectors — Recreate data sources in Inspire’s DataPool
  3. Recreate content — Rebuild scenes using Inspire’s Designer and components
  4. Migrate displays — Re-pair devices to Inspire endpoints
  5. Decommission the legacy platform — Once all content and devices are on Inspire

There is no automated migration tool. Inspire’s architecture is fundamentally different from the legacy platform. Content must be recreated, not imported. Data connectors can often be migrated by pointing them at the same data sources.

Last updated on