https://github.com/blues/ragpi-web-widget
Blues fork of Ragpi Web Widget Integration
https://github.com/blues/ragpi-web-widget
Last synced: 4 months ago
JSON representation
Blues fork of Ragpi Web Widget Integration
- Host: GitHub
- URL: https://github.com/blues/ragpi-web-widget
- Owner: blues
- Created: 2025-11-26T16:17:57.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-01-30T19:09:14.000Z (4 months ago)
- Last Synced: 2026-01-31T11:43:47.447Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.12 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blues Fork of Ragpi Web Widget Integration
> [!NOTE]
> This is a Blues-maintained fork of the upstream Ragpi project.
> It includes custom patches required for internal workflows and is not intended to track upstream changes automatically.
Ragpi's Web Widget integration allows you to embed a chat widget on your website, enabling users to ask questions and receive AI-assisted answers directly from your knowledge base. It uses a simple JavaScript script to load the widget, which is protected by google recaptcha v3 to prevent spam and abuse. The widget will connect to the Ragpi API through a lightweight API gateway that will verify the recaptcha token and forward the request to the Ragpi API. This ensures that only valid requests are processed, and it helps to protect your API key from being exposed in the client-side code.
Check out the [Ragpi Web Widget integration documentation](https://docs.ragpi.io/integrations/web-widget) to learn more about how to set up and use the integration.
You can also visit the [Core Ragpi Repo](https://github.com/ragpi/ragpi) to learn more about project.