Linux 软件免费装
Banner图

Site Context Chat

开发者 lucipanuci
luciantstoian
更新时间 2026年6月27日 18:17
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

customer support ai chatbot claude supabase

下载

0.1.6

详情介绍:

Site Context Chat adds a floating AI chat widget to your WordPress site. Visitors get instant answers grounded in your content — not generic ChatGPT small talk. When someone is ready, the bot can hand off a qualified inquiry to your team. This plugin is the WordPress frontend. You connect it to a Supabase backend (database + edge functions) and your own Anthropic API key. No monthly SaaS fee to us — bring your own keys (BYOK). Who is this for? Features Important The chatbot will not reply until you complete the backend setup (Supabase project, SQL migrations, edge functions, API secrets). The plugin settings page includes a full setup guide. Detailed docs: BACKEND-SETUP.md Not included in this plugin

安装:

Quick start
  1. Install and activate Site Context Chat.
  2. Settings → Site Context Chat — follow the embedded Setup guide.
  3. Create a page with slug chat-admin and a Shortcode block: [techlads_chat_admin]
  4. Complete backend setup (Supabase + Claude) — see Setup guide Part 2.
  5. Paste Supabase URL and anon key in plugin settings → enable widget → Save.
  6. Open chat admin → unlock with your admin secret → paste site markdown → Save.
Backend (summary)
  1. Create a Supabase project
  2. Run SQL migrations from the GitHub repo (supabase/migrations/)
  3. Set edge secrets: ANTHROPIC_API_KEY, SITE_CHAT_ADMIN_SECRET
  4. Deploy edge functions site-chat and site-chat-admin (Supabase CLI recommended)
Full walkthrough is in the plugin settings page and on GitHub.

屏幕截图:

  • WordPress plugin settings — credentials, status, and appearance
  • Chat admin — Context tab with markdown site content
  • Chat admin — Settings tab (model and system prompt)
  • Chat admin — Activity tab (conversation history)
  • Chat admin — Appearance tab (brand colours preview)

升级注意事项:

0.1.6 Admin shortcode renamed to [techlads_chat_admin]. Update any pages using the old shortcode. 0.1.5 Adds in-plugin setup documentation, theme selector, and custom CSS.

常见问题:

Does this work without any coding?

You can install the plugin without code. Backend setup requires either following the setup guide (SQL paste in Supabase dashboard + a few terminal commands for function deploy) or asking a developer to do Part 2 only.

Which AI model does it use?

Claude via the Anthropic API. You provide your own API key as a Supabase edge function secret.

Where is conversation data stored?

In your Supabase Postgres database (project you create and control). Messages are sent to Anthropic for generating replies.

Is the service_role key stored in WordPress?

No. Only the anon (public) key and project URL go in WordPress settings. Sensitive keys stay in Supabase edge function secrets.

Can I use OpenAI instead of Claude?

Not out of the box. The bundled edge functions target Anthropic. The backend is open source — you can fork and adapt.

Does it auto-learn from my WordPress posts?

Not automatically. You paste or import markdown context in the chat admin (or export content and upload). Auto-sync from WP posts may come in a future release.

Is there a monthly fee for this plugin?

No. The plugin is free (GPL). You pay Supabase and Anthropic directly for usage.

更新日志:

0.1.6 0.1.5 0.1.4 0.1.3 0.1.2 0.1.1 0.1.0