Skip to content

PointSav Documentation

The engineering library for the PointSav platform — operating systems and services for regulated businesses that own their data, their AI, and their record-keeping outright. Where the monorepo holds the code, this wiki holds the reasoning: architecture, services, security, and the governance commitments that bind future development.

Historical revision — this record as it stood on 24 August 2026, not the current version. View the current record →

Wiki provider landscape

The PointSav documentation wiki at documentation.pointsav.com is one entrant in a field where a large number of distinguishable providers ship some variation of "wiki-shaped knowledge surface" today. Most of them are not encyclopedic-knowledge platforms; they are private-team productivity tools, developer-documentation site generators, or personal-knowledge networked-thought systems. None of them has replaced Wikipedia for general-knowledge encyclopedic depth. This article documents the field by structural archetype, names the structural reasons no archetype has closed the gap, and identifies the genuine advantages each archetype has over Wikipedia — features worth preserving as the substrate iterates.

The audit is structural, not promotional. Each archetype is described factually by its strongest published positioning pattern and the structural limitation that prevents it from filling the encyclopedic-knowledge gap. The conclusion is not "PointSav wins"; it is "the gap is structural and is not closing under the current commercial-incentive structure of the wiki market."

1. The four archetypes

Providers in this space cluster into four archetypes by target use case.

  • Archetype A — Collaborative knowledge bases. Built for private organisational knowledge management. Sell seat licenses to enterprise IT. The article shell is typically a free-form block canvas — headings, callouts, toggles, inline databases — with no fixed structure and no enforced schema.
  • Archetype B — Public-facing wiki engines. The closest in shape to a Wikipedia-class platform; widest variance in editorial governance across this archetype. Some ship real version history, multi-language support, and wikilinks; none ship a full editorial-governance layer out of the box.
  • Archetype C — Developer documentation site generators. Generate documentation sites for software projects; static-site-first, collaborative-editing second or none. The article shell is typically a Markdown or MDX file rendered to static HTML with sidebar navigation and search.
  • Archetype D — Personal and networked-thought tools. Single-author personal-knowledge management primarily, with some publish-to-web surfaces. The article shell is typically a block or bullet-outline page optimised for the author's own associative workflow, not a reader who is not the author.

2. What each archetype does and doesn't do

Archetype A — Collaborative knowledge bases

The article shell blends free-form blocks, nested pages, and — in some products — spreadsheet-like relational tables (cross-document formulas, synced data) alongside prose. The encyclopedic-depth gap is categorical across this archetype: no concept of a canonical article namespace, no red-link discovery, no Talk-page editorial debate, no Neutral Point of View policy, no notability gate, and no footnote-citation infrastructure where references are load-bearing rather than decorative. A knowledge base in this archetype degrades to informal, inconsistent prose at scale because there is no editorial constitution enforcing it. Reviewer consensus across the archetype: native search returns broad, poorly-ranked results without governance; pages sprawl and go stale; permission models are complex enough to drive new-user abandonment at scale.

Archetype B — Public-facing wiki engines

This archetype has the right structural bones in the strongest cases — version history, multi-language support, wikilinks, self-hosting, pluggable storage backends — but ships no editorial-governance layer by default: no NPOV policy, no notability criteria, no Manual-of-Style enforcement, no Talk-page infrastructure in the Wikipedia sense, and (in the weaker cases) no red-link system at all. A powerful authoring engine still requires an editorial culture built entirely from scratch on top of it. The reference implementation in this archetype (the software Wikipedia itself runs on) is the opposite case: it has the full structural depth, but a dated interface that new contributors find hostile — the learning curve for markup, extension modules, and citation formatting remains steep. Fan/community-hosted deployments in this archetype add commercial ad layers that create trust and UX friction on top of an otherwise capable engine. Some products in this archetype are in maintenance mode rather than active development; a stagnant platform inherits this archetype's structural strengths without gaining any of its possible fixes.

Archetype C — Developer documentation site generators

The article shell is a Markdown or MDX file rendered to static HTML with sidebar navigation, versioning, and search. Every site in this archetype tends to look structurally identical, because most ship a single enforced layout — this is the documentation aesthetic every engineering team recognises, and it is also what a Wikipedia reader does not associate with encyclopedic authority. Encyclopedic gap across the archetype: no inter-article linking discovery, no red links, no Talk pages, no category graph, no collaborative in-browser editing. These are docs sites, not wikis — solving the CI/CD and rendering problem for a documentation set, not the knowledge-graph or editorial-governance problem an encyclopedia needs.

Archetype D — Personal and networked-thought tools

