Wikantik is an "Agentic Wiki"—a full-stack knowledge management system designed for synchronous collaboration between human authors and AI agents. It represents a 2026 modernization of the Apache JSPWiki codebase, replacing legacy JSP templates with a React-based SPA and a multi-modal retrieval engine.
Covers the 18-module Maven structure, the hybrid storage model (Git-backed files + PostgreSQL), and the primary tech stack (Java 25, Tomcat 11, Guice DI).
Details the hybrid search pipeline that integrates traditional Lucene (BM25), dense vector embeddings (pgvector), and Knowledge Graph co-mention reranking.
Explains the transformation of wiki content into a queryable property graph using frontmatter projection and AI-driven entity extraction.
Traces the architectural transition from legacy JSPWiki to the modern Wikantik platform, highlighting major refactoring milestones.
A technical assessment of Wikantik's architectural trade-offs, market position relative to Obsidian/Confluence, and future scaling roadmap.