Aditya Gupta

Aditya Gupta

Aditya Gupta is a founding member and editor at CodeForGeek. He first found his way into tech by reading articles, and now writes approachable guides to Node.js security, authentication, AI tools, coding agents, and web scraping.

Add Chatbot Memory Without a Database in Node.js

Add chatbot memory

A process-local array lost every saved preference when I restarted the Node.js process, while the file-backed test loaded the same preference after restart. Chatbot memory without a database needs three explicit parts: a bounded recent transcript, user-approved facts in a…