Skip to content

Instantly share code, notes, and snippets.

View samuelgarling's full-sized avatar

Sam Garling samuelgarling

View GitHub Profile
@samuelgarling
samuelgarling / fta-chatbot.js
Last active January 15, 2026 05:12
FTA Insurance Chatbot Widget
/**
* FTA Insurance Website Chatbot Widget
*
* A standalone chat widget that can be embedded in any website.
* Connects to Azure Function backend which proxies to Claude API.
*
* CONFIGURATION:
* - Set FTA_CHATBOT_API_URL before loading this script
* - Or pass config object to window.FTAChatbot.init()
*