Highlights
- Branding & auth UX - consistent naming, show-password, remember-me, signup availability checks, forgot-password modal.
- Account & settings hardening - editable profile, password change, profile photo, theme picker.
- Bot Factory & dashboard polish - bot avatars, per-file PDF handling, in-wizard theme, dark embed snippets.
- Sidebar, notifications & empty-states - clean empty state, lead-email opt-in, Terms-change banner, bot switcher.
- Marketing & trust pages - Why ProBot, Hire-me, and a landing demo modal.
- SEO & docs - site-wide metadata, OG images, structured data, robots + sitemap, reorganized docs.
- Performance & scale - shared-state rate limiter + circuit breaker (Upstash, in-memory fallback),
circuit_openalerting; removed a multi-MB icon font for far lighter pages. - Self-hosted bot architecture - the
probot-self-hostednpm package embeds the whole chatbot in your web app (persona, knowledge, LLM key all in your code); the dashboard is optional and read-only, receiving only conversation/lead analytics via a versioned/api/v1/bot/*API with per-bot tokens. - Richer leads - the lead form now collects name, email, company, and LinkedIn.