Aimpress-site/src
Vadym Samoilenko 73b1a0feda Add AI chatbot: FastAPI backend + React chat widget
- Python FastAPI backend (chatbot-api/) with Claude Sonnet 4.6, prompt injection
  protection, rate limiting (30 msg/session), off-topic filtering, Redis session storage
- Rocket.Chat integration for live monitoring and human takeover
- Lead capture via n8n webhook
- React chat widget: floating bubble, auto-greeting after 30s, glassmorphism chat
  window, mobile responsive, lazy loaded, Mixpanel analytics
- Nginx proxy /api/chat → chatbot-api:8000
- Docker: chatbot-api + Redis services added to docker-compose

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 17:14:07 +00:00
..
assets Initial commit: Aimpress website 2026-03-08 13:47:37 +00:00
components Add AI chatbot: FastAPI backend + React chat widget 2026-03-08 17:14:07 +00:00
hooks Add AI chatbot: FastAPI backend + React chat widget 2026-03-08 17:14:07 +00:00
pages Fix Popular badge: inline flow instead of absolute overlap on price 2026-03-08 16:04:09 +00:00
types Add AI chatbot: FastAPI backend + React chat widget 2026-03-08 17:14:07 +00:00
analytics.ts Add GDPR cookie consent banner 2026-03-08 14:02:35 +00:00
App.css Initial commit: Aimpress website 2026-03-08 13:47:37 +00:00
App.tsx Add AI chatbot: FastAPI backend + React chat widget 2026-03-08 17:14:07 +00:00
index.css Initial commit: Aimpress website 2026-03-08 13:47:37 +00:00
main.tsx Add SEO, structured data, AI indexing, and Google Reviews integration 2026-03-08 14:26:05 +00:00