This repository contains a collection of interactive stories for the StoryMaker app.
Stories are provided as JSON files with the following structure:
{
"id": "unique-story-id",
"title": "Story Title",
"description": "Brief description",
"language": "sv|en",
"age_group": "6-8|9-10|11-12",
"author": "StoryMaker",
"chapters": [
{
"text": "Chapter content...",
"choices": [
{"text": "Choice 1", "emoji": "🌟"},
{"text": "Choice 2", "emoji": "🌊"}
],
"keywords": ["keyword1", "keyword2"]
}
]
}
/index.json - List of all available stories/stories/{language}/{story-id}.json - Individual story filesStories are categorized by appropriate age groups:
Stories cover various themes including:
These stories are designed to work with the StoryMaker application, which provides:
To add new stories or improve existing ones:
These stories are provided under a Creative Commons license for educational use.