ParchmentInk

The Difference Between Noveletta and a Wiki

Both are knowledge bases; Wikis consist of documents while Noveletta is a graph, here's the difference and impact of that distinction

A
By Aaron Kennedy · solo dev, Noveletta13 min read · Volume 1 numbers, honestly counted

Ahoy. Before we get into my nerd speak of node counts and chapter stamps, let's discuss why 'knowledge' is no trivial thing to cement.

[citation needed] is the internet's most polite way of saying prove it. Two square brackets, one raised eyebrow, "interesting, what's the source?", no hard feelings. It is also, entirely by accident, the best short summary of what happens when you ask a wiki to be a story's memory. Not because wiki editors do not cite. They cite beautifully. It is because a citation is something a human being has to remember to add.

The official Wandering Inn wiki's page for Erin Solstice, the main character, carries 272 citations for its ten volumes of story, 15 Million words, and all footnoted by hand, by people doing it for love, at 2am, for free. That's superfan love, it's the beauty of internet if you ask me!

Noveletta's Erin has 2,679 records from Volume 1 alone. Not because I am a better editor than 779 volunteers (I am profoundly not) but because in my graph data structure, a record cannot exist without a chapter attached to it. The citation is not added at the end. It is the column the whole thing hangs from. It's a fundamentally different infrastructure to storing knowledge than a wiki.

272
citations · ten volumes · added by hand
2,679
records · one volume · cited by construction

Two numbers. A whole architecture's worth of difference.

In praise of the humble wiki

First things first, I LOVE WIKIS! I think what Wikipedia has done is one of the most utopian technologies created this century. Wikipedia is, without exaggeration, one of the most inspiring things that has ever been put on the internet: crowd-run, ad-free, and stubbornly non-commercial for decades in a culture that monetized the word "friend." I cherish wikis, I cherish crowd contribution, I cherish open source. It is amazing what the wiki framework has done for the world's knowledge but that doesn't mean it's a perfect tool for all knowledge.

The Wandering Inn's official wiki is 5,858 articles and 124,461 edits from 779 registered accounts. Nine years of volunteer labor by estimates. Nine of those accounts are active right now as of me writing this. Nine people keeping the lights on in a library the size of a small town, and doing it well enough that I could measure my own work against theirs quantitatively which says a ton about its quality as well.

What I am less fond of is what tends to happen next — when a fandom's labor of love gets wrapped in three autoplay ads for bathroom tile, and quietly re-pointed at ad buys instead of at readers or at the author who wrote the thing in the first place. That is not a wiki problem. That is a landlord problem.

But even a perfect wiki — ad-free, lovingly tended, staffed by saints — runs into the same limitation and ceilings, and it is not a people problem. It is a data structure problem.

A wiki is a collaborative static document editor. That is the whole technology. It is a shared text file with an excellent haircut and a version history, and for the world's knowledge — where the unit genuinely is an article about a thing — it is perfect. For a living story, where the unit is a thing that changes as you unravel it chapter by chapter, it is the wrong shape. Documents have no chronology or temporal awareness of the reader. Their pages are, by design, static to a point in time and for stories that often means the end and I'm not trying to learn Darth Vader is Luke's father in Episode IV.

Wikis are ingenious but they are the wrong data structure for stories.
ONE CHARACTER, TWO DATA MODELS
Erin Solstice
Statusredacted
Level42ish
Titlesmany many
Affiliationspoilers
Blurred by me, not by the wiki. Above the fold, current as of Volume 10.
Volume 1Volume 2Volume 3Volume 10all on one page
One document. 16,700 words. Prose is the only structure it has: to find what happened by chapter 1.12, you read, or you guess at a search term and hope the editor used your word for it.
1 document16,700 words272 citations0 chapter stamps0 spoiler warnings

Flip between the two. Nothing about the story changed — only the shape it is stored in.

Encyclopedia Galactica Lite