The article shell is a page of blocks or nested bullets, often with bidirectional linking and a graph view — genuinely the most semantically rich data model of the four archetypes in the strongest cases. Encyclopedic gap: a personal thought-capture or single-author publication tool. No collaborative in-browser editing, no Talk-page discussion layer, no NPOV enforcement, no notability gate, no community-moderation infrastructure. The structural model is explicitly anti-encyclopedic in the more associative products — no article-length atomic unit, no concept of a reader who is not the author.

3. Cross-cutting failure modes

The eight structural reasons no archetype in this landscape has replaced Wikipedia for general encyclopedic knowledge:

(i) Audience mismatch. Archetypes A and C were built for different publics — private organisational knowledge management and software-project documentation, respectively. Public-encyclopedic publishing requires the opposite: anonymous editors, verifiable sourcing, reader-first navigation. Archetype A products in particular cannot pivot without dismantling their commercial model.

(ii) No editorial constitution. Wikipedia's NPOV, Notability, Reliable Sources, No Original Research, and Manual of Style constitute a multi-decade-refined editorial constitution. No archetype in this audit ships an equivalent as a product feature. The absence is a missing governance organisation, not a missing feature.

(iii) Information density floor. Archetype C tools optimise for prose elegance, developer aesthetics, and clean typography. Wikipedia articles are deliberately dense — infoboxes, hatnotes, references with 100+ footnotes, navboxes, stub tags, disambiguation pages. No documentation site generator ships this density model because its target users actively want the opposite.

(iv) Navigation primitive missing. Wikipedia's navigation stack — wikilinks with red-link signalling, a random-article surface, "what links here," a category graph, disambiguation pages, navbox templates, sister-project interlinking — exists complete only in Archetype B's reference implementation, and at most partially elsewhere. Most providers across all four archetypes do not even ship the red-link mechanism, which is structural to Wikipedia's own growth model.

(v) Citations are decorative, not load-bearing. Wikipedia's footnote system makes claims verifiable at the statement level. Across Archetypes A, C, and D, citations are absent entirely, implemented as inline hyperlinks with no formal structure, or supported as page-level frontmatter rather than claim-level.

(vi) No Talk-page substrate. Each Wikipedia article has a Talk page that is the public record of editorial dispute. Archetype A tools have inline comments — not archived public editorial debate.

(vii) Structural brittleness. Several Archetype A products use proprietary block/table/document serialisation formats — content created today is at vendor-lock-in risk years out. Wikipedia's wikitext is plain text that can be exported, archived, and mirrored by anyone.

(viii) Template homogenisation. Archetype C sites tend to look structurally identical to one another. This is a documentation aesthetic every engineering team knows. It is also what a Wikipedia reader does not associate with encyclopedic authority.

4. What each archetype does better than Wikipedia

The honesty floor of the audit. Every archetype has genuine advantages over Wikipedia in some dimension. The leapfrog candidates worth considering, by archetype:

Archetype Genuine advantages worth preserving
A — Collaborative knowledge bases Inline mention-linking of people/tasks/dates inside prose; relational cross-document data made visible without a separate database; contextual attachment of documents to the work items they describe; enterprise SSO and granular permissions; macro-style embedding of dynamic content
B — Public-facing wiki engines The full reference-implementation navigation stack (NPOV enforcement, category graph, Talk pages, structured cross-reference integration); git-backed storage in the stronger self-hosted products (every article version a portable, diffable commit); real-time multiplayer editing with better conflict resolution than section-locking in some products; lowest cost-to-first-article of any self-hosted engine in the simplest products; community-site building with custom styling and sub-sites
C — Developer documentation site generators Interactive components embedded in Markdown (live code playgrounds, API sandboxes); instant client-side search with offline support; sub-second hot-reload preview during authoring; server-rendered pages that can fetch live data; headless design-system override without forking; zero-JavaScript-by-default rendering with strong accessibility scores; bidirectional Git sync between IDE and visual editor; PR-preview builds with visual diffs
D — Personal and networked-thought tools Graph view with hover-preview, the most visually legible representation of a personal knowledge graph; block-level transclusion (any block embeddable by reference); typed-object relationship modelling approaching a semantic graph; native vault publishing with wikilinks and popover previews in a static site

Three of these advantages are particularly worth integrating into a Wikipedia-class chrome without breaking the muscle-memory contract: Archetype C's instant client-side search; Archetype D's typed-object relationship surface rendered as navigable article metadata; and Archetype D's hover-preview popover on wikilinks.

5. Why the gold-standard market gap exists in 2026

The gap is structural and has five reinforcing causes.

Commercial incentive misalignment. Archetype A and several Archetype C vendors make money by selling seat licenses to organisations managing internal knowledge or developer productivity. Their roadmaps are driven by enterprise IT buyers — investing in NPOV enforcement, Talk-page infrastructure, or red-link discovery does not convert to enterprise seat revenue.

