电子邮件的平均首次响应时间是12小时。AI聊天提供24/7即时响应。
步骤1: 创建账户
访问namiru.ai。邮箱+密码。无需信用卡。
步骤2: 输入网站URL
AI自动抓取你的网站并提取信息。
步骤3: 查看知识库
查看AI从你的网站学到了什么。
步骤4: 自定义外观(可选)
主题、颜色、欢迎消息。
步骤5: 部署
复制script标签并粘贴到body关闭标签前。
步骤6: 测试
访问你的网站并测试聊天。
各平台指南
HTML
html
<script src="https://namiru.ai/widget.js"></script>
<script>NamiruChat.init({ agentId: 'YOUR_AGENT_ID' });</script>
WordPress
Insert Headers and Footers plugin -> footer section.
Shopify
Online Store -> Themes -> Edit Code -> theme.liquid -> paste before closing body tag.
React
bash
npm install namiru-react
jsx
import { NamiruChat } from 'namiru-react';
function App() {
return (
<div>
<NamiruChat agentId="YOUR_AGENT_ID" />
</div>
);
}
Vue
bash
npm install namiru-vue
vue
<template>
<NamiruChat agentId="YOUR_AGENT_ID" />
</template>
<script setup>
import { NamiruChat } from 'namiru-vue';
</script>
Angular
bash
npm install namiru-angular
html
<namiru-chat agentId="YOUR_AGENT_ID"></namiru-chat>
部署后会发生什么
每次对话都会自动分析: 摘要、潜在客户获取、痛点、热门话题、每周AI洞察。
Pricing
- 免费: 每月50次对话
- Starter (每月29欧元): 2,000次对话
- Pro (每月59欧元): 5,000次对话, 无限代理
为你的网站添加AI聊天只需5分钟。
在namiru.ai免费开始。每月50次对话, 无需信用卡。


