June 22, 2025
Completed
Premise:
What began as an attempt to log a single border skirmish evolved into a full-fledged lore-generation platform when I discovered that World Anvil’s best timeline feature (Chronicles) wasn’t accessible via their API. Frustrated by brittle UIs and manual data entry, I built my own event generation engine—combining Notion’s relational database interface, Claude’s generative storytelling, and Streamlit’s lightweight front-end—to create a timeline tool designed specifically for worldbuilders who think in patterns, not paragraphs.
Why it mattered:
Most worldbuilding tools treat timelines like static lists or visual toys. But in a myth-rich, historically layered world like Kautos, I needed something dynamic: a content engine that could pull in cultural, temporal, and geographic context, then co-author new historical entries with accuracy and tone fidelity. This project gave me control over my conworld’s narrative arc, reducing friction while amplifying consistency and creativity. It also showed me that tooling, when personal, becomes part of the mythmaking process itself.
What I tried:
I wired up a Python backend to pull structured data from Notion, apply intelligent filters (e.g. same region, related polities, nearby decades), and send context-aware prompts to Claude via API. I wrapped the whole thing in a Streamlit UI, allowing me to trigger different types of event creation (new, complete, or echo-style), customize context granularity, and review or regenerate outputs in real time. The result: a system that helps me flesh out Kautos’ history not by brute force, but by intelligent collaboration with my own data.