
ISMS 2026 — AI-Powered ISO 27001 Document Intelligence Platform ISMS 2026 is a full-stack, locally-hosted document management and AI assistant platform built for the company to support ISO 27001:2022 Information Security Management System compliance. The system consolidates 824+ ISMS documents — including policies, procedures, control frameworks, risk registers, and mandatory ISO documentation — into a searchable, AI-queryable knowledge base that operates entirely on-premises without any external API dependencies. The platform consists of three core components: a Next.js 14 frontend (port 3001) providing a modern dark/light-mode UI with global document search, an AI chat panel, and real-time sync controls; a Node.js/Express backend (port 3000) handling document ingestion, semantic search via a metadata index, and REST API endpoints; and a local Ollama instance running the phi3 language model for AI-powered Q&A grounded in actual ISMS documents through Retrieval-Augmented Generation (RAG). Key features include debounced full-text search with relevance scoring across all document types (PDF, DOCX, XLSX, TXT), an AI assistant that references specific ISO control identifiers (e.g., A.5.1, A.8.2) and actual document names in its answers, and a one-click Sync Docs button that intelligently diffs the repository folder against the search index — automatically ingesting newly added files and purging deleted ones, keeping the index perpetually current. All three services — backend, frontend, and Ollama — start automatically at Windows boot via PM2 process manager and Windows Task Scheduler, with crash recovery and auto-restart built in. No manual terminal intervention is ever required.
17 May 2026