Back to projects

Nakama AI – AI Companion with Persistent Memory
Atharva Naik/January 17, 2026/1 min read
Next.jsNode.jsOpenAI APIVector DatabasesPinecone
Nakama AI is an AI-powered conversational companion built to maintain long-term context and personality across user sessions. The project focuses on creating more human-like, consistent AI interactions using modern LLM techniques.
Features
- Persistent Memory: Stores conversation context using vector databases
- Personality System: Custom system prompts for consistent behavior
- Session Continuity: AI remembers past interactions across sessions
- Scalable Backend: Designed for real-world usage
Technologies
- Next.js: Frontend framework for building performant UIs
- Node.js: Backend services and API handling
- OpenAI API: LLM-powered conversations
- Vector Databases: For semantic memory storage
Getting Started
Clone the repository and install dependencies:
git clone https://github.com/Atharva0506/Nakama
cd nakama-ai
npm installRelated Projects

Smart VS Code AI Assistant – RAG-Based Developer Tool
A RAG-based AI assistant for VS Code that searches internal documentation and improves developer productivity by 35%.
PythonFastAPILangChain
News AI App – AI-Powered Personalized News Platform
A personalized news application that delivers user-specific news feeds with AI-generated summaries using multi-agent architecture and LangGraph.
Next.jsFastAPILangGraph