AI Discovery

Empower your Christian content with intelligent search capabilities

Button logo
Expanded view logo
Widget Color
Button Text
Header Band
Title Color

Integration Code

<!-- AI Discovery Widget -->
<script src="https://ai-discovery.com/widget.js"></script>
<script>
  window.AIDiscovery.init({
  "theme": {
    "primaryColor": "#4F46E5",
    "containerBgColor": "#F9F4E8",
    "borderRadius": "0.5rem",
    "fontFamily": "Inter, sans-serif",
    "textColor": "#374151",
    "headingColor": "#111827",
    "buttonTextColor": "#FFFFFF",
    "subtitleColor": "#6B7280",
    "fontSize": {
      "base": "1rem",
      "heading": "1.5rem"
    },
    "fontWeight": {
      "heading": "500",
      "base": "400",
      "pills": "400"
    },
    "lineHeight": {
      "base": "1.5"
    },
    "branding": {
      "logo": "/gloo-white.svg",
      "expandedLogo": "/gloo-white.svg",
      "logoWidth": "32px",
      "logoHeight": "32px",
      "logoPosition": "left",
      "buttonShape": "circle",
      "buttonPosition": "bottom-right",
      "showTitle": true,
      "useSearchIcon": false,
      "iconOnly": false,
      "iconSize": "medium",
      "titleFontFamily": "inter",
      "titleGap": "0.5rem",
      "titleColor": "#111827",
      "bannerHeight": "140px"
    },
    "input": {
      "backgroundColor": "#FFFFFF",
      "placeholderColor": "#9CA3AF",
      "borderWidth": "1px",
      "borderColor": "#E5E7EB"
    },
    "results": {
      "cardBgColor": "#FFFFFF",
      "cardBorderColor": "#E5E7EB",
      "cardShadow": "0 1px 3px rgba(0,0,0,0.1)",
      "imageAspectRatio": "16/9"
    },
    "animation": {
      "expandDuration": "150ms",
      "expandEasing": "cubic-bezier(0.4, 0, 0.2, 1)",
      "resultsTransition": "150ms ease-in-out"
    },
    "layout": {
      "maxHeight": "80vh",
      "maxWidth": "42rem",
      "padding": "1.5rem",
      "gap": "1.5rem",
      "topicsLayout": "flex",
      "resultsLayout": "vertical",
      "resultsPerPage": 10
    },
    "contentBgColor": "#FFFFFF",
    "pills": {
      "shape": "rounded",
      "borderRadius": 8,
      "outlineColor": "#E5E7EB",
      "backgroundColor": "#F8F9FB",
      "textColor": "#374151",
      "selectedBackgroundColor": "#EEF2FF",
      "selectedTextColor": "#4F46E5",
      "selectedOutlineColor": "#818CF8"
    }
  },
  "metadata": {
    "publisher": {
      "name": "InTouch Ministries",
      "filter": "InTouch Ministries",
      "tenant": "InTouchMinistries"
    },
    "collection": "DataEngineProd"
  },
  "collection": "AspenSuperCollection",
  "placement": "bottom-right",
  "content": {
    "placeholder": "Discover spiritual guidance...",
    "loadingText": "Searching for relevant content...",
    "noResultsText": "No results found for \"{query}\"",
    "topicsTitle": "Popular Topics",
    "questionsTitle": "Popular Questions",
    "resultsTitle": "Recommended Resources"
  },
  "search": {
    "debounceMs": 300,
    "minQueryLength": 2,
    "maxResults": 50,
    "highlightMatches": true,
    "searchOnType": true
  }
});
</script>
<div id="ai-discovery-widget"></div>