Mar 2026 — May 2026 · Front-end / AI Tooling
AI Agentic Builder (TWDAgentsHub)
- Repo
- Turborepo monorepo
- Widget
- Claude-style SPA
- Sync
- 15-min cron
What it is
TWDAgentsHub is Twendee's internal agent-tooling stack — an admin dashboard, an embeddable chat-widget, and a sales-agent pipeline that scores leads with LLMs and notifies Telegram.
What I shipped
- Monorepo scaffold in Turborepo using React, Vite, shadcn/ui, a shared Tailwind v4 theme, and shared TypeScript contracts.
- Chat-widget rebuild as a Claude-style SPA with streaming responses, thinking indicators, premium sidebar, lazy-loaded syntax highlighting, and an accessibility pass (touch targets, focus-visible, aria labels).
- Sales-agent stack — campaign config + WF2 scoring admin UI, a 15-minute auto-sync cron from the sales-agent API, Telegram lead notifications with LLM scoring, an MCP tool slice (WF1/WF2/WF4/WF7) over ERP adapters, and security hardening (auth guard, race-condition fix, CORS, tenant-derived JWT).
Why it mattered
Made it possible for non-technical teammates to spin up campaign-driven agents that talk to ERP data without writing code, while keeping the embeddable widget feeling like a first-class chat product.