Triad Displays — Documentation
Operational runbook, upgrade guide, AI knowledge base, and system reference for the Triad Displays web platform.
Available Downloads
RUNBOOK.md
v2.0Full Operational Runbook
Complete system documentation including architecture, all API endpoints, security architecture, admin guide, upgrade procedures, incident response, DNS setup, backup & recovery, and full changelog.
Contents
knowledgebase.py
Python 3.8+AI Knowledge Base Module
Python module containing the complete structured knowledge base for the Triad Displays AI support system. Includes product catalog, FAQ database, ordering process, ecosystem brands, and Gemini system prompt generator.
Contents
Using knowledgebase.py
python knowledgebase.py --interactiveLocal Q&A mode (no API key needed)python knowledgebase.py --search "digital menu"Search the knowledge basepython knowledgebase.py --export-promptGenerate Gemini system promptpython knowledgebase.py --export-json > kb.jsonExport full knowledge base as JSONpython knowledgebase.py --live-ai --api-key YOUR_KEYLive Gemini AI modepython knowledgebase.py --faqShow all FAQ entriespython knowledgebase.py --ecosystemShow sister brand ecosystemLive AI mode requires: pip install google-generativeai and a valid Gemini API key from Google AI Studio.
Recent Changes
Cryptographic session tokens + bcrypt password hashing
Jul 16, 2026
Brute-force rate limiting (5 attempts / 30-min lockout)
Jul 16, 2026
Security headers: CSP, HSTS, X-Frame-Options
Jul 16, 2026
Ecosystem footer strip with 7 sister brands
Jul 16, 2026
Admin Ecosystem tab — add/edit/delete brands
Jul 16, 2026
Drivethru.systems added to ecosystem
Jul 16, 2026
Full site launch — Gemini AI, 1,413 food images, admin panel
Jul 2026
