AI 招聘邮件生成器 — 让候选人感受到被认真对待
AI-powered recruiting email writer that feels personal, not templated
You're reaching out to dozens of candidates every day — but you're sending the same copy-pasted template to all of them. Candidates see right through it. Reply rates are dismal. You want to write something personal, but who has time to research every single resume?
See the difference:
|
❌ Generic template |
✅ Icebreaker output |
|
|
Same candidate. Which email do you reply to?
Icebreaker reads the resume, finds the most compelling detail, and writes an opening that feels like it was written just for that person.
No setup needed — try it at icebreaker.build
You'll need a DashScope API Key (free tier available). Your key is stored only in your own account — it never touches our servers.
|
Tech HR reaching out to a senior engineer Candidate background:
Generated opening:
|
Employee referral reaching out to a former colleague Candidate background:
Generated opening:
|
|
Headhunter approaching a passive candidate Candidate background:
Generated opening:
|
Cross-language outreach to an overseas candidate Candidate background:
Generated opening (Japanese):
|
┌─────────────────────────────────────────────────────────────┐
│ │
│ Step 1 Step 2 Step 3 │
│ │
│ 📄 Candidate info → ⚙️ Email settings → ✉️ Results │
│ │
│ · Upload resume · Sender profile · Edit inline │
│ PDF/Word/image · Writing style · One-click copy │
│ · Or paste text · Language · Translate │
│ · 1–3 emails │
│ │
└─────────────────────────────────────────────────────────────┘
| Feature | Description |
|---|---|
| 🧠 Deep personalization | References specific projects, achievements, and skills from the resume — no filler |
| 📎 Resume parsing | Upload PDF, Word, or screenshots; OCR extracts text automatically |
| 🎨 4 writing styles | Professional · Warm · Concise · Storytelling — match the role and culture |
| 🌍 6 languages | Chinese, English, Japanese, Korean, French, Spanish |
| 👤 Multiple sender profiles | Save HR / interviewer / executive / referral identities, switch instantly |
| ⚡ Parallel generation | Generate 1–3 emails at once, each with a different angle, no queue |
| 🔄 Translate anytime | Translate any generated email to any language, one at a time or all at once |
| ✏️ Inline editing | Edit the result directly, copy when ready |
- Node.js 18+
- PostgreSQL
- DashScope API Key (free tier available for new users)
# 1. Clone
git clone https://github.com/hxu911-bot/icebreaker.git
cd icebreaker
# 2. Configure environment
cp backend/.env.example backend/.env
# Edit backend/.env — fill in DATABASE_URL, JWT_SECRET, ADMIN_EMAIL, ADMIN_PASSWORD
# 3. Start backend (terminal 1)
cd backend && npm install && npm run dev # → http://localhost:3100
# 4. Start frontend (terminal 2)
cd frontend && npm install && npm run dev # → http://localhost:5200Open http://localhost:5200 and you're good to go.
Frontend Backend AI
───────── ───────── ────────────────────────
React 18 Express Qwen Plus (email generation)
Vite TypeScript Qwen VL Plus (image OCR)
Tailwind CSS Prisma via DashScope API
Zustand PostgreSQL
React Query JWT Auth
icebreaker/
├── backend/
│ └── src/
│ ├── modules/
│ │ ├── auth/ # JWT auth + invite-code registration
│ │ ├── profiles/ # Sender profile management
│ │ ├── parse/ # File parsing (PDF / DOCX / OCR)
│ │ ├── generate/ # AI email generation & translation
│ │ └── admin/ # Admin stats
│ └── middleware/ # Auth & error handling
└── frontend/
└── src/
├── components/
│ ├── wizard/ # 3-step wizard
│ ├── profile/ # Profile management
│ └── email/ # Email cards
└── store/ # Zustand state
每天要联系几十个候选人,却不得不一遍遍发着同样的模板邮件。 候选人一眼看出这是群发,回复率低得可怜。 想写有温度的邮件,但哪有时间逐一研究每份简历?
对比一下,感受很直观——
|
❌ 普通模板邮件 |
✅ Icebreaker 生成的邮件 |
|
|
同样一个候选人,哪封邮件你会回?
Icebreaker 读懂候选人的简历,自动提炼具体细节,帮你写出一封像是专门为这个人写的邮件。
无需部署,直接访问:icebreaker.build
需要填入自己的 DashScope Key(免费注册即有额度,Key 仅存在你自己的账号下,不经过我们服务器)
|
技术 HR 联系资深工程师 候选人背景:
生成邮件开头:
|
内推人联系前同事 候选人背景:
生成邮件开头:
|
|
猎头联系被动候选人 候选人背景:
生成邮件开头:
|
跨语言联系海外候选人 候选人背景:
生成邮件开头(日语):
|
┌─────────────────────────────────────────────────────────────┐
│ │
│ Step 1 Step 2 Step 3 │
│ │
│ 📄 候选人信息 → ⚙️ 邮件设置 → ✉️ 生成结果 │
│ │
│ · 上传简历 · 选发件人 · 在线编辑 │
│ PDF/Word/图片 · 选风格 · 一键复制 │
│ · 或粘贴文字 · 选语言 · 翻译全文 │
│ · 生成 1~3 封 │
│ │
└─────────────────────────────────────────────────────────────┘
| 功能 | 说明 |
|---|---|
| 🧠 AI 深度个性化 | 自动识别并引用候选人简历中的具体项目、成就、技能,不写废话 |
| 📎 简历一键解析 | 上传 PDF、Word、截图均可,OCR 自动提取文字 |
| 🎨 4 种邮件风格 | 专业正式 / 温暖亲切 / 简洁直接 / 讲故事,匹配不同岗位文化 |
| 🌍 6 种语言 | 中文、English、日本語、한국어、Français、Español |
| 👤 多身份管理 | 保存 HR / 面试官 / 高管 / 内推人等多个发件人身份,随时切换 |
| ⚡ 并行生成 | 一次生成 1~3 封,每封角度不同,并行执行不排队 |
| 🔄 随时翻译 | 生成后随时翻译到任意语言,单封或批量 |
| ✏️ 在线编辑 | 生成结果可直接修改,满意后一键复制 |
- Node.js 18+
- PostgreSQL
- DashScope API Key(新用户有免费额度)
# 1. 克隆项目
git clone https://github.com/hxu911-bot/icebreaker.git
cd icebreaker
# 2. 配置环境变量
cp backend/.env.example backend/.env
# 编辑 backend/.env,填入 DATABASE_URL、JWT_SECRET、ADMIN_EMAIL、ADMIN_PASSWORD
# 3. 启动后端(终端 1)
cd backend && npm install && npm run dev # → http://localhost:3100
# 4. 启动前端(终端 2)
cd frontend && npm install && npm run dev # → http://localhost:5200打开 http://localhost:5200 即可使用。
Frontend Backend AI
───────── ───────── ────────────────────────
React 18 Express Qwen Plus(邮件生成)
Vite TypeScript Qwen VL Plus(图片 OCR)
Tailwind CSS Prisma via DashScope API
Zustand PostgreSQL
React Query JWT Auth
icebreaker/
├── backend/
│ └── src/
│ ├── modules/
│ │ ├── auth/ # 用户认证(JWT + 邀请码)
│ │ ├── profiles/ # 发件人 Profile 管理
│ │ ├── parse/ # 文件解析(PDF / DOCX / OCR)
│ │ ├── generate/ # AI 邮件生成 & 翻译
│ │ └── admin/ # 管理员统计
│ └── middleware/ # 认证 & 错误处理
└── frontend/
└── src/
├── components/
│ ├── wizard/ # 三步向导
│ ├── profile/ # Profile 管理
│ └── email/ # 邮件卡片
└── store/ # Zustand 状态
