Stories are immersive! Media fills the screen, and you can use the Show/Hide Panel button to make choices and navigate through your adventure.
Upload a JSON file or paste your story data to create a custom interactive experience.
Click to select or drag & drop your JSON file
Supports .json files up to 5MB
{
"id": "example-story",
"title": "Example Adventure",
"description": "A sample interactive story",
"questions": {
"start": {
"text": "Welcome to your adventure! What do you do?",
"questionImage": "https://example.com/image.jpg",
"options": [
{
"text": "Go left",
"nextQuestion": "left-path",
"responseText": "You head down the left path...",
"responseImage": "https://example.com/left.jpg"
},
{
"text": "Go right",
"nextQuestion": "right-path",
"isScene": true
}
]
}
},
"endings": {
"ending1": "You completed your adventure!"
}
}
/ Scenes Found
Image unavailable
Image unavailable
Processing your choice...
Interactive adventure
Are you sure you want to restart? Your current progress will be lost.