A book page is a poster
Back in the first post I said I write worlds with rules you can poke at, and that I wanted a reader to actually poke. This is the post where they can.
Here's the thing a static book page can never do. A reader finishes the sample, falls for the world, and wants to stay in it after the chapter ends. They want to know how the system works, who the people are, what they'd be if they were dropped inside it. On a normal author site the answer to all of that is a paragraph of lore and a hope that they'll fill in the rest themselves. The world lives in my head and the reader gets a poster of it.
I wanted to hand them the actual thing. So I built the world as software.
The world is a database, not a page
The trick that makes everything else possible is boring: the world is data, and I can edit it.
The whole class system, what the Integration calls designations, lives as a structured file I can update from my admin. Same with the skill catalog. Same with the historical timeline. When I invent a new designation, I don't build a web page for it. I paste in a small block of structured text, it gets checked against a strict template so I can't fool myself with a typo, and the site grows a new fully-formed entry, linked and searchable, a minute later.
That sounds like plumbing, and it is. But it's the difference between a world that's a marketing brochure and one that's a reference a reader can get lost in. Every hour I spend writing lore becomes a live part of the site instead of a document nobody sees.
Browse it like a game manual
The first thing that data drives is a reference a reader can actually wander through.
The designations page shows the full tree: the Foundation classes, what they specialize into, and the rarer merges where two paths fuse into something new. Click one and a panel slides in with the details. The skill compendium runs on the same data, every skill with its cost, its requirements, what it does, deep-linked so a character sheet can point right at it. When something is still speculative and not yet locked into canon, it wears a plain "not canon yet" label, because I'd rather be honest than pretend the world is more finished than it is.
For a reader who loves a world, this is the good stuff. It's the appendix at the back of the fantasy novel, except it's alive, and it grows every time I write.
Roll yourself into it
Reading about the system is one thing. Building a character in it is better.
The character generator walks you through it like a tabletop session. It rolls your stats, hands you a pool of points to spend, and as you move those points around it shows you, live, which designations you'd actually qualify for. Pick your Foundation from the ones you're eligible for, give the character a name and a two-line backstory, and it renders a clean, printable sheet you can take to an actual game table. Members and patrons can pull down blank and fillable versions to run their own.
The whole thing reacts as you go, no page reloads, no separate app, because it runs on the same server-driven live pages I talked about in the first post. That was the entire reason I picked this stack. A character builder is exactly the kind of thing that would normally need a pile of front-end JavaScript, and here it's just the site doing its job.
One honest detail I like: the public generator never saves anything. The character exists only while your tab is open. Close it and it's gone, no account, no database row, no data of yours for me to keep or lose. You're borrowing the machine for a minute, and it forgets you the second you leave.
One question, a few times, and then it tells you who you are
The most-clicked thing I've built asks you a handful of questions and then tells you which of the Foundation classes you'd be.
The designation quiz is the front door to all of it. It's the lowest-effort way into the world, no rolling, no point-spending, just answer honestly and get sorted. And it's the best signup magnet I have, because the result is something people actually want and actually share. This is where the reward machine from the email post pays off: take the quiz, and your result can arrive in your inbox along with a way to go deeper. The world does the selling. I just built the door and stepped back.
The cast comes with the story
The last piece wires the world back into the reading itself.
Open a story or a serial chapter and the cast is right there in a panel you can expand, each character with a real dossier, stat bars filling from their baseline, portraits, the works. You're reading a scene and you can glance sideways at exactly who's in it and what they can do. And I can spin any character I've built in the admin into one of those dossiers as a draft, so the tool I use to track my cast is the same tool that shows my cast to readers.
The timeline does the same trick across history. Every event is a real entry with its own description, and events link two directions at once: back to the story where they happened, and out to the book you can buy to read it. A reader walking the history of the world keeps bumping into doors that lead straight into the fiction, and straight into the store. The world, the story, and the shelf are finally the same place.
Keeping the math honest
There's one piece of this I'm quietly proud of, and it's the least visible.
The quiz, the generator, and the admin editor all deal in the same underlying numbers, the cost curve that decides what a stat or a skill is worth. If those three tools each did their own arithmetic, they'd drift, and a reader would catch the world contradicting itself. So the math lives in exactly one place, and all three tools ask it the same question. When I tune the curve, every surface updates together. A made-up system only feels real if it's consistent, and consistency is a code-organization problem before it's a writing one.
Plenty of it fought me. Stat bars overflowed their cards at high values. Print layouts broke in Safari and nowhere else. A security policy I'd tightened kept killing the button that closed a dialog. Building a world that behaves is mostly a long argument with the details. Worth it.
What the reader gets
A world they can walk into instead of squint at. Take the quiz and find out who you'd be. Browse the classes and skills like a manual. Roll a character and print the sheet. Read a chapter and meet the cast without leaving the page. Walk the timeline and fall through a door into the book.
The poster's gone. There's a world back there now, and it's open. Go find out what you are.
Follow the build: Workshop posts land weekly, and this one has a matching podcast episode if you'd rather listen. Or skip all that and just take the quiz, it takes about a minute, and I promise the result is more fun than an email signup has any right to be.