# The story dashboard

The dashboard is the central view of your story. It provides a complete overview of your narrative's status, with statistics, shortcuts to common actions, and health indicators. You access it automatically when you open a story in editing mode.

Capture à venirScreenshot of the story dashboard
The dashboard provides a complete overview of your story with statistics and shortcuts.

# Quick statistics

At the top of the dashboard, statistics cards give you an instant overview of your story's richness:

StatisticDescriptionWhy it's useful
Number of stepsThe total number of steps created in the storyIndicates the size and complexity of your narrative.
Number of charactersThe number of defined charactersHelps track the richness of your universe.
Number of elementsThe number of interactive objects and elementsReflects the depth of the game system.
Number of eventsThe number of configured eventsShows the level of interactivity of the story.
Number of variablesThe number of variables and triggersIndicates the complexity of the narrative logic.

# Quick actions

The dashboard offers quick action buttons to directly access the most common tasks without going through the side menu:

  • Create a step — Quickly add a new scene to your story
  • View flow — Open the graphical visualization of the step tree
  • Test the story — Launch a test reading session to verify your narrative works correctly

# Story health

The dashboard includes a validation and health system that automatically analyzes your story to detect potential issues:

  • Orphan steps — Steps not connected to the rest of the tree
  • Broken links — References to deleted or non-existent steps
  • Missing starting step — No step is defined as the starting point (IsHead)
  • Dead-end paths — Steps that lead nowhere and are not story endings
  • Unused variables — Variables defined but never referenced in conditions
Resolve issues before publishing

It is strongly recommended to fix all health warnings before switching your story to Published mode. Orphan steps and broken links can create a frustrating experience for readers.

Screenshot of story health indicators
Health indicators help you identify and fix issues in your story.

The left side menu is your main navigation tool in the story editor. It provides access to all management sections:

SectionIconDescription
StepsGitBranchList of all story steps with search and filters
Node flowWorkflowInteractive graphical visualization of the narrative tree
EventsBellManagement of events triggered during reading
CharactersUsersCreation and editing of character sheets
ElementsPackageManagement of interactive objects and elements
VariablesVariableDefinition of variables and narrative logic triggers
BinderFolderTreeOrganization of steps into folders and subfolders
EncyclopediaBookOpenKnowledge base for the story's universe
ExplorationsCompassTracking of reading paths and explored routes
Quick navigation

You can collapse the side menu to gain editing space. The icons remain visible for quick access to each section.

# Recent activity

The Recent activity section displays a history of the latest changes made to your story. You can see recently created or modified steps, added characters, and configuration changes. This allows you to easily pick up where you left off.