What if instead of a grand compendium to preserve all knowledge of the Galactic Empire on the remote planet Terminus I could just read my book and look up characters without spoiling them? Isaac Asimov's Encyclopedia Galactica is a fun inscription for wikis and Noveletta alike ignore the [REDACTED SPOILER]. What would it take to not just catalog knowledge but make it usable? Well that's what Noveletta set out to do with a knowledge graph architecture tailored to how stories are written, chapter by chapter.

A knowledge graph is a data structure that defines data and its relationships: Nodes and Edges to be technical. Nodes are the things — a person, a city, an inn, a class, a skill, a species. Edges are how they touch — who said what, who was where, what changed, what became true. Then the part that makes it a Noveletta graph rather than a whiteboard of crazy strings: every single edge carries the chapter it came from, #ledgerized.

THE WHOLE VOCABULARY, IN THREE WORDS
Node
A thing that exists. Erin. Liscor. The inn. [Innkeeper]. If you could point at it in the story and say that, it gets a node. Volume 1 has 696 of them.
Edge
A thing that happened between two nodes, with a name on it. Not just "these are related" — keeps, guards, learns, says. The verb is the whole point. A wiki has links; links have no verbs.
Chapter stamp
The date on the receipt. Every node and every edge records the chapter it first became true, which is the ledger part — nothing is ever just "true," it is "true as of here."
Erin Solsticelives inThe Wandering Innas of Ch 2

Read that bottom row out loud and you have read a database query. Two nodes, one verb, one timestamp and that is the entire trick... just repeated 15,680 times.

Let's ground what this actually looks like for the Wandering Inn:

Volume 1 is 64 chapters and 439,749 words — roughly 3% of the series. Here is what came out of that 3%:

696
Entities discovered
15,680
Chapter-indexed records
8,055
Attributed quotes
2,858
Structured facts
1,255
State changes
1,469
Aliases resolved

Broken out: 177 characters, 111 classes, 89 locations, 71 concepts, 53 skills, 49 groups, 49 creatures, 37 spells, 31 items, 29 species. Plus 2,466 appearance records, 239 chapter events, 111 typed relations, and about 255,000 words of derived content — summaries, fact prose, and explanations of what changed and why.

None of those are pages. Not one. They are rows, and every row knows where it came from so when we compose a page for Erin it knits all the needed rows together up to the chapter you've read and thus it's forced to be spoiler safe.

A Small Sample Visualization of the Graph
characterlocationclassskillspecies
owns
travels to
befriends
befriends
learns skill
has class
befriends
houses
Erin Solsticecharacterfirst recorded Ch 1
The node everything else hangs off. In Volume 1 alone she carries 2,679 records: 66 aliases, 2,259 attributed quotes, 216 structured facts, 65 typed state changes, and presence in 27 of 64 chapters alongside 269 co-appearing entities.
EDGES

Eight nodes out of 696. Every line is a row in a table, not a hyperlink someone remembered to type.

Spoilers are the Enemy, not today Iago!

Humble boring brag but I'm very proud that the system fundamentally blocks spoilers, it's a really neat and challenging data problem to solve! Yay, go me!

All 14,873 fact, quote, state-change, appearance, and event records in Volume 1 carry a chapter index. Every view in the product can therefore be cut off at wherever you are in the series. That's not something a document based wiki can do. Not even the metadata on the page links can contain spoilers! Opening that page as a Volume 1 reader is not a spoiler risk. It is the whole series at once, with a table of contents.

To be scrupulously fair: a wiki can do spoiler tags to blur sensitive content, and some do. But it is a courtesy — applied by hand, sentence by sentence. In a graph, the chapter is a control. It cannot be forgotten, because nothing can be written down without it.

Volume 1 · Chapter 18 of 6464 of 64 chapters ingested
Ch 1Ch 64
855
records visible
721
quotes attributed
21
aliases known
1,824
withheld ahead of you
quote"That is definitely a bug. And it is really ugly."Ch 5
creatureFirst hostile encounter recorded at the innCh 9
relationKlbkch — first regular, relation typed and datedCh 12
speciesAntinium — species node created from contextCh 12
relationRelc — co-appearance logged, guard affiliation notedCh 14
Sample records, spoiler-safe. Counts scale to Erin's real Volume 1 totals at chapter 64.

