Nexus AI is a modern AI chat platform featuring a web interface with math capabilities, conversation memory, and integrated web search. It combines a responsive React frontend with a scalable FastAPI backend, providing flexible and interactive AI-powered communication.
Features
- Beautiful Themes: Light & Dark modes with animated gradient accents
- Multilingual Support: English, Russian, French, Arabic, Chinese, Japanese, Korean, Spanish, Italian, Romanian
- Web Search Integration: Real-time tool-assisted internet search
- Temperature Modes: Precise (0.0), Balanced (0.5), Creative (0.7), Extreme (1.0)
- Real-time Model Status: Monitor agent health instantly
- Responsive Design: Works on desktop and mobile with smooth transitions
Backend Capabilities
- REST API with OpenAPI/Swagger documentation
- AI Agent with tool calling for extended functionality
- Context-aware conversation history for multi-turn dialogs
- Configurable temperature and search usage for controlling response style
- Ready for production deployment with Docker, Nginx, and systemd
Tech Stack
- Frontend: React 18, TypeScript, Tailwind CSS, Zustand, TanStack Query, React Router, i18next, Lucide React
- Backend: Python, FastAPI, LangChain, Groq