YIPEI WEI commited on
Commit ·
89c17d4
0
Parent(s):
feat: initial release - Go Global SOP skill
Browse files- CODE_OF_CONDUCT.md +39 -0
- CONTRIBUTING.md +43 -0
- LICENSE +21 -0
- README.md +241 -0
- SKILL.md +118 -0
- references/full-sop.md +780 -0
CODE_OF_CONDUCT.md
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Contributor Covenant Code of Conduct
|
| 2 |
+
|
| 3 |
+
## Our Pledge
|
| 4 |
+
|
| 5 |
+
We as members, contributors, and leaders pledge to make participation in our
|
| 6 |
+
community a harassment-free experience for everyone, regardless of age, body
|
| 7 |
+
size, visible or invisible disability, ethnicity, sex characteristics, gender
|
| 8 |
+
identity and expression, level of experience, education, socio-economic status,
|
| 9 |
+
nationality, personal appearance, race, religion, or sexual identity
|
| 10 |
+
and orientation.
|
| 11 |
+
|
| 12 |
+
## Our Standards
|
| 13 |
+
|
| 14 |
+
Examples of behavior that contributes to a positive environment:
|
| 15 |
+
|
| 16 |
+
* Using welcoming and inclusive language
|
| 17 |
+
* Being respectful of differing viewpoints and experiences
|
| 18 |
+
* Gracefully accepting constructive criticism
|
| 19 |
+
* Focusing on what is best for the community
|
| 20 |
+
* Showing empathy towards other community members
|
| 21 |
+
|
| 22 |
+
Examples of unacceptable behavior:
|
| 23 |
+
|
| 24 |
+
* The use of sexualized language or imagery and unwelcome sexual attention
|
| 25 |
+
* Trolling, insulting/derogatory comments, and personal or political attacks
|
| 26 |
+
* Public or private harassment
|
| 27 |
+
* Publishing others' private information without explicit permission
|
| 28 |
+
* Other conduct which could reasonably be considered inappropriate
|
| 29 |
+
|
| 30 |
+
## Enforcement
|
| 31 |
+
|
| 32 |
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
| 33 |
+
reported to the project maintainers. All complaints will be reviewed and
|
| 34 |
+
investigated promptly and fairly.
|
| 35 |
+
|
| 36 |
+
## Attribution
|
| 37 |
+
|
| 38 |
+
This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org),
|
| 39 |
+
version 2.1, available at https://www.contributor-covenant.org/version/2/1/code_of_conduct.html.
|
CONTRIBUTING.md
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Contributing to Gingiris Go Global
|
| 2 |
+
|
| 3 |
+
Thank you for your interest in contributing! This playbook is built from real-world experience and we welcome contributions that add practical value.
|
| 4 |
+
|
| 5 |
+
## How to Contribute
|
| 6 |
+
|
| 7 |
+
### Content Contributions
|
| 8 |
+
|
| 9 |
+
- **Case studies**: Real go-global stories with specific data points
|
| 10 |
+
- **Channel updates**: New platform strategies, algorithm changes
|
| 11 |
+
- **Tool recommendations**: Verified tools for specific go-global tasks
|
| 12 |
+
- **Translations**: Improve existing translations or add new languages
|
| 13 |
+
- **Corrections**: Fix outdated information or broken references
|
| 14 |
+
|
| 15 |
+
### Process
|
| 16 |
+
|
| 17 |
+
1. Fork this repository
|
| 18 |
+
2. Create a feature branch (`git checkout -b improve/topic-name`)
|
| 19 |
+
3. Make your changes
|
| 20 |
+
4. Submit a Pull Request with clear description of what you added/changed
|
| 21 |
+
|
| 22 |
+
### Guidelines
|
| 23 |
+
|
| 24 |
+
- **Be specific**: Include numbers, timelines, and real examples
|
| 25 |
+
- **Be actionable**: Every recommendation should be executable
|
| 26 |
+
- **Be honest**: Don't oversell strategies; include failure modes
|
| 27 |
+
- **Cite sources**: Link to original data when possible
|
| 28 |
+
- **Keep it concise**: Respect readers' time
|
| 29 |
+
|
| 30 |
+
### What We Don't Accept
|
| 31 |
+
|
| 32 |
+
- Generic marketing advice without specific execution steps
|
| 33 |
+
- Promotional content for specific paid tools (unless genuinely best-in-class)
|
| 34 |
+
- Theoretical frameworks without real-world validation
|
| 35 |
+
- Content that contradicts the core philosophy (fix the bucket first)
|
| 36 |
+
|
| 37 |
+
## Questions?
|
| 38 |
+
|
| 39 |
+
Open an issue or reach out to the maintainers.
|
| 40 |
+
|
| 41 |
+
## License
|
| 42 |
+
|
| 43 |
+
By contributing, you agree that your contributions will be licensed under the MIT License.
|
LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
MIT License
|
| 2 |
+
|
| 3 |
+
Copyright (c) 2026 Iris (生姜iris) / Gingiris
|
| 4 |
+
|
| 5 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 6 |
+
of this software and associated documentation files (the "Software"), to deal
|
| 7 |
+
in the Software without restriction, including without limitation the rights
|
| 8 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| 9 |
+
copies of the Software, and to permit persons to whom the Software is
|
| 10 |
+
furnished to do so, subject to the following conditions:
|
| 11 |
+
|
| 12 |
+
The above copyright notice and this permission notice shall be included in all
|
| 13 |
+
copies or substantial portions of the Software.
|
| 14 |
+
|
| 15 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 16 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 17 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 18 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 19 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 20 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 21 |
+
SOFTWARE.
|
README.md
ADDED
|
@@ -0,0 +1,241 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!-- JSON-LD Structured Data -->
|
| 2 |
+
<script type="application/ld+json">
|
| 3 |
+
{
|
| 4 |
+
"@context": "https://schema.org",
|
| 5 |
+
"@graph": [
|
| 6 |
+
{
|
| 7 |
+
"@type": "SoftwareApplication",
|
| 8 |
+
"name": "Gingiris Go Global — AI Product/SaaS Go-Global Complete SOP",
|
| 9 |
+
"description": "AI产品/SaaS企业出海完整SOP — 从竞品调研到Launch到商业化的全流程操作手册",
|
| 10 |
+
"applicationCategory": "BusinessApplication",
|
| 11 |
+
"operatingSystem": "Any",
|
| 12 |
+
"author": {
|
| 13 |
+
"@type": "Person",
|
| 14 |
+
"name": "Iris (生姜iris)"
|
| 15 |
+
},
|
| 16 |
+
"license": "https://opensource.org/licenses/MIT",
|
| 17 |
+
"offers": {
|
| 18 |
+
"@type": "Offer",
|
| 19 |
+
"price": "0",
|
| 20 |
+
"priceCurrency": "USD"
|
| 21 |
+
},
|
| 22 |
+
"keywords": "go global, AI product overseas, startup international expansion, 出海增长, GTM strategy, SaaS overseas expansion, cold start, Product Hunt, Reddit marketing, SEO, GEO"
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"@type": "FAQPage",
|
| 26 |
+
"mainEntity": [
|
| 27 |
+
{
|
| 28 |
+
"@type": "Question",
|
| 29 |
+
"name": "What is Gingiris Go Global?",
|
| 30 |
+
"acceptedAnswer": {
|
| 31 |
+
"@type": "Answer",
|
| 32 |
+
"text": "Gingiris Go Global is a complete SOP (Standard Operating Procedure) for AI products and SaaS companies expanding internationally. It covers the full cycle from competitor research, positioning, acquiring first 100 users, user interviews, open-source launch, Product Hunt, Reddit, SEO/GEO, to monetization."
|
| 33 |
+
}
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"@type": "Question",
|
| 37 |
+
"name": "Who is this playbook designed for?",
|
| 38 |
+
"acceptedAnswer": {
|
| 39 |
+
"@type": "Answer",
|
| 40 |
+
"text": "Early-stage AI/SaaS startups (pre-seed to Series A) looking to expand globally, founding teams planning their first international launch, growth operators managing go-to-market strategy, and indie hackers building products for global markets."
|
| 41 |
+
}
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"@type": "Question",
|
| 45 |
+
"name": "How is this different from gingiris-launch?",
|
| 46 |
+
"acceptedAnswer": {
|
| 47 |
+
"@type": "Answer",
|
| 48 |
+
"text": "gingiris-launch focuses specifically on Product Hunt launches and KOL outreach. gingiris-go-global covers the entire go-global lifecycle — from Phase 0 market validation through monetization — with Product Hunt being just one channel within the larger framework."
|
| 49 |
+
}
|
| 50 |
+
},
|
| 51 |
+
{
|
| 52 |
+
"@type": "Question",
|
| 53 |
+
"name": "When should I NOT launch internationally?",
|
| 54 |
+
"acceptedAnswer": {
|
| 55 |
+
"@type": "Answer",
|
| 56 |
+
"text": "Don't launch if: your product isn't stable, your ICP is undefined, you're only chasing vanity metrics (stars/upvotes) without tracking registration-to-payment, or you haven't validated PMF. Fix the bucket before turning on the faucet."
|
| 57 |
+
}
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"@type": "Question",
|
| 61 |
+
"name": "What conversion benchmarks should I hit before scaling?",
|
| 62 |
+
"acceptedAnswer": {
|
| 63 |
+
"@type": "Answer",
|
| 64 |
+
"text": "Registration-to-payment benchmarks: ToC > 1.5% (ideally > 3%), Prosumer 5-8% (ideally > 8%), SMB 10-15%. If SMB is below 1%, check free tier generosity, paywall timing, aha moment speed, and ICP accuracy."
|
| 65 |
+
}
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"@type": "Question",
|
| 69 |
+
"name": "How do I find my first 100 users without spending much?",
|
| 70 |
+
"acceptedAnswer": {
|
| 71 |
+
"@type": "Answer",
|
| 72 |
+
"text": "Four paths: (1) Mine competitor active users who expressed dissatisfaction, (2) LinkedIn precision outreach by role/industry/company size, (3) Reddit/Twitter keyword monitoring for 'alternative to' and pain points, (4) Fiverr/service marketplace to validate willingness to pay. Budget should stay under $1000 for first 100 users."
|
| 73 |
+
}
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"@type": "Question",
|
| 77 |
+
"name": "What's the recommended Product Hunt strategy?",
|
| 78 |
+
"acceptedAnswer": {
|
| 79 |
+
"@type": "Answer",
|
| 80 |
+
"text": "PH is a badge war, not a traffic war. Focus on high-weight upvotes (~100/hour pace), prepare coming soon page 1 week ahead, book a Hunter, control IP distribution, and immediately leverage the badge on your website, README, and fundraising materials post-launch."
|
| 81 |
+
}
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"@type": "Question",
|
| 85 |
+
"name": "How does this playbook handle SEO and AI search (GEO)?",
|
| 86 |
+
"acceptedAnswer": {
|
| 87 |
+
"@type": "Answer",
|
| 88 |
+
"text": "Start with long-tail keywords (competitor alternatives, use cases, templates, comparison pages). For GEO/AI search optimization: use clear headings that directly answer questions, structured paragraphs with tables and steps, credible case studies, and maintain freshness. Content should be citable by AI summarization engines."
|
| 89 |
+
}
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"@type": "Question",
|
| 93 |
+
"name": "When should I build a local overseas team?",
|
| 94 |
+
"acceptedAnswer": {
|
| 95 |
+
"@type": "Answer",
|
| 96 |
+
"text": "Not before $2M revenue. Before that: founding team handles first 3 customers directly, use resellers/service partners early, build local team only after market is validated. Payments: start with Stripe/Airwallex/Paddle in parallel; Hong Kong entity is cost-effective for early stage."
|
| 97 |
+
}
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"@type": "Question",
|
| 101 |
+
"name": "Can I use this with other Gingiris skills?",
|
| 102 |
+
"acceptedAnswer": {
|
| 103 |
+
"@type": "Answer",
|
| 104 |
+
"text": "Yes. gingiris-go-global provides the master framework. You can deep-dive into specific channels using gingiris-launch (Product Hunt/KOL), gingiris-opensource (GitHub stars), gingiris-b2b-growth (B2B lifecycle), gingiris-aso-growth (App Store), and gingiris-seo-geo (SEO/GEO strategy)."
|
| 105 |
+
}
|
| 106 |
+
}
|
| 107 |
+
]
|
| 108 |
+
}
|
| 109 |
+
]
|
| 110 |
+
}
|
| 111 |
+
</script>
|
| 112 |
+
|
| 113 |
+
[](LICENSE)
|
| 114 |
+
[](#)
|
| 115 |
+
[](https://clawhub.ai/skill/gingiris-go-global)
|
| 116 |
+
[](https://huggingface.co/datasets/Gingiris/gingiris-go-global)
|
| 117 |
+
|
| 118 |
+
# 🌏 Gingiris Go Global — AI Product/SaaS Go-Global Complete SOP
|
| 119 |
+
|
| 120 |
+
> **AI产品/SaaS企业出海完整SOP — 从竞品调研到Launch到商业化的全流程操作手册**
|
| 121 |
+
|
| 122 |
+
---
|
| 123 |
+
|
| 124 |
+
## 🇺🇸 English
|
| 125 |
+
|
| 126 |
+
A battle-tested, full-lifecycle playbook for AI products and SaaS companies going global. Covers everything from competitor research, positioning, acquiring your first 100 users, user interviews, open-source launch, Product Hunt, Reddit, SEO/GEO optimization, conversion, to monetization and org principles. Built from real cases including AFFiNE (60k GitHub stars), HeyGen, and 150+ AI startup consultations.
|
| 127 |
+
|
| 128 |
+
**Core philosophy**: Fix the bucket before turning on the faucet.
|
| 129 |
+
|
| 130 |
+
## 🇨🇳 中文
|
| 131 |
+
|
| 132 |
+
经过实战验证的 AI 产品/SaaS 企业出海全流程 SOP。覆盖竞品调研、定位、前100用户获取、用户访谈、开源发布、Product Hunt、Reddit、SEO/GEO 优化、转化到商业化及组织原则。基于 AFFiNE(60k GitHub Stars)、HeyGen 及 150+ AI 创业公司咨询的真实案例提炼。
|
| 133 |
+
|
| 134 |
+
**核心理念**:先把桶补好,再开水龙头。
|
| 135 |
+
|
| 136 |
+
## 🇯🇵 日本語
|
| 137 |
+
|
| 138 |
+
AI製品・SaaS企業の海外展開フルサイクルSOP。競合調査、ポジショニング、最初の100ユーザー獲得、ユーザーインタビュー、オープンソースローンチ、Product Hunt、Reddit、SEO/GEO最適化、コンバージョンからマネタイズまでを網羅。AFFiNE(GitHub 60k Stars)、HeyGen、150社以上のAIスタートアップコンサルティングの実戦経験に基づく。
|
| 139 |
+
|
| 140 |
+
**コア哲学**:蛇口を開ける前に、まずバケツの穴を塞げ。
|
| 141 |
+
|
| 142 |
+
## 🇰🇷 한국어
|
| 143 |
+
|
| 144 |
+
AI 제품/SaaS 기업의 글로벌 진출 전 주기 SOP. 경쟁사 조사, 포지셔닝, 첫 100명 사용자 획득, 사용자 인터뷰, 오픈소스 런칭, Product Hunt, Reddit, SEO/GEO 최적화, 전환부터 수익화 및 조직 원칙까지 포괄. AFFiNE(GitHub 60k Stars), HeyGen, 150+ AI 스타트업 컨설팅의 실전 경험 기반.
|
| 145 |
+
|
| 146 |
+
**핵심 철학**: 수도꼭지를 틀기 전에 먼저 양동이 구멍을 막아라.
|
| 147 |
+
|
| 148 |
+
---
|
| 149 |
+
|
| 150 |
+
## 🎯 Who Is This For?
|
| 151 |
+
|
| 152 |
+
| Audience | Use Case |
|
| 153 |
+
|:---|:---|
|
| 154 |
+
| **Early-stage AI/SaaS founders** | Planning first international launch |
|
| 155 |
+
| **Growth operators** | Building go-to-market playbook for overseas markets |
|
| 156 |
+
| **Indie hackers** | Validating product-market fit globally with <$1000 |
|
| 157 |
+
| **DevTool / Open-source teams** | Combining OSS launch with commercial conversion |
|
| 158 |
+
| **Product managers** | Understanding full user journey from discovery to payment |
|
| 159 |
+
| **AI agents & copilots** | Providing structured go-global advice to users |
|
| 160 |
+
|
| 161 |
+
---
|
| 162 |
+
|
| 163 |
+
## 📋 What's Inside
|
| 164 |
+
|
| 165 |
+
| Phase | Coverage |
|
| 166 |
+
|:---|:---|
|
| 167 |
+
| Phase 0: Pre-launch Validation | Four critical questions before going global |
|
| 168 |
+
| Phase 1: Competitor Research | 3-competitor deep dive, channel analysis, archive.org method |
|
| 169 |
+
| Phase 2: Positioning & Website | One-sentence formula, 10-second homepage test |
|
| 170 |
+
| Phase 3: First 100 Users | 4 acquisition paths under $1000 |
|
| 171 |
+
| Phase 4: User Interviews | Screen-share protocol, workflow mapping |
|
| 172 |
+
| Phase 5: Beta → Growth Engine | Community building, UGC activation |
|
| 173 |
+
| Open Source Launch SOP | 48-hour blitz, GitHub Trending strategy |
|
| 174 |
+
| Product Hunt SOP | Badge strategy, upvote quality, 24h timeline |
|
| 175 |
+
| Reddit SOP | Karma building, post structure, content types |
|
| 176 |
+
| SEO/GEO SOP | Long-tail matrix, AI-citable content patterns |
|
| 177 |
+
| Conversion & Monetization | Benchmarks, scaling stages, PLG vs SLG |
|
| 178 |
+
| Org Principles | Team, fundraising, founder mindset |
|
| 179 |
+
|
| 180 |
+
---
|
| 181 |
+
|
| 182 |
+
## 🚀 Installation
|
| 183 |
+
|
| 184 |
+
```bash
|
| 185 |
+
clawhub install gingiris-go-global
|
| 186 |
+
```
|
| 187 |
+
|
| 188 |
+
Or install directly from GitHub:
|
| 189 |
+
|
| 190 |
+
```bash
|
| 191 |
+
clawhub install github:Gingiris-1031/gingiris-go-global
|
| 192 |
+
```
|
| 193 |
+
|
| 194 |
+
---
|
| 195 |
+
|
| 196 |
+
## 📂 File Structure
|
| 197 |
+
|
| 198 |
+
```
|
| 199 |
+
gingiris-go-global/
|
| 200 |
+
├── SKILL.md — Skill metadata + summary framework
|
| 201 |
+
├── README.md — This file (SEO/GEO optimized)
|
| 202 |
+
├── LICENSE — MIT
|
| 203 |
+
├── CODE_OF_CONDUCT.md
|
| 204 |
+
├── CONTRIBUTING.md
|
| 205 |
+
└── references/
|
| 206 |
+
└── full-sop.md — Complete SOP (all phases, channels, checklists)
|
| 207 |
+
```
|
| 208 |
+
|
| 209 |
+
---
|
| 210 |
+
|
| 211 |
+
## 🔗 Related Skills
|
| 212 |
+
|
| 213 |
+
| Skill | Focus | Install |
|
| 214 |
+
|:---|:---|:---|
|
| 215 |
+
| [gingiris-launch](https://github.com/Gingiris-1031/gingiris-launch) | Product Hunt / KOL launch | `clawhub install gingiris-launch` |
|
| 216 |
+
| [gingiris-opensource](https://github.com/Gingiris-1031/gingiris-opensource) | Open-source GitHub star growth | `clawhub install gingiris-opensource` |
|
| 217 |
+
| [gingiris-b2b-growth](https://github.com/Gingiris-1031/gingiris-b2b-growth) | B2B full lifecycle | `clawhub install gingiris-b2b-growth` |
|
| 218 |
+
| [gingiris-aso-growth](https://github.com/Gingiris-1031/gingiris-aso-growth) | App Store Optimization | `clawhub install gingiris-aso-growth` |
|
| 219 |
+
| [gingiris-seo-geo](https://github.com/Gingiris-1031/gingiris-seo-geo) | SEO & GEO dual-engine | `clawhub install gingiris-seo-geo` |
|
| 220 |
+
| [gingiris-growth-finder](https://github.com/Gingiris-1031/gingiris-growth-finder) | Meta-router for growth questions | `clawhub install gingiris-growth-finder` |
|
| 221 |
+
|
| 222 |
+
---
|
| 223 |
+
|
| 224 |
+
## 📄 License
|
| 225 |
+
|
| 226 |
+
[MIT](LICENSE) — Free to use, modify, and distribute.
|
| 227 |
+
|
| 228 |
+
---
|
| 229 |
+
|
| 230 |
+
## 🙏 Credits
|
| 231 |
+
|
| 232 |
+
Built by **Iris (生姜iris)** from 150+ AI startup consultations, AFFiNE growth experience, and 13 episodes of podcast deep-dives covering go-global strategy.
|
| 233 |
+
|
| 234 |
+
---
|
| 235 |
+
|
| 236 |
+
<details>
|
| 237 |
+
<summary><strong>Keywords (for search indexing)</strong></summary>
|
| 238 |
+
|
| 239 |
+
go global SOP, AI product overseas, startup international expansion, 出海增长, GTM strategy, how to launch AI product globally, startup go-to-market international, SaaS overseas expansion playbook, 企业出海, 冷启动, Product Hunt strategy, Reddit marketing for startups, open source launch, GitHub stars growth, user interview framework, conversion optimization, PLG strategy, AI startup growth, overseas expansion checklist, 出海打法, 海外增长, グローバル展開, 해외 진출
|
| 240 |
+
|
| 241 |
+
</details>
|
SKILL.md
ADDED
|
@@ -0,0 +1,118 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: gingiris-go-global
|
| 3 |
+
version: 1.0.0
|
| 4 |
+
description: |
|
| 5 |
+
🇺🇸 AI Product / SaaS Go-Global Complete SOP — From competitor research to launch to monetization. A full-cycle playbook covering Phase 0-5 (market validation, positioning, first 100 users, user interviews, beta-to-growth) plus open-source launch, Product Hunt, Reddit, SEO/GEO, conversion, and org principles.
|
| 6 |
+
|
| 7 |
+
🇨🇳 AI 产品 / SaaS 企业出海完整 SOP — 从竞品调研到 Launch 到商业化的全流程操作手册。覆盖 Phase 0-5(市场验证、定位、前100用户、用户访谈、Beta转增长)+ 开源发布、Product Hunt、Reddit、SEO/GEO、转化与组织原则。
|
| 8 |
+
|
| 9 |
+
🇯🇵 AI製品/SaaS海外展開フルサイクルSOP — 競合調査からローンチ、マネタイズまで。Phase 0-5(市場検証、ポジショニング、最初の100ユーザー、ユーザーインタビュー、ベータから成長)+オープンソース、Product Hunt、Reddit、SEO/GEO、コンバージョン、組織原則。
|
| 10 |
+
|
| 11 |
+
🇰🇷 AI 제품/SaaS 글로벌 진출 완전 SOP — 경쟁사 조사부터 런칭, 수익화까지 전 주기 플레이북. Phase 0-5(시장 검증, 포지셔닝, 첫 100명 사용자, 사용자 인터뷰, 베타→성장) + 오픈소스 런칭, Product Hunt, Reddit, SEO/GEO, 전환, 조직 원칙.
|
| 12 |
+
|
| 13 |
+
Triggers: "go global" | "出海" | "overseas expansion" | "GTM" | "cold start" | "launch strategy" | "international expansion" | "海外增长" | "出海SOP" | "product launch overseas" | "海外进出" | "グローバル展開" | "글로벌 진출" | "go-to-market" | "出海打法"
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# AI 产品/SaaS 企业出海完整 SOP
|
| 17 |
+
|
| 18 |
+
> 作者:Iris (生姜iris) | 版本:1.0.0
|
| 19 |
+
|
| 20 |
+
## 核心理念
|
| 21 |
+
|
| 22 |
+
出海不是"发英文内容 + 上 Product Hunt"。真正的主线是:
|
| 23 |
+
|
| 24 |
+
1. 找到最窄、最愿意付费的用户
|
| 25 |
+
2. 用竞品和用户语言定义一句话定位
|
| 26 |
+
3. 把官网、README、Demo、社区、转化路径做成闭环
|
| 27 |
+
4. 在 24-48 小时内集中打出可信流量峰值
|
| 28 |
+
5. 峰值之后立刻转向用户访谈、转化率和商业化
|
| 29 |
+
6. 用内容、社区、SEO、生态合作把一次发布沉淀成长期资产
|
| 30 |
+
|
| 31 |
+
**一句话:先把桶补好,再开水龙头。**
|
| 32 |
+
|
| 33 |
+
---
|
| 34 |
+
|
| 35 |
+
## 全流程框架
|
| 36 |
+
|
| 37 |
+
### Phase 0:出海前判断
|
| 38 |
+
|
| 39 |
+
回答四个问题:
|
| 40 |
+
- 你靠谁赚钱?
|
| 41 |
+
- 这批人现在用什么替代方案?
|
| 42 |
+
- 他们在哪些渠道主动讨论这个问题?
|
| 43 |
+
- 他们为什么现在就愿意切换或付费?
|
| 44 |
+
|
| 45 |
+
回答不出来 → 不要做 launch,先做用户访谈和竞品拆解。
|
| 46 |
+
|
| 47 |
+
### Phase 1:竞品调研
|
| 48 |
+
|
| 49 |
+
- 只选最多 3 个对标(用户画像一致、商业模式一致、已跑通商业化)
|
| 50 |
+
- 用 web.archive.org 拆竞品官网历史(每阶段一句话介绍、CTA 变化、客户 logo 出现时间)
|
| 51 |
+
- 拆渠道:Twitter/X、YouTube、Reddit、SEO(竞品词/alternative/场景词/问题词)
|
| 52 |
+
- 落到一张表:哪个渠道适合你、为什么、第一波怎么打
|
| 53 |
+
|
| 54 |
+
### Phase 2:定位与官网
|
| 55 |
+
|
| 56 |
+
- **一句话公式**:`[差异点] + [对标产品] + for [目标用户/场景]`
|
| 57 |
+
- 官网首屏 10 秒内说清:这是什么、给谁用、替代什么、为什么更好、下一步点哪里
|
| 58 |
+
- 结构:价值主张+CTA → Use Case → Trusted By → 功能/对比/定价/FAQ
|
| 59 |
+
|
| 60 |
+
### Phase 3:前 100 个用户
|
| 61 |
+
|
| 62 |
+
PMF 前不要花超过 $1000 找前 100 个用户:
|
| 63 |
+
1. 挖竞品活跃用户(近 3 月评论过竞品、表达不满)
|
| 64 |
+
2. LinkedIn 精准建联(按职能/行业/公司规模/国家/工具)
|
| 65 |
+
3. Reddit / Twitter 关键词监听(竞品名、alternative to、looking for)
|
| 66 |
+
4. Fiverr / 服务市场验证付费需求
|
| 67 |
+
|
| 68 |
+
### Phase 4:用户访谈
|
| 69 |
+
|
| 70 |
+
- 必须共享屏幕、看竞品使用、用户说 80% 你说 20%
|
| 71 |
+
- 优先访谈:Top 10 付费用户 / Token 消耗 Top 10 / 连续使用 3-7 天的 Beta 用户
|
| 72 |
+
- 理解上下游 workflow:前一步、后一步、替代方案、卡点、哪一步愿意付钱
|
| 73 |
+
|
| 74 |
+
### Phase 5:Beta 用户转增长资产
|
| 75 |
+
|
| 76 |
+
- 创始人亲自 Welcome Letter + 专属社区
|
| 77 |
+
- 连续使用 3-7 天后推动社媒分享
|
| 78 |
+
- 把用户总结出的产品差异改写成官网和社媒文案
|
| 79 |
+
|
| 80 |
+
---
|
| 81 |
+
|
| 82 |
+
## 渠道 SOP 摘要
|
| 83 |
+
|
| 84 |
+
| 渠道 | 核心要点 |
|
| 85 |
+
|:---|:---|
|
| 86 |
+
| 开源 Launch | 48h 集中引爆,所有入口回 GitHub README |
|
| 87 |
+
| Product Hunt | Badge 战,非流量战;控制 ~100 upvotes/hour |
|
| 88 |
+
| Reddit | 潜水 1-2 周,80% 干货 + 20% 产品;不要跨社区复制 |
|
| 89 |
+
| SEO/GEO | 先做 alternative / use case / 模板页 / 对比页 |
|
| 90 |
+
|
| 91 |
+
---
|
| 92 |
+
|
| 93 |
+
## 转化与商业化
|
| 94 |
+
|
| 95 |
+
- 放量前看注册到付费转化率(ToC >1.5%, Prosumer 5-8%, SMB 10-15%)
|
| 96 |
+
- $1M ARR 前集中 1-2 个渠道打透
|
| 97 |
+
- $200万 revenue 前不急建海外本地团队
|
| 98 |
+
- PLG = 用户通过产品获得收益和传播动机
|
| 99 |
+
|
| 100 |
+
---
|
| 101 |
+
|
| 102 |
+
## 一页作战清单
|
| 103 |
+
|
| 104 |
+
| 阶段 | 关键动作 |
|
| 105 |
+
|:---|:---|
|
| 106 |
+
| L-6w ~ L-4w | ICP、对标、竞品拆解、一句话定位、20-40 次访谈 |
|
| 107 |
+
| L-4w ~ L-2w | 官网、README、Demo、文档、KOL 名单、Reddit 预热 |
|
| 108 |
+
| L-1w | 小时级发布表、文案、PH 准备、压测 |
|
| 109 |
+
| Launch 48h | 全渠道同步、KOL 两波、每小时记录、实时回复 |
|
| 110 |
+
| L+90d | 高活访谈、SEO 文章、awesome-list、ambassador、优化转化 |
|
| 111 |
+
|
| 112 |
+
---
|
| 113 |
+
|
| 114 |
+
## 详细参考
|
| 115 |
+
|
| 116 |
+
完整 SOP 原文(含全部阶段细节、播客总结、作战清单):
|
| 117 |
+
|
| 118 |
+
→ [references/full-sop.md](references/full-sop.md)
|
references/full-sop.md
ADDED
|
@@ -0,0 +1,780 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
## 1. 核心判断
|
| 3 |
+
|
| 4 |
+
Iris 的出海方法不是“发英文内容 + 上 Product Hunt”。真正的主线是:
|
| 5 |
+
|
| 6 |
+
1. 找到最窄、最愿意付费的用户。
|
| 7 |
+
2. 用竞品和用户语言定义一句话定位。
|
| 8 |
+
3. 把官网、README、Demo、社区、转化路径做成一个闭环。
|
| 9 |
+
4. 在 24-48 小时内集中打出可信流量峰值。
|
| 10 |
+
5. 峰值之后立刻转向用户访谈、转化率和商业化。
|
| 11 |
+
6. 用内容、社区、SEO、生态合作把一次发布沉淀成长期资产。
|
| 12 |
+
|
| 13 |
+
一句话:先把桶补好,再开水龙头。
|
| 14 |
+
|
| 15 |
+
## 2. 不该做的事
|
| 16 |
+
|
| 17 |
+
- 产品没稳定就做 PH。
|
| 18 |
+
- ICP 没定义清楚就投流。
|
| 19 |
+
- 只追 GitHub Star、PH upvote、曝光量,不看注册到付费。
|
| 20 |
+
- 早期上来就找本地团队、搞品牌 campaign、做大规模广告。
|
| 21 |
+
- Reddit 当广告平台用。
|
| 22 |
+
- 用户访谈只问“你喜不喜欢”,不看真实工作流和付费理由。
|
| 23 |
+
- 竞品调研列 10 个巨头,实际没有一个和你的商业模式、用户画像一致。
|
| 24 |
+
- 产品没 PMF,却用增长掩盖留存和激活问题。
|
| 25 |
+
|
| 26 |
+
## 3. 阶段 SOP
|
| 27 |
+
|
| 28 |
+
### Phase 0:出海前判断
|
| 29 |
+
|
| 30 |
+
先回答四个问题:
|
| 31 |
+
|
| 32 |
+
- 你靠谁赚钱?
|
| 33 |
+
- 这批人现在用什么替代方案?
|
| 34 |
+
- 他们在哪些渠道主动讨论这个问题?
|
| 35 |
+
- 他们为什么现在就愿意切换或付费?
|
| 36 |
+
|
| 37 |
+
如果回答不出来,不要做 launch。先做用户访谈和竞品拆解。
|
| 38 |
+
|
| 39 |
+
### Phase 1:竞品调研
|
| 40 |
+
|
| 41 |
+
目标不是“知道有哪些竞品”,而是拆出竞品从 0-1 的增长路径。
|
| 42 |
+
|
| 43 |
+
#### 1. 只选最多 3 个对标
|
| 44 |
+
|
| 45 |
+
标准:
|
| 46 |
+
|
| 47 |
+
- 用户画像一致。
|
| 48 |
+
- 商业模式一致。
|
| 49 |
+
- 已经跑通商业化。
|
| 50 |
+
- 渠道路径可学习。
|
| 51 |
+
|
| 52 |
+
不要一上来就把 Manus、Devin、Cursor、Notion 全列进去。竞品太泛,说明你没想清楚自己是谁。
|
| 53 |
+
|
| 54 |
+
#### 2. 拆官网历史
|
| 55 |
+
|
| 56 |
+
用 `web.archive.org` 看竞品不同阶段:
|
| 57 |
+
|
| 58 |
+
- 第一版官网。
|
| 59 |
+
- Beta test 阶段官网。
|
| 60 |
+
- 正式 launch 阶段官网。
|
| 61 |
+
- 第一次 pricing 出现的时间。
|
| 62 |
+
- 第一次 SEO 内容出现的时间。
|
| 63 |
+
- 第一次社区入口出现的时间。
|
| 64 |
+
|
| 65 |
+
记录:
|
| 66 |
+
|
| 67 |
+
- 每个阶段的一句话介绍。
|
| 68 |
+
- 官网总共几屏。
|
| 69 |
+
- 每屏讲什么。
|
| 70 |
+
- User case 如何变化。
|
| 71 |
+
- CTA 如何变化。
|
| 72 |
+
- 什么时候开始放客户 logo。
|
| 73 |
+
|
| 74 |
+
#### 3. 拆渠道
|
| 75 |
+
|
| 76 |
+
先用 Similarweb 看大概流量来源,再逐个渠道拆内容。
|
| 77 |
+
|
| 78 |
+
Twitter/X:
|
| 79 |
+
|
| 80 |
+
- 官方账号:release note、教程、user case、招聘、功能预告、生态合作。
|
| 81 |
+
- 创始人账号:发布频率、叙事风格、个人观点。
|
| 82 |
+
- DevRel 账号:开源项目必须看,重点看生态合作和开发者关系。
|
| 83 |
+
- KOL:thread、single post、quote、retweet 的比例、价格、CTA。
|
| 84 |
+
|
| 85 |
+
YouTube:
|
| 86 |
+
|
| 87 |
+
- 官方功能教程。
|
| 88 |
+
- 长线内容栏目。
|
| 89 |
+
- 视频封面、长度、发布时间。
|
| 90 |
+
- 红人 integrated video / 长视频合作。
|
| 91 |
+
|
| 92 |
+
Reddit:
|
| 93 |
+
|
| 94 |
+
- 竞品出现过哪些 subreddit。
|
| 95 |
+
- 哪些帖子没被删。
|
| 96 |
+
- 标题、正文、upvote、comment 数。
|
| 97 |
+
- 竞品关键词相关 subreddit。
|
| 98 |
+
|
| 99 |
+
SEO:
|
| 100 |
+
|
| 101 |
+
- 竞品词。
|
| 102 |
+
- alternative 词。
|
| 103 |
+
- 场景词。
|
| 104 |
+
- 问题词。
|
| 105 |
+
- 模板词。
|
| 106 |
+
|
| 107 |
+
结论要落到一张表:哪个渠道适合你,为什么,第一波怎么打。
|
| 108 |
+
|
| 109 |
+
### Phase 2:定位与官网
|
| 110 |
+
|
| 111 |
+
#### 1. 一句话介绍
|
| 112 |
+
|
| 113 |
+
Iris 的建议很直接:没有更好的方案,就蹭对标。
|
| 114 |
+
|
| 115 |
+
公式:
|
| 116 |
+
|
| 117 |
+
`[差异点] + [对标产品/类别] + for [目标用户/场景]`
|
| 118 |
+
|
| 119 |
+
例子:
|
| 120 |
+
|
| 121 |
+
- Open source alternative to Notion & Miro。
|
| 122 |
+
- Chrome alternative for people who live in tabs。
|
| 123 |
+
- AI video workflow for short-drama studios。
|
| 124 |
+
|
| 125 |
+
差异化两种:
|
| 126 |
+
|
| 127 |
+
- 程度差异:更快、更便宜、更简单。
|
| 128 |
+
- 二元差异:隐私、不追踪、本地优先、开源、自托管。
|
| 129 |
+
|
| 130 |
+
#### 2. 官网首屏
|
| 131 |
+
|
| 132 |
+
首屏必须 10 秒内说清:
|
| 133 |
+
|
| 134 |
+
- 这是什么。
|
| 135 |
+
- 给谁用。
|
| 136 |
+
- 替代什么。
|
| 137 |
+
- 为什么更好。
|
| 138 |
+
- 下一步点哪里。
|
| 139 |
+
|
| 140 |
+
官网结构建议:
|
| 141 |
+
|
| 142 |
+
1. 首屏:一句话价值主张 + CTA + Demo/GIF。
|
| 143 |
+
2. 第二屏:高频 use case。
|
| 144 |
+
3. 第三屏:客户 logo / trusted by。
|
| 145 |
+
4. 后续:分场景功能、竞品对比、定价、FAQ。
|
| 146 |
+
|
| 147 |
+
不要一上来讲技术多强。用户不买“技术强”,用户买“我的问题被解决”。
|
| 148 |
+
|
| 149 |
+
### Phase 3:前 100 个用户
|
| 150 |
+
|
| 151 |
+
原则:PMF 前,不要花超过 1000 美金找前 100 个用户。超过了,基本是方法错。
|
| 152 |
+
|
| 153 |
+
#### 路径 1:挖竞品活跃用户
|
| 154 |
+
|
| 155 |
+
做法:
|
| 156 |
+
|
| 157 |
+
- 找近 3 个月评论过竞品的人。
|
| 158 |
+
- 看他们是否表达过不满、替代需求、价格敏感。
|
| 159 |
+
- 写 3 版私信,每版先发 20 条。
|
| 160 |
+
- 看回复率,再放量。
|
| 161 |
+
|
| 162 |
+
参考回复率:
|
| 163 |
+
|
| 164 |
+
- Twitter/X:约 1%-5%。
|
| 165 |
+
- LinkedIn:约 10%-15%。
|
| 166 |
+
|
| 167 |
+
#### 路径 2:LinkedIn 精准建联
|
| 168 |
+
|
| 169 |
+
拆细:
|
| 170 |
+
|
| 171 |
+
- 职能。
|
| 172 |
+
- 行业。
|
| 173 |
+
- 公司规模。
|
| 174 |
+
- 国家。
|
| 175 |
+
- 正在使用的工具。
|
| 176 |
+
|
| 177 |
+
LinkedIn 上 CEO/CTO 并不是不会回。他们也在获客、找合作、找工具。高质量私信比低质量广告值钱。
|
| 178 |
+
|
| 179 |
+
#### 路径 3:Reddit / Twitter 关键词监听
|
| 180 |
+
|
| 181 |
+
监听:
|
| 182 |
+
|
| 183 |
+
- 竞品名。
|
| 184 |
+
- 替代方案。
|
| 185 |
+
- “too expensive”。
|
| 186 |
+
- “looking for”。
|
| 187 |
+
- “alternative to”。
|
| 188 |
+
- 场景痛点。
|
| 189 |
+
|
| 190 |
+
看到真实讨论后,不要硬贴产品链接。先给解决建议,再软提产品。
|
| 191 |
+
|
| 192 |
+
#### 路径 4:Fiverr / 服务市场验证
|
| 193 |
+
|
| 194 |
+
适合 AI 工具:
|
| 195 |
+
|
| 196 |
+
- 先把能力包装成服务。
|
| 197 |
+
- 比人工服务便宜。
|
| 198 |
+
- 看是否有人愿意真实下单。
|
| 199 |
+
|
| 200 |
+
例:HeyGen 早期用 Fiverr 验证付费需求。别人手工剪视频 100 美金,你用 AI 做 30 美金,先验证是否有人付钱。
|
| 201 |
+
|
| 202 |
+
### Phase 4:用户访谈
|
| 203 |
+
|
| 204 |
+
90% 的 Founder 做的是无效访谈。
|
| 205 |
+
|
| 206 |
+
有效访谈标准:
|
| 207 |
+
|
| 208 |
+
- 必须共享屏幕。
|
| 209 |
+
- 看用户怎么用竞品。
|
| 210 |
+
- 看用户怎么用你的产品。
|
| 211 |
+
- 用户说 80%,你说 20%。
|
| 212 |
+
- 问对方为哪些竞品付过费、为什么付费、哪里卡。
|
| 213 |
+
- 访谈后复盘并剪出高光片段给产研看。
|
| 214 |
+
|
| 215 |
+
优先访谈:
|
| 216 |
+
|
| 217 |
+
- Top 10 付费用户。
|
| 218 |
+
- 如果还没付费,看 token 消耗量 / 使用频率 Top 10。
|
| 219 |
+
- 连续使用 3-7 天的 Beta 用户。
|
| 220 |
+
|
| 221 |
+
不要只收 Feature Request。要理解上下游 workflow:
|
| 222 |
+
|
| 223 |
+
- 使用前一步是什么?
|
| 224 |
+
- 使用后一步是什么?
|
| 225 |
+
- 替代方案是什么?
|
| 226 |
+
- 卡点在哪里?
|
| 227 |
+
- 哪一步愿意付钱?
|
| 228 |
+
|
| 229 |
+
### Phase 5:Beta 用户转增长资产
|
| 230 |
+
|
| 231 |
+
Beta 用户不是测试员,是第一批增长引擎。
|
| 232 |
+
|
| 233 |
+
做法:
|
| 234 |
+
|
| 235 |
+
- 创始人亲自 Welcome Letter。
|
| 236 |
+
- 建专属 Slack/Discord/Telegram。
|
| 237 |
+
- 给清晰 To-do:试新功能、给反馈、分享体验。
|
| 238 |
+
- 轻度游戏化:成就、邀请奖励、内测身份。
|
| 239 |
+
- 在连续使用 3-7 天后,推动其社媒分享。
|
| 240 |
+
- 把用户总结出的产品差异,直接改写成官网和社媒文案。
|
| 241 |
+
|
| 242 |
+
关键:不要给用户“发工资”,而是让用户因你的产品获益,甚至靠你的生态赚钱。
|
| 243 |
+
|
| 244 |
+
## 4. 开源 Launch SOP
|
| 245 |
+
|
| 246 |
+
适合 DevTool、AI infra、生产力工具、开发者工具、可自托管产品。
|
| 247 |
+
|
| 248 |
+
### 4.1 开源前准备
|
| 249 |
+
|
| 250 |
+
必须有:
|
| 251 |
+
|
| 252 |
+
- 清晰 README。
|
| 253 |
+
- Hero GIF。
|
| 254 |
+
- Quick Start 不超过 5 步。
|
| 255 |
+
- Demo / 官网 / 文档 / Discord 链接。
|
| 256 |
+
- 贡献指南。
|
| 257 |
+
- issue 模板。
|
| 258 |
+
- Star CTA。
|
| 259 |
+
- 开源后的商业化承接:Cloud、Enterprise、API、Self-host、Support。
|
| 260 |
+
|
| 261 |
+
开源不是商业模式,是市场动作 + 生态动作 + 信任动作。没商业化承接,Star 来了也浪费。
|
| 262 |
+
|
| 263 |
+
### 4.2 48 小时集中引爆
|
| 264 |
+
|
| 265 |
+
不要把 launch 摊成两周。GitHub Trending 看速度,集中窗口更重要。
|
| 266 |
+
|
| 267 |
+
推荐节奏:
|
| 268 |
+
|
| 269 |
+
- T-0 晚:仓库 Public,官网上线。
|
| 270 |
+
- 官方 Twitter/X 发核心 Thread。
|
| 271 |
+
- 第一批 KOL quote。
|
| 272 |
+
- Medium / Blog 长文上线。
|
| 273 |
+
- Hacker News Show HN。
|
| 274 |
+
- Reddit 目标社区发帖。
|
| 275 |
+
- Product Hunt 或 DevHunt 辅助。
|
| 276 |
+
- Discord/Telegram/LinkedIn 群组同步。
|
| 277 |
+
- 每小时记录 Star、来源、issue、fork、社区新增。
|
| 278 |
+
|
| 279 |
+
AFFiNE 的经验里,早期用“Open Source Alternative to Notion & Miro”吃到了对标流量。开源 + 出海 + 清晰对标,是第一波爆发的关键。
|
| 280 |
+
|
| 281 |
+
### 4.3 Star 的正确理解
|
| 282 |
+
|
| 283 |
+
Star 是信用阈值,不是终点。
|
| 284 |
+
|
| 285 |
+
- 0-100:陌生项目。
|
| 286 |
+
- 100-500:可尝试。
|
| 287 |
+
- 500-1,000:开始可信。
|
| 288 |
+
- 1,000+:转化率明显改善。
|
| 289 |
+
- 10,000+:融资、媒体、生态合作资产。
|
| 290 |
+
|
| 291 |
+
Star 还要看:
|
| 292 |
+
|
| 293 |
+
- 地域分布。
|
| 294 |
+
- fork。
|
| 295 |
+
- issue。
|
| 296 |
+
- PR。
|
| 297 |
+
- contributors。
|
| 298 |
+
- 社区活跃。
|
| 299 |
+
- 版本发布节奏。
|
| 300 |
+
|
| 301 |
+
如果第一周全靠中文圈冲 Star,对海外融资和全球化叙事反而是风险。
|
| 302 |
+
|
| 303 |
+
### 4.4 6,000 Star 后做什么
|
| 304 |
+
|
| 305 |
+
不要继续只广播。转向:
|
| 306 |
+
|
| 307 |
+
- 1v1 用户访谈。
|
| 308 |
+
- 用户分层。
|
| 309 |
+
- 社区贡献者体系。
|
| 310 |
+
- 每周 release。
|
| 311 |
+
- issue 24 小时内响应。
|
| 312 |
+
- 每周内容。
|
| 313 |
+
- awesome-list 提交。
|
| 314 |
+
- SEO 长尾文章。
|
| 315 |
+
|
| 316 |
+
## 5. Product Hunt SOP
|
| 317 |
+
|
| 318 |
+
飞书 PH Review 的关键信息:PH 的付费转化多发生在拿到 badge 之后,因此当天的目标不是“热闹”,而是拿高排名和高权重 upvote。
|
| 319 |
+
|
| 320 |
+
### 5.1 什么时候不该做 PH
|
| 321 |
+
|
| 322 |
+
- 预算很低。
|
| 323 |
+
- 产品没有承接能力。
|
| 324 |
+
- 官网转化差。
|
| 325 |
+
- 没有 warm audience。
|
| 326 |
+
- 没有后续转化路径。
|
| 327 |
+
|
| 328 |
+
预算不高时,同样预算找 10 个 Twitter KOL/KOC,可能比硬卷 PH 更有效。
|
| 329 |
+
|
| 330 |
+
### 5.2 PH 前置准备
|
| 331 |
+
|
| 332 |
+
- 提前 1 周准备 coming soon page。
|
| 333 |
+
- 提前预约 Hunter。
|
| 334 |
+
- 让 PH 官方有时间审阅项目。
|
| 335 |
+
- 完善 Maker Profile。
|
| 336 |
+
- 准备首评。
|
| 337 |
+
- 准备官网 PH code block。
|
| 338 |
+
- 准备 KOL、LinkedIn、Twitter、社群、邮件支持者。
|
| 339 |
+
|
| 340 |
+
PH 的日榜、周榜、月榜只有前五有 badge。
|
| 341 |
+
|
| 342 |
+
### 5.3 Upvote 质量
|
| 343 |
+
|
| 344 |
+
注意:
|
| 345 |
+
|
| 346 |
+
- PH 大约每 2 小时清票。
|
| 347 |
+
- 新账号、低权重账号容易被清。
|
| 348 |
+
- 同地区 IP 过密会被清。
|
| 349 |
+
- 超出自然流量趋势会被清。
|
| 350 |
+
- 建议控制在约 100 upvotes/hour。
|
| 351 |
+
- 办公室投票要避免同 Wi-Fi 同 IP。
|
| 352 |
+
|
| 353 |
+
高权重账号特征:
|
| 354 |
+
|
| 355 |
+
- 注册时间长。
|
| 356 |
+
- 平台互动时间长。
|
| 357 |
+
- 有真实投票和评论行为。
|
| 358 |
+
|
| 359 |
+
### 5.4 24 小时节奏
|
| 360 |
+
|
| 361 |
+
- 00:01 PST:上线,Maker 评论,官方 Twitter/X、Discord 官宣。
|
| 362 |
+
- 00:01-04:00:第一波 KOL。
|
| 363 |
+
- 01:00-03:00:Reddit / HN 辅助。
|
| 364 |
+
- 04:00-08:00:海外社群和 PH 评论区互动。
|
| 365 |
+
- 08:00-12:00:第二波 KOL + DM。
|
| 366 |
+
- 12:00-17:00:监控清票、排名、转化。
|
| 367 |
+
- 17:00-21:00:亚洲和国内渠道集中。
|
| 368 |
+
- 21:00-23:59:最后冲刺、感谢。
|
| 369 |
+
- 次日:感谢、复盘、官网挂 badge、更新 README。
|
| 370 |
+
|
| 371 |
+
### 5.5 PH 的真实价值
|
| 372 |
+
|
| 373 |
+
不是当天流量,而是:
|
| 374 |
+
|
| 375 |
+
- badge。
|
| 376 |
+
- 社交证明。
|
| 377 |
+
- 媒体引用。
|
| 378 |
+
- Newsletter 收录。
|
| 379 |
+
- 官网转化提升。
|
| 380 |
+
- 后续周榜/月榜。
|
| 381 |
+
- 销售和融资材料。
|
| 382 |
+
|
| 383 |
+
## 6. Reddit SOP
|
| 384 |
+
|
| 385 |
+
Reddit 不是广告位。最快被封的方法就是“上来营销”。
|
| 386 |
+
|
| 387 |
+
### 6.1 发帖前
|
| 388 |
+
|
| 389 |
+
- 潜水 1-2 周。
|
| 390 |
+
- 读 top posts。
|
| 391 |
+
- 找同类产品没被删的帖子。
|
| 392 |
+
- 账号至少 80 karma。
|
| 393 |
+
- 评论 5-10 个真实帖子。
|
| 394 |
+
- 每个 subreddit 单独写文案。
|
| 395 |
+
|
| 396 |
+
### 6.2 发帖结构
|
| 397 |
+
|
| 398 |
+
- Hook:真实问题或经验。
|
| 399 |
+
- Value:80% 干货。
|
| 400 |
+
- Soft mention:20% 产品。
|
| 401 |
+
- CTA:可放评论,不要强求 upvote。
|
| 402 |
+
|
| 403 |
+
不要:
|
| 404 |
+
|
| 405 |
+
- 标题党。
|
| 406 |
+
- 正文直接塞链接。
|
| 407 |
+
- 多社区复制同一篇。
|
| 408 |
+
- 要 upvote。
|
| 409 |
+
- 和批评者吵架。
|
| 410 |
+
|
| 411 |
+
### 6.3 适合的内容
|
| 412 |
+
|
| 413 |
+
- 技术复盘。
|
| 414 |
+
- 开源经验。
|
| 415 |
+
- 竞品替代。
|
| 416 |
+
- 如何解决某个具体 workflow。
|
| 417 |
+
- “我分析了 X 个产品,发现 Y 个规律”。
|
| 418 |
+
|
| 419 |
+
## 7. SEO / GEO SOP
|
| 420 |
+
|
| 421 |
+
### 7.1 SEO 不要一开始抢大词
|
| 422 |
+
|
| 423 |
+
先做:
|
| 424 |
+
|
| 425 |
+
- 竞品 alternative。
|
| 426 |
+
- 具体 use case。
|
| 427 |
+
- 模板页。
|
| 428 |
+
- 对比页。
|
| 429 |
+
- 迁移教程。
|
| 430 |
+
- 问题解决页。
|
| 431 |
+
|
| 432 |
+
内容公式:
|
| 433 |
+
|
| 434 |
+
`功能 x 场景 x 行业 x 语言 = 长尾词矩阵`
|
| 435 |
+
|
| 436 |
+
### 7.2 节奏
|
| 437 |
+
|
| 438 |
+
- 先盯 10 个词,不要一上来 50 个。
|
| 439 |
+
- 网站技术 SEO 先过关。
|
| 440 |
+
- 内容要带真实截图、GIF、案例。
|
| 441 |
+
- 文章互链。
|
| 442 |
+
- README、官网、博客互相导流。
|
| 443 |
+
- 每周固定产出。
|
| 444 |
+
|
| 445 |
+
### 7.3 GEO / AI 搜索
|
| 446 |
+
|
| 447 |
+
AI 推荐时代,单纯 SEO 不够。内容要能被 AI 摘要引用:
|
| 448 |
+
|
| 449 |
+
- 标题直接回答问题。
|
| 450 |
+
- 段落结构清晰。
|
| 451 |
+
- 有表格、步骤、对比。
|
| 452 |
+
- 提供可信案例。
|
| 453 |
+
- 保持更新。
|
| 454 |
+
- 外部高质量引用。
|
| 455 |
+
|
| 456 |
+
## 8. 转化与商业化 SOP
|
| 457 |
+
|
| 458 |
+
### 8.1 放量前看注册到付费
|
| 459 |
+
|
| 460 |
+
Iris 在 AWS 工作坊里给出的核心指标:注册到付费转化率稳定过 benchmark,再放量。
|
| 461 |
+
|
| 462 |
+
参考:
|
| 463 |
+
|
| 464 |
+
- ToC:> 1.5%,早期最好 > 3%。
|
| 465 |
+
- Prosumer:5%-8%,最好 > 8%。
|
| 466 |
+
- SMB:10%-15%。
|
| 467 |
+
|
| 468 |
+
SMB 产品如果不到 1%,优先检查:
|
| 469 |
+
|
| 470 |
+
- 免费权益是否给太多。
|
| 471 |
+
- 付费路径是否太晚出现。
|
| 472 |
+
- aha moment 是否太慢。
|
| 473 |
+
- 价格锚点是否不清楚。
|
| 474 |
+
- ICP 是否错。
|
| 475 |
+
|
| 476 |
+
### 8.2 不要过早做大规模投放
|
| 477 |
+
|
| 478 |
+
阶段建议:
|
| 479 |
+
|
| 480 |
+
- 种子阶段:创始人人脉、VC 推荐、用户访谈、手动触达。
|
| 481 |
+
- $500K ARR:媒体发布、社区沉淀。
|
| 482 |
+
- $1M ARR:红人营销、SEO、Affiliate。
|
| 483 |
+
- $5M ARR:规模化社交投放。
|
| 484 |
+
- $20M ARR:信息流广告、Referral。
|
| 485 |
+
- $100M ARR:ABM、Enterprise Sales、品牌 Campaign。
|
| 486 |
+
|
| 487 |
+
百万美金收入以下,1-2 个渠道打透就够。
|
| 488 |
+
|
| 489 |
+
### 8.3 PLG 不是自助注册
|
| 490 |
+
|
| 491 |
+
真正的 PLG 是让用户通过产品获得收益和传播动机。
|
| 492 |
+
|
| 493 |
+
例子:
|
| 494 |
+
|
| 495 |
+
- Ambassador Program。
|
| 496 |
+
- 模板生态。
|
| 497 |
+
- Affiliate。
|
| 498 |
+
- 用户案例。
|
| 499 |
+
- 可分享输出。
|
| 500 |
+
- 用户用你的工具赚钱。
|
| 501 |
+
|
| 502 |
+
Prosumer 和 SMB 更适合 PLG;高 ACV、采购复杂、合规要求高的产品要加 SLG。
|
| 503 |
+
|
| 504 |
+
### 8.4 本地团队
|
| 505 |
+
|
| 506 |
+
200 万美金 revenue 以前,不急着搭海外本地团队。
|
| 507 |
+
|
| 508 |
+
更合理:
|
| 509 |
+
|
| 510 |
+
- 前三个客户 Founding Team 自己聊。
|
| 511 |
+
- 早期用 reseller / service partner。
|
| 512 |
+
- 跑通市场后再建 local team。
|
| 513 |
+
- 合规和支付按阶段解决,不要一开始重投入。
|
| 514 |
+
|
| 515 |
+
支付建议:
|
| 516 |
+
|
| 517 |
+
- Stripe、Airwallex、Paddle 多渠道并行。
|
| 518 |
+
- 超早期可用 Polar。
|
| 519 |
+
- 香港公司性价比较高。
|
| 520 |
+
- 完整合规通常成本高,早期不要过度建设。
|
| 521 |
+
|
| 522 |
+
## 9. 组织与创始人原则
|
| 523 |
+
|
| 524 |
+
从播客和文章里反复出现的非增长层结论:
|
| 525 |
+
|
| 526 |
+
- 创业不是高大上,创业就是做生意。
|
| 527 |
+
- 好点子不稀缺,执行力稀缺。
|
| 528 |
+
- 不要让 ego 大过用户。
|
| 529 |
+
- 痛点比痒点值钱。
|
| 530 |
+
- 长期信任比快钱更难,也更值钱。
|
| 531 |
+
- 付费用户是最硬的反馈。
|
| 532 |
+
- 创始人要能做脏活累活:用户访谈、修漏斗、回评论、写文档、做客服。
|
| 533 |
+
- 投资人不是神。融资要靠你在具体领域比投资人懂得多。
|
| 534 |
+
- 不要签对赌协议;这不如贷款。
|
| 535 |
+
- 情侣/夫妻创业必须白纸黑字写清股权、职责、边界。
|
| 536 |
+
- 一开始疯狂招“大牛”可能毁掉公司,尤其在 PMF 前。
|
| 537 |
+
|
| 538 |
+
## 10. 一页作战清单
|
| 539 |
+
|
| 540 |
+
### 发布前 6-4 周
|
| 541 |
+
|
| 542 |
+
- [ ] 明确 ICP。
|
| 543 |
+
- [ ] 明确商业模式。
|
| 544 |
+
- [ ] 选最多 3 个对标。
|
| 545 |
+
- [ ] 拆竞品官网历史。
|
| 546 |
+
- [ ] 拆竞品渠道。
|
| 547 |
+
- [ ] 写一句话定位。
|
| 548 |
+
- [ ] 访谈 20-40 个目标用户。
|
| 549 |
+
|
| 550 |
+
### 发布前 4-2 周
|
| 551 |
+
|
| 552 |
+
- [ ] 官网首屏完成。
|
| 553 |
+
- [ ] README 完成。
|
| 554 |
+
- [ ] Demo / GIF / 视频完成。
|
| 555 |
+
- [ ] 文档、FAQ、Quick Start 完成。
|
| 556 |
+
- [ ] Analytics / UTM 完成。
|
| 557 |
+
- [ ] Content Package 完成。
|
| 558 |
+
- [ ] KOL、Newsletter、社区名单完成。
|
| 559 |
+
- [ ] Reddit 账号��热。
|
| 560 |
+
|
| 561 |
+
### 发布前 1 周
|
| 562 |
+
|
| 563 |
+
- [ ] 小时级发布表。
|
| 564 |
+
- [ ] 每个渠道文案单独写。
|
| 565 |
+
- [ ] 熟人支持者分层。
|
| 566 |
+
- [ ] PH coming soon / Hunter / Maker profile。
|
| 567 |
+
- [ ] 客服、技术、运营值班安排。
|
| 568 |
+
- [ ] 官网和注册链路压测。
|
| 569 |
+
|
| 570 |
+
### 发布 48 小时
|
| 571 |
+
|
| 572 |
+
- [ ] GitHub / 官网 / Blog / Twitter 同步。
|
| 573 |
+
- [ ] HN / Reddit / PH 按时发。
|
| 574 |
+
- [ ] KOL 两波发布。
|
| 575 |
+
- [ ] 每小时记录数据。
|
| 576 |
+
- [ ] 评论、issue、DM 实时回复。
|
| 577 |
+
- [ ] 记录高频问题和反对意见。
|
| 578 |
+
|
| 579 |
+
### 发布后 90 天
|
| 580 |
+
|
| 581 |
+
- [ ] 1v1 访谈高活用户。
|
| 582 |
+
- [ ] 更新官网和 README。
|
| 583 |
+
- [ ] 发布复盘。
|
| 584 |
+
- [ ] 产出 SEO 文章。
|
| 585 |
+
- [ ] 提交 awesome-list。
|
| 586 |
+
- [ ] 建立 ambassador / affiliate。
|
| 587 |
+
- [ ] 优化注册到付费。
|
| 588 |
+
- [ ] 再设计下一波发布。
|
| 589 |
+
|
| 590 |
+
## 11. 播客逐字稿后的增量总结
|
| 591 |
+
|
| 592 |
+
13 期播客逐字稿已保留为知识库数据源:
|
| 593 |
+
|
| 594 |
+
- 知识库索引:`_iris_knowledge_source/README.md`
|
| 595 |
+
- 每期知识库 Markdown:`_iris_knowledge_source/podcast_01.md` 到 `podcast_13.md`
|
| 596 |
+
- 原始逐字稿:`_iris_transcripts/podcast_*/podcast_*.txt`
|
| 597 |
+
- 时间轴字幕:`_iris_transcripts/podcast_*/podcast_*.srt`
|
| 598 |
+
- 分段 JSON:`_iris_transcripts/podcast_*/podcast_*.json`
|
| 599 |
+
|
| 600 |
+
转写说明:使用 faster-whisper `base` 模型,GPU 跑完 13 期,总时长约 999 分钟。逐字稿作为原始 ASR 数据源保留,未逐句人工校对;总结层已按主题归并。
|
| 601 |
+
|
| 602 |
+
### 11.1 出海不是渠道问题,是认知与执行问题
|
| 603 |
+
|
| 604 |
+
播客里反复出现的主线是:很多团队以为自己缺渠道,实际缺的是清晰定位、用户理解和执行纪律。
|
| 605 |
+
|
| 606 |
+
可执行结论:
|
| 607 |
+
|
| 608 |
+
- 不要先问“去哪发”,先问“谁会付钱”。
|
| 609 |
+
- 好点子不稀缺,难的是把用户路径、内容物料、发布节奏、转化链路都抠到位。
|
| 610 |
+
- 所有 campaign 都要预设用户路径:用户从哪里看到、点到哪里、看到什么、为什么留下、如何转化。
|
| 611 |
+
- 增长不是随机灵感,是精细化运营和复盘。
|
| 612 |
+
|
| 613 |
+
### 11.2 AFFiNE 的核心经验:蹭对标不是丢人,是降低理解成本
|
| 614 |
+
|
| 615 |
+
AFFiNE 的早期叙事不是抽象讲“下一代协同工具”,而是直接用用户已有认知:
|
| 616 |
+
|
| 617 |
+
- Open source alternative。
|
| 618 |
+
- Notion + Miro。
|
| 619 |
+
- 文档、白板、表格融合。
|
| 620 |
+
- 开源、隐私、全球化。
|
| 621 |
+
|
| 622 |
+
SOP 化:
|
| 623 |
+
|
| 624 |
+
1. 找到用户已经熟悉的对标。
|
| 625 |
+
2. 用一句话把“我替代谁 + 我哪里不一样”讲清。
|
| 626 |
+
3. 官网、README、社媒、PH、HN、Reddit 全部统一这套语言。
|
| 627 |
+
4. 先吃到对标流量,再用产品差异留下用户。
|
| 628 |
+
|
| 629 |
+
### 11.3 开源 Launch 的关键是“所有入口都回到 GitHub/README”
|
| 630 |
+
|
| 631 |
+
播客里提到的开源爆发,不只是发帖,而是设计一个闭环:
|
| 632 |
+
|
| 633 |
+
- Twitter / KOL / Blog / HN / Reddit / 社群都是入口。
|
| 634 |
+
- 每个入口都要把用户导向 GitHub README。
|
| 635 |
+
- README 必须承担销售页功能:一句话、Demo、Quick Start、文档、社区、Star CTA。
|
| 636 |
+
- GitHub Star 是信任阈值,之后才更容易拿用户、媒体、投资人、生态合作。
|
| 637 |
+
|
| 638 |
+
不要只看 Star 数。融资和企业合作更会看:
|
| 639 |
+
|
| 640 |
+
- Star 来源是否全球化。
|
| 641 |
+
- issue 和 PR 是否真实。
|
| 642 |
+
- contributor 是否增长。
|
| 643 |
+
- 社区是否有人主动问问题、提需求、做贡献。
|
| 644 |
+
|
| 645 |
+
### 11.4 冷启动最重要的是前 100 个真实用户
|
| 646 |
+
|
| 647 |
+
播客和工作坊内容一致:前 100 个用户不要大投放,应该靠手动、精准、低成本方法拿。
|
| 648 |
+
|
| 649 |
+
优先级:
|
| 650 |
+
|
| 651 |
+
1. 竞品活跃用户。
|
| 652 |
+
2. LinkedIn 精准建联。
|
| 653 |
+
3. Reddit / Twitter 关键词监听。
|
| 654 |
+
4. Fiverr / 服务市场验证付费。
|
| 655 |
+
5. 朋友网络和 VC portfolio 介绍。
|
| 656 |
+
|
| 657 |
+
拿到用户后不要急着“规模化”,先做:
|
| 658 |
+
|
| 659 |
+
- 共享屏幕访谈。
|
| 660 |
+
- 看竞品使用方式。
|
| 661 |
+
- 看你的产品真实使用卡点。
|
| 662 |
+
- 问付费历史和替代方案。
|
| 663 |
+
- 把用户原话改成官网和社媒文案。
|
| 664 |
+
|
| 665 |
+
### 11.5 Product Hunt 是 badge 战,不是一天流量战
|
| 666 |
+
|
| 667 |
+
PH 的价值在 badge、社交证明、媒体引用和后续转化,不是当天自然流量。
|
| 668 |
+
|
| 669 |
+
补充规则:
|
| 670 |
+
|
| 671 |
+
- 预算不高,不一定要卷 PH。
|
| 672 |
+
- 同样预算给高匹配 KOL/KOC,可能带来更高注册。
|
| 673 |
+
- PH 打榜要看高权重 upvote,不是单纯数量。
|
| 674 |
+
- 低权重账号、新账号、同地区 IP、异常速度都会被清票。
|
| 675 |
+
- 打榜后要立刻把 badge 用到官网、README、融资材料、销售材料里。
|
| 676 |
+
|
| 677 |
+
### 11.6 转化优先级高于曝光
|
| 678 |
+
|
| 679 |
+
Iris 多次强调,错过商业化窗口会带来严重代价。流量和融资都不能替代收入。
|
| 680 |
+
|
| 681 |
+
放量前先检查:
|
| 682 |
+
|
| 683 |
+
- 注册到激活。
|
| 684 |
+
- 激活到付费。
|
| 685 |
+
- 付费后留存。
|
| 686 |
+
- Top 用户真正使用的功能。
|
| 687 |
+
- 用户愿意为哪一步付钱。
|
| 688 |
+
|
| 689 |
+
阶段判断:
|
| 690 |
+
|
| 691 |
+
- 没有转化率,不要大投放。
|
| 692 |
+
- 没有付费用户,不要过早讲品牌。
|
| 693 |
+
- 没有稳定 PMF,不要疯狂招人。
|
| 694 |
+
- 没有承接路径,不要做大 launch。
|
| 695 |
+
|
| 696 |
+
### 11.7 用户运营不是客服,是把用户变成增长节点
|
| 697 |
+
|
| 698 |
+
播客里一个强观点是:所有用户都应该能为你贡献价值。
|
| 699 |
+
|
| 700 |
+
用户价值不只包括付费,还包括:
|
| 701 |
+
|
| 702 |
+
- 反馈。
|
| 703 |
+
- 案例。
|
| 704 |
+
- 推荐。
|
| 705 |
+
- 社媒分享。
|
| 706 |
+
- 模板。
|
| 707 |
+
- 教程。
|
| 708 |
+
- 翻译。
|
| 709 |
+
- 插件。
|
| 710 |
+
- 社区答疑。
|
| 711 |
+
- 企业内部扩散。
|
| 712 |
+
|
| 713 |
+
因此 Beta 用户要被运营成小型社区,而不是用完即弃的测试样本。
|
| 714 |
+
|
| 715 |
+
### 11.8 创业组织层面的反复提醒
|
| 716 |
+
|
| 717 |
+
这些内容和出海 SOP 直接相关,因为组织问题会毁掉增长成果:
|
| 718 |
+
|
| 719 |
+
- PMF 前不要疯狂招“大牛”。
|
| 720 |
+
- 合伙人和情侣创业必须先写清股权、职责、边界。
|
| 721 |
+
- 产研运营三角关系决定产品能否听见用户。
|
| 722 |
+
- 创始人不要把投资人看成神,也不要为了融资忽略用户。
|
| 723 |
+
- 早期融资可以放大 PMF,但不能制造 PMF。
|
| 724 |
+
- 不要签对赌协议。
|
| 725 |
+
- 大厂经验有价值,但早期小团队不能照搬大厂流程。
|
| 726 |
+
|
| 727 |
+
### 11.9 对 AI 出海团队的特别建议
|
| 728 |
+
|
| 729 |
+
AI 产品更容易陷入“大家都在抄形,不理解实质”。
|
| 730 |
+
|
| 731 |
+
要做:
|
| 732 |
+
|
| 733 |
+
- 拆清用户 workflow,而不是只抄 UI。
|
| 734 |
+
- 先找到一个垂直场景。
|
| 735 |
+
- 让用户尽快看到 aha moment。
|
| 736 |
+
- 优先优化从试用到付费的路径。
|
| 737 |
+
- 不要为了用户数牺牲收入质量。
|
| 738 |
+
- 关注 GEO / AI 搜索可引用内容。
|
| 739 |
+
- 用真实案例和教程取代泛泛 AI 内容。
|
| 740 |
+
|
| 741 |
+
### 11.10 一句话压缩
|
| 742 |
+
|
| 743 |
+
Iris 体系可以压缩成一句话:
|
| 744 |
+
|
| 745 |
+
> 用竞品降低认知成本,用用户访谈校准产品,用集中 launch 制造信任峰值,用转化和社区把峰值沉淀成生意。
|
| 746 |
+
|
| 747 |
+
## 12. 资料覆盖情况
|
| 748 |
+
|
| 749 |
+
### 已抓取正文
|
| 750 |
+
|
| 751 |
+
- 飞书:Product Hunt Actions Review。
|
| 752 |
+
- 飞书:竞品调研 Template。
|
| 753 |
+
- 公众号:开源 launch 复盘。
|
| 754 |
+
- 公众号:转化相关复盘。
|
| 755 |
+
- 公众号:出海 0-1 文字复盘。
|
| 756 |
+
- 公众号:AI 产品增长 back info。
|
| 757 |
+
- 公众号:全球增长工作坊总结。
|
| 758 |
+
|
| 759 |
+
### 已转写播客
|
| 760 |
+
|
| 761 |
+
- 播客 1:出海运营 / 创业经历。
|
| 762 |
+
- 播客 2:第一段创业踩过的坑。
|
| 763 |
+
- 播客 3:出海产品冷启动运营指南。
|
| 764 |
+
- 播客 4:开源产品发布方法论。
|
| 765 |
+
- 播客 5:出海、运营、创业 tips。
|
| 766 |
+
- 播客 6:大厂经历 / 超级个体。
|
| 767 |
+
- 播客 7:投融资 tips。
|
| 768 |
+
- 播客 8:用户运营 / 商业化认知。
|
| 769 |
+
- 播客 9:系统性压迫与精细化运营。
|
| 770 |
+
- 播客 10:咨询、原则、大厂与个人系统。
|
| 771 |
+
- 播客 11:软件出海、融资、团队、人性与创业坑。
|
| 772 |
+
- 播客 12:女性创业、组织关系、出海机会。
|
| 773 |
+
- 播客 13:亲密关系、CP 创业、个体重建。
|
| 774 |
+
|
| 775 |
+
### 仍未完整读取
|
| 776 |
+
|
| 777 |
+
- 飞书“开源出海运营经验分享”页面只返回 Wiki 壳。
|
| 778 |
+
- 飞书付费资料页只返回 PDF 标题。
|
| 779 |
+
- 百度网盘视频未下载和转写。
|
| 780 |
+
- 小红书 / B 站短链未转写。
|