The editorial-labour problem cannot be automated. Wikipedia's structural authority is twenty years of accumulated editorial labour. Generated content cannot replicate the transparent editorial process, source verification standards, or community governance that make Wikipedia trusted. Replicating the credibility surface requires replicating the governance — and no commercial entity has bootstrapped that from a product launch.

Open-source coordination cost. The reference public-wiki engine's codebase is 25 years old, carries enormous legacy compatibility surface, and requires sustained foundation resources to maintain. No independent open-source project has shipped an equivalent engine with a modern UX because the coordination cost is prohibitive.

Scope creep on one side, narrow scope on the other. Archetype A providers expanded into "everything platforms"; their knowledge-base features compete with AI agents, project management, and enterprise integrations. Archetype C providers are deliberately minimal static-site generators — no collaborative editing model by design.

The "Wikipedia muscle memory" gap. No competitor across any archetype has invested in replicating the specific reader-navigation UX that billions of Wikipedia users know by reflex. This is an information-architecture commitment, not a CSS problem. Documentation sites ship sidebars because their readers navigate a product's API. Encyclopedia readers arrive from search, orient via the infobox, follow blue links sideways, and exit via categories.

6. What this means for documentation.pointsav.com

Closing the gap requires simultaneously building governance software, a navigation primitive set, and an editorial culture. PointSav's substrate-sovereignty design, three-tier compute routing under the optional [[four-tier-slm-substrate|Intelligence Layer]], apprenticeship-corpus capture, and the editorial pipeline are the three preconditions no commercial competitor can simultaneously match.

The wiki engine MediaKit knowledge application is intended to become the customer-installable demonstration of that substrate. The structural argument for the leapfrog claim is what this article documents: the gap exists because of the five structural causes above; closing it requires the three preconditions above; the substrate has those preconditions as design intent. Knowledge wiki home page — design intent's forward-looking framing and Wikipedia leapfrog design — muscle memory and 5% headroom's account of what the wiki already extends beyond Wikipedia are the planned downstream consequences.

7. Open editorial item

This audit was conducted in April 2026 with primary research across the market. Vendor positioning shifts; an annual re-audit cadence is planned to keep this article current. The next re-audit is intended for approximately April 2027. If a provider in any archetype ships a structural change between audits — for example, an Archetype B reference implementation ships a modern UX layer, or another Archetype B product adds NPOV-style editorial discipline — this article is amended in transit. Forward-looking framings carry stated assumptions and cautionary language per NI 51-102 and CSA National Policy 51-201.

See also

Important Information

Corporate structure. PointSav Digital Systems ("PointSav") is currently a trade name of Woodfine Capital Projects Inc. ("Woodfine"), planned to become a wholly-owned Woodfine subsidiary upon incorporation. PointSav does not itself offer, sell, or solicit any security. Any securities offering associated with Woodfine's real-property direct-hold solutions is made exclusively by Woodfine, and only by means of the applicable Private Placement Memorandum.

No investment advice. This wiki's content is provided for engineering, operational, research, and development purposes. Nothing on this wiki constitutes investment advice or a solicitation to invest in any Woodfine partnership or direct-hold solution.

Intellectual property. The PointSav name, trade name, wordmark, and marks, together with all current and future PointSav- and Totebox-branded products, services, and offerings — and the software, source code, documentation, design system, and all related materials — are proprietary to Woodfine and its affiliates, except for components identified as open source. No rights are granted except as expressly set out in a written license or agreement. The full trademark notice appears in the footer of every page on this site.

Open source components. Portions of the platform are made available under permissive open-source licenses identified in the accompanying repository. Use of those components is governed by their respective license terms.

No warranty; informational use. Content on this wiki is provided for general informational purposes only and does not constitute a representation, warranty, or commitment with respect to product functionality, availability, pricing, or roadmap. Some articles describe planned or intended features, capabilities, and milestones — language such as "planned," "intended," "targeted," "may," and "expected" marks this forward-looking content, which is subject to change and does not constitute a commitment regarding future performance.

Confidentiality. Where an article describes an operational or deployment detail that is not intended for public disclosure, that article is not published on this wiki. Content here is general-purpose engineering documentation, not customer-specific configuration.

Jurisdiction. Woodfine Capital Projects Inc. is organized in British Columbia, Canada. References to the Sovereign Data Foundation on this wiki describe a planned or intended initiative only, not a current equity holder or active governance body.

Changes to this notice. PointSav may update this notice from time to time; the version posted on this page governs.

Not a filing system. This wiki is not a securities filing system, an electronic disclosure repository, or a substitute for SEDAR+ or any other regulatory filing system. Formal securities filings are made through the applicable regulatory filing system, not through this wiki.

Full disclaimer. This notice supplements, and does not replace, the full Disclaimers article. In the event of any conflict, the full Disclaimers article governs.

Read the full disclaimer →