{
  "author": {
    "name": "Jason Brashear",
    "url": "https://github.com/webdevtodayjason",
    "tiinyverse": "https://www.tiinyverse.com/users/39628b1e-e94e-4bd8-800e-5437d5336e1f"
  },
  "screenshots": [],
  "verified": true,
  "featured": true,
  "addedAt": "2026-09-12",
  "updatedAt": "2026-09-12",
  "id": "story-lantern",
  "name": "Story Lantern",
  "pitch": "Write, illustrate and narrate bedtime stories on your Tiiny.",
  "description": "Ask for a story and half a minute later a painted page appears in an open book and a warm voice reads it. Characters come back across nights looking and acting the same, which is the part a five-year-old notices. Every page is checked by a safety layer before it can be shown or spoken, and a parent view logs what was asked, what was written and the verdict on each page. Needs a chat model, an image model and a voice: 89 of the box's 100 NPU units with the voice loaded, and the voice is released after twenty minutes idle. Python standard library only. Nothing leaves your network. Voice input is not implemented yet.",
  "version": "0.1.0",
  "license": "MIT",
  "homepage": "https://github.com/webdevtodayjason/story-lantern",
  "repo": "https://github.com/webdevtodayjason/story-lantern",
  "entry": {
    "command": "python3 lantern.py"
  },
  "requires": {
    "python": "3.9",
    "ports": [
      8420
    ],
    "device": {
      "models": [
        "chat",
        "image",
        "tts"
      ],
      "npuUnits": 89
    }
  },
  "permissions": [
    "files",
    "network",
    "device"
  ],
  "tags": [
    "stories",
    "family",
    "audio"
  ],
  "release": {
    "url": "https://github.com/webdevtodayjason/story-lantern/archive/refs/tags/v0.1.0.tar.gz",
    "sha256": "94be154239515236baf8bc8b3f0163ffd6c36cb8e68eae928eee85e1cd3a8541",
    "size": 3676365
  },
  "media": {
    "icon": "/assets/art/story-lantern-icon.png",
    "header": "/assets/art/story-lantern-header.webp"
  },
  "links": {
    "repo": "https://github.com/webdevtodayjason/story-lantern",
    "homepage": "https://github.com/webdevtodayjason/story-lantern"
  }
}