Drag the chapter. The knowledge base forgets on command — which is a thing only a database can do.

Show your work

Density is the honest way to compare a three-percent slice against nine years of accumulated effort, so: per million words of source text, Noveletta produces about 1,580 entities and 310 words of derived prose. The official wiki averages about 420 articles and 140 words per million.

Entities per million source words
Noveletta
~1,580
Official wiki
~420
Derived prose per million source words
Noveletta
~310 w
Official wiki
~140 w

Or the blunt version: 177 characters catalogued from Volume 1 alone, against 1,897 character pages for the whole ten-volume series.

The fair head-to-head is Volume 1 against the wikis' Volume 1 sections, since their pages cover everything:

Erin SolsticeOfficial wikiFandomNoveletta
Volume 1 prose4,386 w4,381 w7,559 w
Attributed quotesnonenone2,259
Aliases tracked~10~1066
Typed state changesprose onlyprose only65
Structured facts216
Chapter-level presencenot indexednot indexed27 of 64

Even measured against their whole-series pages, Volume 1 alone reaches about 46% of the official page's word count — from 3% of the story.

Extrapolate to all fourteen million words of the Wandering Inn and the napkin math says roughly 11,000–22,000 entities, 260,000 quotes, 90,000 structured facts, and about 4.4 million words of derived prose — all in structured, spoiler-safe form. This is not a brag about outpacing volunteers because again the wiki is an entirely different structure and for its purpose doesn't demand the depth that Noveletta's features do. My hope would be that those amazing volunteers would find a home and feel empowered bringing that labor of love to Noveletta some day and I plan to continue to design features that make the immersion of contributing to a wiki that much more valuable in Noveletta.

Asterisks, because a seed is not a harvest
Everything above is a first pass. Not a finished encyclopedia — a floor to build on, laid down deliberately and with its gaps mapped. Here is exactly where they are.
THE GAP
These numbers measure quantity, structure, and density — not editorial judgment. That is where nine years of invaluable human review still wins outright, and I am not going to pretend a fast pipeline has earned the same trust, or frankly the same quality. Starting from scratch cannot avoid that gap. It can only be honest about it, which is the least the community and the source material are owed.
THE START
The graph was seeded with AI, and I am not burying that in a footnote. Pulling structure out of long-form prose is one of the few things only a language model can genuinely do, and that is the entire reason this depth exists at all. I worked hard to do this ethically: extraction only, never imitation, knowledge taken as data, no training on the author's work, zero-retention endpoints, six guardrails built into the code ensuring protection of source material. For all the well-earned anger AI has in creative spaces, please know I bring this candidly to the authors I'm working to serve and see my full reasoning on why and how I use AI here: sword, pen, or AI.
THE PLAN
A seeded graph is usable immediately and it can be corrected. Richer definitions, customization, systematic quality measurement, human review, and — the part I am most excited about — readers and authors refining their own world's records. Noveletta, while new, is built for the authors and their readers and I will work hard to earn the trust and contributions of our own volunteers and editors.

What a wiki page cannot do

This is where the magic happens, not in the raw data or how much more text a graph can structure but what can it really do. Unlike wikis, this data is USABLE! I am actively extending it into new features and even new products in ways a wiki can't reach.

