IN

Innoct Flow Canvas

Map interactive narratives with Innoct's experience design language.

Open innoct.de

Canvas Tools

Theme

Themes sync locally so your workspace looks the same next time.

Configuration

{
  "title": "Innoct Experience Journey",
  "description": "Design immersive customer journeys with Innoct.",
  "startScene": "intro",
  "scenes": {
    "intro": {
      "id": "intro",
      "title": "Welcome to Innoct",
      "content": "Innoct helps you design immersive decision-based journeys.",
      "question": "How should your experience continue?",
      "choices": [
        {
          "text": "Explore the next step",
          "nextScene": null,
          "points": 10
        }
      ]
    }
  }
}