CHOLA INTELLIGENCE(CI)
- 2 Devlogs
- 1 Total hours
AI that remember every chats, and become you lifelong companion.
AI that remember every chats, and become you lifelong companion.
In this update to CHOLA (CI), I focused on maximizing UI personalization and accessibility by engineering a fluid theme and language switching system. I built a dynamic glassmorphic interface that allows users to instantly toggle between an eye-strain-reducing Night mode and a clean Day theme, saving their preference natively to browser storage. Alongside the visual overhaul, I implemented a system-level dual-language pipeline that fluidly adapts formatting and input layouts between English and Tamil (தமிழ்), adjusting the underlying prompt behavior in real time so users can interact naturally in their preferred dialect.
CHOLA (CI) — Devlog #01:
Zero-Server PDF Parsing & Cross-Chat Memory.,
Hey Hack Club! 👋 I’m John Nikson, and I’m building CHOLA (CI)—an agile, multimodal AI workspace optimized for local productivity.Here is what I just shipped:
📂Zero-Server PDF Extraction: Fixed the classic “jumbled text error” on PDF uploads. I injected PDF.js directly into the client header. Now, it dynamically unpacks document text layers right in the browser, completely bypassing slow, expensive cloud OCR pipelines.
🎨 Expandable Modality Menu: Integrated the FLUX Engine natively. Clicking the Plus (+) icon swaps modes instantly, routing image prompts to the rendering cluster with canvas-bypassing direct download tools built into the UI.
🧠 Cross-Chat Remembrance: Built a dual-layer memory system. High-level project milestones are logged to localStorage. When a new thread starts, CHOLA serializes and injects that historical context straight into the model’s systemInstruction block—remembering your goals across separate chats without bloating your token budget.
🌍 Localized UX: Wrapped it in a responsive glassmorphic UI with Night/Day themes and dynamic system toggles for English and Tamil (தமிழ்).
CHECK IT OUT ON: https://chola-intelligence.vercel.app
Built with Groq API, HTML5, and JavaScript. Let me know what you think! 👇