One line of code puts a Scripture-grounded AI assistant — with resource recommendations — on any website or published page.
Paste this just before the closing </body> tag on any page. That's it — a chat bubble appears in the corner.
<!-- Anchored chat widget --> <script src="https://thegospelandai.vercel.app/widget.js" async></script>
Add data- attributes to match your brand:
<script src="https://thegospelandai.vercel.app/widget.js" data-title="Anchored" data-accent="#3B82F6" data-position="right" data-greeting="Ask me anything about AI and faith…" async></script>
| Attribute | Default | Description |
|---|---|---|
data-title | Anchored | Heading shown in the chat panel |
data-accent | #3B82F6 | Button & accent color (any CSS color) |
data-position | right | right or left corner |
data-greeting | — | First message shown when opened |
integrity) hash — the widget is first-party and updates over time, so a pinned hash would break on each release. Load it from thegospelandai.vercel.app only.
This very page has the widget installed — look for the chat bubble in the bottom-right corner and try it. 👉