Aimpress_site/chatbot-api
Vadym Samoilenko 6e932d76e4 Add multi-language support (EN/UK) across entire site
Custom i18n system with typed translation dictionaries (~570 keys),
LanguageProvider context, and useTranslation hook. All 31 components
and pages wired with t() calls. Chatbot backend passes language hint
to Claude for Ukrainian responses. Language preference persists via
localStorage. SEO meta tags and html lang attribute update dynamically.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 13:32:04 +00:00
..
config.py Add Twenty CRM integration + lead enrichment + pulsating chat bubble 2026-03-08 18:13:26 +00:00
Dockerfile Add AI chatbot: FastAPI backend + React chat widget 2026-03-08 17:14:07 +00:00
knowledge.py Fix CRM enrichment: correct API filters, note linking, add tasks & transcripts 2026-03-08 21:42:56 +00:00
llm.py Fix CRM enrichment: correct API filters, note linking, add tasks & transcripts 2026-03-08 21:42:56 +00:00
main.py Add multi-language support (EN/UK) across entire site 2026-03-09 13:32:04 +00:00
models.py Add multi-language support (EN/UK) across entire site 2026-03-09 13:32:04 +00:00
requirements.txt Add AI chatbot: FastAPI backend + React chat widget 2026-03-08 17:14:07 +00:00
rocketchat.py Fix chatbot: lead persistence, CRM creation, RC delivery, mobile UI 2026-03-08 20:18:29 +00:00
security.py Add AI chatbot: FastAPI backend + React chat widget 2026-03-08 17:14:07 +00:00
twenty_crm.py Use bodyV2 markdown for CRM notes and transcripts 2026-03-08 21:45:31 +00:00