Timelines that build themselves
1,255 state changes in Volume 1 are not for show — they are a ledger. Sort them by chapter and you have a character's history: what changed, when, and the line that caused it. No one writes the timeline. It already exists and is derived from each event they are a part of.
Relationships as data
111 typed relations and 269 entities that share a scene with Erin — not just who knows whom, but how, since which chapter, and what they talked about. The corkboard-and-yarn conspiracy wall is a real tool, it is just usually built by a man in a mailroom shouting about Pepe Silvia. Here it's beautiful, easy to read, and built by default.
Conversations, reassembled
8,055 quotes, each with a speaker, a chapter, AND the recipients. Line them back up and an exchange becomes a thread you can peek, picture the scene as dialogue, pulled out of the paragraphs it was buried in without compromising the source material.
Stats across a whole series
I'm a geek for numbers! Who speaks most. Which chapter introduced the most people. How many of the characters you personally have met so far. Questions that need the entire work to be countable. Boy I love a good visualization and those are coming!
The monster, then the necromancer, then Pisces, then [redacted]
One person, four names, and you have only learned some of them. Because 1,469 aliases are records with chapter stamps rather than a line in an infobox, the graph can call someone by the name you know them by right now and keep the rest sealed, this actually was REALLY hard to do and required a lot of math but it protects name reveals which is one of the coolest spoiler safe features. A wiki page has to pick one title and put it at the top, which is a plot twist rendered as a heading, I'm looking at you Throne of Glass!

Behind the scenes, I'm spinning an unforeseen future of the dream operating suite for authors with this as its backbone. A retinue of new tools that can not exist without this core; all of them lenses on the same ledger, none of them possible without it. Ignore my silly names for them, they are my internal codenames... for now hehe.

ONE LEDGER, FIVE TOOLS COMING FOR YOU!
LexiconTHE SUBSTRATE
The chapter-aware, ledgerized knowledge graph I've spent the last 10 minutes of your life explaining. Every character, every location, every change, stamped with the chapter it became true. Everything below is a different tool using that same data.
Canon
INTERACTIVE READER
A reading app with the knowledge base linked into the text. Tap a name you half-remember and get exactly who they were as of this paragraph and when you saw them last. Authors get the same window from the other side, correcting canon at the source instead of in the comments, keeping notes as they write to weave in later.
Chorus
COMMUNITY INTELLIGENCE
Reviews land on a whole book; reactions land on a moment. With 239 events and 8,055 quotes a volume, an author can watch sentiment move per character, per chapter, per scene! Instead see how the audience views every piece of your world and how they change as it matures.
Realm
MAP MAKER
Make it easy to make a chapterized map of your world with all the character, locations, and secrets as you find them. 89 locations crossed with 2,466 appearance records is already a movement log. Draw the world once and every route plots itself, chapter by chapter — the Marauder's Map, if the parchment also respected your bookmark.
Herald
MARKETING ENGAGEMENT
Find new readers with supported character, chapter, book analytics on your reach and audience. Across all your channels in a single place build and run tailored campaigns to cherish your superfans and welcome new readers.
Steward
COMMUNITY MODERATION
Protection from spoilers, thieves, villains, and tyranny! Steward can veil a comment from readers as spoilers, protect community spaces, and guard the sanity of the publishing team.

Is this the future? IDK yet but let's find out together

I told you I started this for my mom, obsessed with The Wandering Inn, drowning happily in a cast she could not quite hold onto. That is still true, but in meeting authors and seeing this come to life I am seeing the bigger impact it will have on the authors and their worlds I cherish.

If you write long-form fiction, I'm begging, pleading, on my knees that you give me a shot. I'm trying to learn as much as I can about what authors are struggling with and I believe fully in this technology at its core to unlock unforeseen solutions but I need real people, writing real books, to give me feedback and try something new together.

So here is the offer, plainly: bring me your serial and I will add it: every character, every named place, every promise you made in chapter 12 and have to keep in chapter 400 — and your readers get a knowledge base that never spoils anyone. We can review it together, brainstorm crazy new ideas together, and build things literature never dreamed of. and no matter what you keep your story. You always keep the story.

Oh and I'm doing this for free, I have too much to learn to try to monetize this right now but I can promise you one thing, IT WILL NOT BE ADVERTISING! I'll write more on this if you want to follow the journey but even if it means moving slow I am not fundraising, I am building this with spare time and a meager hope that this could become a fulltime job one day because I love reading, I love writing, I love the world of fiction and literature and it would be my dream to live it in this way combining my skills and passion. So please, come one, come all, come afraid, come curious, I need input and I need authors.

Noveletta · a spoiler-safe knowledge base for web serials · built solo, on open seas.

FeedbackThe Difference Between Noveletta and a Wiki | Noveletta