Transform your documentation into structured, validated knowledge models.
Model, edit, and query knowledge visually in your browser or conversationally with your OpenCode AI agent.
What You Can Do With iNNfo
Simple, power-packed features designed for living documentation.
Visual Modeling
Explore your documentation as interactive graph trees, block sheets, matrices, and visual diagrams.
Automatic Validation
Catch broken links, missing properties, and outdated specs automatically as you edit.
AI & Web Editing
Edit visually in the browser app or ask your OpenCode AI agent to create and update models for you.
Information & Engine Architecture
From ingestion to validation, interactive browser access, and artifact generation.
flowchart TD
subgraph Step1["Step 1: Ingestion & Setup"]
U["👤 User in OpenCode"] -->|Bootstrap Prompt| Router["⚡ actioNN Skills (Router & traNNsform)"]
RawDocs["📄 Raw Documents (PDF, DOCX)"] --> Router
end
subgraph Step2["Step 2: Validation & Engine"]
Router --> Models["📘 Structured Models (_NN.md)"]
Models <--> MCP["⚙️ innfo-mcp Server + Core Engine"]
end
subgraph Step3["Step 3: Delivery & Access"]
MCP <--> Modeler["🛠️ iNNfo Modeler App (Web Editor)"]
MCP <--> AgentChat["💬 OpenCode Conversational Queries"]
end
subgraph Step4["Step 4: Artifact Generation"]
Modeler & AgentChat --> Artifacts["📊 Final Deliverables\n(Visual Dashboards, Exec Summaries, Scripts)"]
end
classDef s1 fill:#FAFAFC,stroke:#636366,color:#111112;
classDef s2 fill:#F6EEF6,stroke:#4D0E4E,color:#4D0E4E;
classDef s3 fill:#FAFAFC,stroke:#6A1B6B,color:#111112;
classDef s4 fill:#4D0E4E,stroke:#4D0E4E,color:#FFFFFF;
class U,Router,RawDocs s1;
class Models,MCP s2;
class Modeler,AgentChat s3;
class Artifacts s4;
iNNfo Modeler App
A zero-install, browser-based workspace editor. Select any folder containing Markdown models and start editing immediately.
Open iNNfo Modeler App →Use iNNfo Directly in OpenCode
Prefer text or conversational editing? Use iNNfo with your OpenCode AI agent.
Open OpenCode Desktop
Launch OpenCode Desktop and open your project folder containing your documentation.
Prompt Your Agent
Tell your agent to activate the cogNNitive bootstrap:
Create & Edit Models
Ask OpenCode to "create an iNNfo model for this project" or "validate my documentation".