This is the first public release (MVP) of NexTalk – an AI-powered chat application with memory and multi-session support.
- 🔹 Interactive Chat – Talk to NexTalk with session-based conversations.
- 🔹 Long-term Memory – Saves favorite color, food, and other user details across sessions.
- 🔹 Conversation History – Sidebar for navigating past sessions.
- 🔹 Backend (Django + Redis) – Scalable API for chat, sessions, and memory storage.
- 🔹 Frontend (React + Tailwind) – Clean and responsive UI.
- 🔹 Dockerized Setup – Full stack runs with
docker-composefor easy deployment.
- Backend: Django REST Framework + Redis
- Frontend: React + TailwindCSS
- Database: MySQL
- Containerization: Docker + docker-compose
- This is an early alpha version – expect rapid updates and improvements.
- Feedback and contributions are highly welcome! 🙌
Full Changelog: https://github.com/149189/NexTalk/commits/v0.0.1
- Just Install Docker Desktop from: https://www.docker.com/get-started/
- In the root dir paste this command:
docker-compose up --build
- cd ./backend:
- python manage.py migrate - python manage.py runserver - cd ./nextalk_client
- npm start