Not everything we build makes it. These are features we shipped, learned from, and intentionally removed or replaced. We think sharing what didn't work is as important as sharing what did.
Orange theme
Retired Jan 2026Shipped with YC orange branding. Pivoted to a blue palette after customer feedback that the orange felt too casual for enterprise dashboards.
Iframe widget embed
Retired Feb 2026Tried embedding the widget via iframe for DOM isolation. Reverted to Shadow DOM because iframes broke streaming responses and cross-page navigation.
Shared agent fallback
Retired Mar 2026Initially shared a default agent across organizations for faster onboarding. Learned this caused knowledge contamination between customers. Migrated to dedicated agent per org.
Aggressive auto-scroll
Retired Feb 2026Auto-scrolled the chat window during streaming. Users couldn't read at their own pace. Replaced with smart scroll-lock that pauses when you scroll up.
Social post auto-generator
Retired Jan 2026Built an auto-changelog pipeline that generated social posts from GitHub PRs via LLM. Deprioritized to focus on core revenue features.
Event lead capture page
Retired Feb 2026Built a dedicated /event/ page for in-person event lead capture with progressive disclosure flows. Later merged functionality into the main site.