凯凯而谈 发表于 2024-4-26 15:00:25

独立开发变现周刊(第131期):3周内打造的产品赚了6万美元

<div class="rich_media_content" id="js_content"><p><strong>分享独立开发、产品变现相关内容,每周五发布<strong style="outline: 0px;font-family: system-ui, -apple-system, " system-ui neue sc sans gb yahei ui arial sans-serif wrap rgb visible>( 合集:ezindie.com )</strong>。</strong></p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb><span style="font-weight: 600;">目录</span></p><ul style="margin-bottom: 16px;padding-left: 28px;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb class="list-paddingleft-1"><li style="list-style: inherit;"><p><code style="font-family: Menlo, Monaco, Consolas, " courier new monospace rgb auto break-word>1、LLM Scraper: 使用大型语言模型(LLMs)将任何网页转换成结构化数据</code></p></li><li style="margin-top: 0.25em;list-style: inherit;"><p><code style="font-family: Menlo, Monaco, Consolas, " courier new monospace rgb auto break-word>2、AsPoem: 开源中国诗词学习网站</code></p></li><li style="margin-top: 0.25em;list-style: inherit;"><p><code style="font-family: Menlo, Monaco, Consolas, " courier new monospace rgb auto break-word>3、增长策略: 如何从LinkedIn上获取60%的客户?</code></p></li><li style="margin-top: 0.25em;list-style: inherit;"><p><code style="font-family: Menlo, Monaco, Consolas, " courier new monospace rgb auto break-word>4、三周内打造的产品赚了6万美元</code></p></li></ul><h2 style="border-bottom: 1px solid rgb(236, 236, 236);font-size: 24px;font-weight: 600;line-height: 1.5;margin-bottom: 10px;margin-top: 35px;padding-bottom: 12px;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>1、LLM Scraper: 使用大型语言模型(LLMs)将任何网页转换成结构化数据</h2><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>LLM Scraper 是一个基于TypeScript的开源项目库,它利用LLMs将网页内容转换为结构化数据。</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>这个项目为了简化和自动化从网页上提取信息的过程,使用了语言模型来解析和理解网页内容,并将其转换为更易于处理的格式。</p><ol style="margin-bottom: 16px;padding-left: 28px;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb class="list-paddingleft-1"><li style="list-style: inherit;padding-left: 6px;"><p><span style="font-weight: 600;">功能:</span></p></li></ol><ul style="margin-top: 3px;padding-left: 28px;" class="list-paddingleft-1"><li style="list-style: inherit;padding-left: 6px;"><p>支持多种语言模型:包括本地部署的模型(GGUF),OpenAI提供的模型以及Groq的聊天模型。</p></li><li style="margin-top: 0.25em;list-style: inherit;padding-left: 6px;"><p>通过Zod定义模式:Zod是一个TypeScript库,用于创建类型和验证数据结构,这有助于确保数据的正确性和一致性。</p></li><li style="margin-top: 0.25em;list-style: inherit;padding-left: 6px;"><p>完全类型安全:项目使用TypeScript进行开发,这意味着它提供编译时类型检查,有助于减少运行时错误。</p></li><li style="margin-top: 0.25em;list-style: inherit;padding-left: 6px;"><p>基于Playwright框架:Playwright是一个开源的Node库,用于自动化Chrome、Firefox和WebKit等浏览器的操作,适用于测试和爬虫任务。</p></li><li style="margin-top: 0.25em;list-style: inherit;padding-left: 6px;"><p>支持流式处理:在爬取多个页面时,支持流式处理数据,这可能有助于提升性能和处理大量数据的能力。</p></li></ul><li style="margin-top: 0.25em;list-style: inherit;padding-left: 6px;"><p><span style="font-weight: 600;">输入模式:</span></p></li><ul style="margin-top: 3px;padding-left: 28px;" class="list-paddingleft-1"><li style="list-style: inherit;padding-left: 6px;"><p><code style="font-family: Menlo, Monaco, Consolas, " courier new monospace rgb auto break-word>html</code>:加载原始HTML内容。</p></li><li style="margin-top: 0.25em;list-style: inherit;padding-left: 6px;"><p><code style="font-family: Menlo, Monaco, Consolas, " courier new monospace rgb auto break-word>markdown</code>:加载Markdown格式的内容。</p></li><li style="margin-top: 0.25em;list-style: inherit;padding-left: 6px;"><p><code style="font-family: Menlo, Monaco, Consolas, " courier new monospace rgb auto break-word>text</code>:加载提取的文本内容,使用Readability.js来提取文本,这是一个用于改善网页阅读体验的库,能够从网页中提取主要内容。</p></li><li style="margin-top: 0.25em;list-style: inherit;padding-left: 6px;"><p><code style="font-family: Menlo, Monaco, Consolas, " courier new monospace rgb auto break-word>image</code>:加载屏幕截图,适用于多模态输入(即同时处理文本和图像的模型)。</p></li></ul><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb></p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>LLM Scraper 项目地址<sup></sup></p><h2 style="border-bottom: 1px solid rgb(236, 236, 236);font-size: 24px;font-weight: 600;line-height: 1.5;margin-bottom: 10px;margin-top: 35px;padding-bottom: 12px;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>2、AsPoem: 开源中国诗词学习网站</h2><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>这是一个本周刊读者(by @<span style="font-weight: var(--base-text-weight-semibold, 600);color: rgb(99, 108, 118);font-family: -apple-system, " system-ui ui sans helvetica arial sans-serif color emoji normal start wrap rgb>meetqy </span>)自荐的开源项目,一个现代化诗词学习网站,诗词内容丰富,阅读体验很好。约3000首诗词。Github上有1.7K的Star。支持网站和手机浏览。</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb></p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb></p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>AsPoem开源项目地址<sup></sup></p><h2 style="border-bottom: 1px solid rgb(236, 236, 236);font-size: 24px;font-weight: 600;line-height: 1.5;margin-bottom: 10px;margin-top: 35px;padding-bottom: 12px;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>3、增长策略: 如何从LinkedIn上获取60%的客户?</h2><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>作者:Paul van Oijen</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>不久前,我分享了将我的产品设计服务机构的月收入从0美元增长到4000美元,然后是16000美元的进展。从那时起,我们开始专注于一个非常有效的成长策略,我们有60%的客户来自LinkedIn,纯自然流量。</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>我们在LinkedIn上成功的关键是持续、不断地发布各种形式的内容,直到我们找到了一些几乎每次都能打中目标的内容。而这些帖子,自然而然地吸引了我们潜在的和未来的客户。</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>然而,LinkedIn与其他更注重短期、多巴胺刺激的平台,比如X、TikTok或YouTube有着足够的不同。</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>1、提出争议</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb></p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>一个告诉设计师不要学习编程的LinkedIn帖子</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>就像X一样,用一个有争议的想法或意见开始帖子,保证能吸引注意力。在这个例子中,我们的观众和网络主要由设计师和工程师组成,我们告诉设计师不要学习编码。我们很清楚, A) 那第一句话就足以让人们停止滚动 B) 这是一个会促使人们分享观点的概念</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>在这里,就像在其他社交媒体平台上一样,争议就是有效的。所以,如果你的行业有一个现状,每个人都展示的行为,或者大多数竞争对手羊群般地跟随,那么就反其道而行之。我保证,逆流而上会给你带来更多的参与。</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>2、表情符号,表情符号,表情符号</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb></p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>一个充满表情符号的LinkedIn帖子</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>LinkedIn喜欢三件事情。</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>1️⃣ 表情符号。 </p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>2️⃣ 领域专家进行的书呆子般的、深入的探讨。 </p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>3️⃣ 列表</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>看到我在这里做的了吗?但真的,LinkedIn的用户似乎避开了其他平台青睐的传统的“看我在做这个”的内容,他们更喜欢深入探讨一个书呆子话题,无论它是否在他们的专业领域内。因为成为专家,或者至少看起来像专家。</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>对我们来说,一直有效的一件事是表情符号列表。无论它们是编号的,像上面那样,还是使用表情符号来加强它们的观点,它们都简单有效。</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>3、图像为王</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb></p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>一个突出客户对Incomparable Design反馈的LinkedIn帖子。</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>虽然在我们看来这是理所当然的,但我们在LinkedIn上看到的大多数用户生成的内容都没有以任何形式使用图像。</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>然而,在LinkedIn上,图像才是王道。</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>包含图片的帖子的表现远远超过了那些没有图片的帖子,多达50到60%的参与度。这是让人们停止滚动,吸引他们的注意力,并邀请他们阅读你要说的内容的东西。</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>所以要大胆。使用颜色。尝试从LinkedIn中脱颖而出。</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>不要只告诉人们你在招聘,或者在打折,或者刚刚推出了新功能。你那只是一堵文字墙的帖子是不够的。</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>就是这样,这3个关键点是目前我们60%的用户获取的驱动力。</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>从LinkedIn上获取用户增长<sup></sup></p><h2 style="border-bottom: 1px solid rgb(236, 236, 236);font-size: 24px;font-weight: 600;line-height: 1.5;margin-bottom: 10px;margin-top: 35px;padding-bottom: 12px;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>4、三周内打造的产品赚了6万美元</h2><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal center wrap rgb></p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>嗨,大家好,我是Sveta Bay,是FounderPal的联合创始人。我们为个体创业者打造AI驱动的市场营销工具。</p><p style="text-align: center;"></p><p><span style="background-color: rgb(255, 255, 255);color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start>创业者在理解目标客户、界定市场定位以及产生营销点子方面往往感到困难,我们的产品旨在解决这些问题。</span><br></p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>我们的主打产品是营销策略生成器。这是一个互动平台,帮助用户找到独特的营销方向,然后将其转化为可执行的营销任务。它通过一次性付款每月为我们带来大约1万美元的收入。</p><h3 style="font-size: 18px;font-weight: 600;line-height: 1.5;margin-bottom: 10px;margin-top: 35px;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>你是如何想到这个点子的?</h3><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>两年前,我们开始了独立创业之旅,打造了MakerBox。在与团队合作多年之后,我们都希望减少沟通时间,多花时间打造优秀的产品。</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>这就是我们开始围绕市场营销销售数字产品的原因。我们在这方面有经验,但大多数时间我们都在即兴发挥,这使我们的月收入达到了5000美元。但经过几个月的实验,我们的收入停滞不前。我们注意到,创始人们更喜欢工具而不是教育资源。</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>这时,我们加入了一点AI的元素。我们推出了营销 "Marketing Mega Prompts",一个包含40个独特ChatGPT提示的付费集合。瞧,销售额激增了。</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>就在这时,我们意识到——很多个体创业者非常想外包市场营销工作。然而,目前的AI产品只专注于生成肉麻的电子邮件主题行和为了SEO而产生的垃圾博客文章。</p><ol style="margin-bottom: 16px;padding-left: 28px;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb class="list-paddingleft-1"><li style="list-style: inherit;padding-left: 6px;"><p>个体创业者需要的是一位战略首席营销官,而不是一个内容营销实习生。</p></li><li style="margin-top: 0.25em;list-style: inherit;padding-left: 6px;"><p>人们更喜欢点击按钮,而不是与ChatGPT交谈</p></li><li style="margin-top: 0.25em;list-style: inherit;padding-left: 6px;"><p>我们知道如何编写独特的mega-prompts</p></li></ol><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>这就是营销策略生成器的诞生。</p><h3 style="font-size: 18px;font-weight: 600;line-height: 1.5;margin-bottom: 10px;margin-top: 35px;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>带我们了解一下打造产品初版的过程</h3><p style="text-align: center;"></p><p><span style="background-color: rgb(255, 255, 255);color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start>我们使用无代码工具快速构建了FounderPal。与其花费3个月时间学习基础编程,不如支付给Bubble每月32美元,以便在3周内发布产品。这种方法让我们可以独立工作,无需任何外部资金。</span><br></p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>第一个版本非常简洁,第一个月的成本仅为150美元(Bubble + OpenAI的费用)。推出一个简单的工具总比在一个过于复杂的困境要好。</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>这个产品流程足以验证这个想法:</p><ol style="margin-bottom: 16px;padding-left: 28px;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb class="list-paddingleft-1"><li style="list-style: inherit;padding-left: 6px;"><p>用一段话描述你的生意</p></li><li style="margin-top: 0.25em;list-style: inherit;padding-left: 6px;"><p>得到10个受众细分市场并选择最佳的</p></li><li style="margin-top: 0.25em;list-style: inherit;padding-left: 6px;"><p>得到10个价值主张并选择最佳的</p></li><li style="margin-top: 0.25em;list-style: inherit;padding-left: 6px;"><p>等待5分钟</p></li><li style="margin-top: 0.25em;list-style: inherit;padding-left: 6px;"><p>获取你的人物描述、产品定位、10个分销点子和10个转化点子</p></li></ol><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>由于昂贵的GPT-4 API和巨大的提示,每个策略的成本大约为1美元。但在充斥着糟糕AI外壳的世界里,这是值得的。</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>我们决定收取 one-time 付款,以便更容易地获得早期的吸引力。向AI产品销售月度订阅很难,大多数用户不需要每周都有一个新的营销策略。简单且以客户为导向。</p><h3 style="font-size: 18px;font-weight: 600;line-height: 1.5;margin-bottom: 10px;margin-top: 35px;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>描述一下启动业务的过程</h3><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>我们将发布日保持得很简单。毕竟,这只是一天。</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>这是我们的三步系统。</p><p>1. 安排在Product Hunt上发布</p><p><br></p><p style="text-align: center;"></p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>我们喜欢在周一发布,因为它不像周二到周四那样有竞争,而且仍然有相当不错的流量(与周五到周日相比)。</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>这是我们为营销策略生成器发布的帖子。还有一些有用的建议:</p><ul style="margin-bottom: 16px;padding-left: 28px;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb class="list-paddingleft-1"><li style="list-style: inherit;"><p>写一个直截了当的标语。删除所有的“unleash”和“streamline”将会非常有帮助。</p></li><li style="margin-top: 0.25em;list-style: inherit;"><p>添加3-4张视觉效果图使你的产品更具吸引力。将你的图像限制在3-5种颜色,以保持美观一致。</p></li><li style="margin-top: 0.25em;list-style: inherit;"><p>写一个简短但富有故事性的首条评论。</p></li><li style="margin-top: 0.25em;list-style: inherit;"><p>与每条评论互动以提升你帖子下的活动</p></li><li style="margin-top: 0.25em;list-style: inherit;"><p>在相关的Slack和Facebook社区分享你的发布。但不是要求点赞,而是鼓励人们给你留下真实反馈</p></li></ul><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>在Product Hunt上获胜最终取决于3个因素:</p><ul style="margin-bottom: 16px;padding-left: 28px;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb class="list-paddingleft-1"><li style="list-style: inherit;"><p>你的产品是否对普通PH用户有关?</p></li><li style="margin-top: 0.25em;list-style: inherit;"><p>你是否有足够的受众来获得早期的吸引力?</p></li><li style="margin-top: 0.25em;list-style: inherit;"><p>是否有任何大公司在同一天发布?</p></li></ul><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>专注于进入前5名。这足以获得流量和来自 newsletter 的免费推广(例如,AI新闻通讯监控每一个与AI相关的工具)。</p><p>2. 写一封简单明了的电子邮件</p><p style="text-align: center;"></p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>那时,我们有一个13,000人的邮件列表(现在是25,000)。</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>我不喜欢花哨的电子邮件。干扰越多,点击你的CTA的次数就越少。</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>所以我每次发布的电子邮件都是这样的。</p><p>3. 发推文</p><p style="text-align: center;"></p><p><span style="background-color: rgb(255, 255, 255);color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start>现在,在Twitter上发布创始人视频效果非常好。</span><br></p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>它们既能吸引注意力,又能培养关系。不要害羞,录下你自己。</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>在发布当天,我们赚了$1249。在接下来的两个月里,我们又增加了$18,709。持续的营销渠道,然后一鸣惊人。</p><h3 style="font-size: 18px;font-weight: 600;line-height: 1.5;margin-bottom: 10px;margin-top: 35px;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>自从推出以来,你们采取了哪些措施来吸引和留住客户?</h3><p></p><p><span style="background-color: rgb(255, 255, 255);color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start>简而言之,我们构建了简单的AI工具,用户可以免费使用这些工具。他们得到价值,我们获得对我们付费产品的自然推广。</span></p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>以下是我们用于每个工具的10步系统:</p><ol style="margin-bottom: 16px;padding-left: 28px;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb class="list-paddingleft-2"><li style="list-style: inherit;padding-left: 6px;"><p>找到一个与你的产品相关但被忽视的关键词(例如,user person generator)</p></li><li style="margin-top: 0.25em;list-style: inherit;padding-left: 6px;"><p>在Bubble中构建一个简单的AI外壳,有两个屏幕:输入和结果。</p></li><li style="margin-top: 0.25em;list-style: inherit;padding-left: 6px;"><p>让用户免费生成第一个流程(生成画像),无需留下电子邮件。</p></li><li style="margin-top: 0.25em;list-style: inherit;padding-left: 6px;"><p>提供一个额外的流程(为这个 ”user person generator“ 生成9个营销点子),以换取电子邮件。</p></li><li style="margin-top: 0.25em;list-style: inherit;padding-left: 6px;"><p>用户完成额外流程后,展示你的付费产品。由于连接是真实的,因此很容易推广。</p></li><li style="margin-top: 0.25em;list-style: inherit;padding-left: 6px;"><p>订阅这些用户到简单的自动电子邮件序列。免费提供更多价值,并讲述你的产品故事。</p></li><li style="margin-top: 0.25em;list-style: inherit;padding-left: 6px;"><p>在Product Hunt和Twitter上推出这个免费工具,尽可能让更多人尝试。</p></li><li style="margin-top: 0.25em;list-style: inherit;padding-left: 6px;"><p>录制关于你的免费工具的简单TikTok视频(有无你的面孔均可)</p></li><li style="margin-top: 0.25em;list-style: inherit;padding-left: 6px;"><p>在下周,你将从 newsletter 和TikTok影响者那里获得数十个免费宣传,因为他们都在关注新的免费工具</p></li><li style="margin-top: 0.25em;list-style: inherit;padding-left: 6px;"><p>在下个月,你将因为低竞争的关键词和反向链接而获得SEO效果</p></li></ol><p></p><p><span style="background-color: rgb(255, 255, 255);color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start>我们用同样的方法构建了5个免费工具:用户画像生成器、商业点子生成器、价值主张生成器、口号生成器和营销问题解决器。</span><br></p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>每天,它们为我们带来500-1000个独特访客和100封电子邮件,成本不到2美元。</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>对于那些讨厌侵入式和高维护营销的创始人来说,副项目营销是完美的。</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>对于营销,我们加倍重视SEO和自然流量的TikTok。构建慷慨的免费工具比我们之前所做的任何事情都有效得多。</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>现在的营销为我们带来了800个付费客户,大约每月1万美元的一次性付款。到2024年,我们希望看到3000个付费客户和每月3万美元的收入,同时保持超过80%的利润率。还有很多工作要做!</p><h3 style="font-size: 18px;font-weight: 600;line-height: 1.5;margin-bottom: 10px;margin-top: 35px;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>你学到了哪些特别有帮助或有利的东西?</h3><p></p><p><span style="background-color: rgb(255, 255, 255);color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start>FounderPal 教会了我们很多东西。但以下是我最喜欢的三个教训:</span><br></p><ol style="margin-bottom: 16px;padding-left: 28px;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb class="list-paddingleft-1"><li style="list-style: inherit;padding-left: 6px;"><p>做无聊的营销。我一直认为SEO和电子邮件营销是给老派企业用的。但如果做得好,它们会胜过所有闪亮的营销策略。普通人仍然会使用谷歌搜索,并且仍然会阅读电子邮件,利用它们还为时不晚。</p></li><li style="margin-top: 0.25em;list-style: inherit;padding-left: 6px;"><p>免费吸引。如果每个人都在持续使用他们的工具,那就免费提供。如果每个人都在使用gpt-3.5以降低成本,那就在你的产品中使用gpt-4。不贪婪是2024年最简单的营销技巧。</p></li><li style="margin-top: 0.25em;list-style: inherit;padding-left: 6px;"><p>利用一次性付款。当然,每个人都想要重复性收入以获得稳定的收入。但是,一个好的营销渠道即使是一次性付款也会给你带来稳定的收入。而且,销售一个199美元的一次性付款AI工具比销售一个每月39美元的AI工具要容易得多。</p></li></ol><h3 style="font-size: 18px;font-weight: 600;line-height: 1.5;margin-bottom: 10px;margin-top: 35px;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>给其他想要开始或刚开始的创业者的建议?</h3><p style="text-align: center;"></p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>独立创业并不难,是我们自己让它变得更难。</p><p style="margin-bottom: 22px;margin-top: 22px;line-height: inherit;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb>以下是对我们和其他人都有用的5个简单技巧:</p><ol style="margin-bottom: 16px;padding-left: 28px;color: rgb(51, 51, 51);font-family: -apple-system, " system-ui ui helvetica arial sans-serif color emoji normal start wrap rgb class="list-paddingleft-1"><li style="list-style: inherit;padding-left: 6px;"><p>为一个受众群体构建。FounderPal的第一个MVP失败了。我们吸取了教训,为同一个受众群体构建了第二个产品。这为我们带来了6个月内的6万美元收入。</p></li><li style="margin-top: 0.25em;list-style: inherit;padding-left: 6px;"><p>将第一个版本限制在1个月内。你不需要10个功能。你需要一个好的产品流程,它将验证你的业务点子是否有效,保持简单。</p></li><li style="margin-top: 0.25em;list-style: inherit;padding-left: 6px;"><p>找到在发布日之外获得流量的方法。在最初几年,你不会走红或看到口碑传播。找出哪种分销对你的产品有效,否则它会在1个月内慢慢死去。</p></li><li style="margin-top: 0.25em;list-style: inherit;padding-left: 6px;"><p>除非你做不到,否则利用一次性付款。太多的AI产品没有起飞,因为创始人试图销售月度订阅。</p></li><li><p>花1小时来定义你的产品定位。你不能推出一个普通的AI产品,然后期待截然不同的结果。是什么让你的产品独一无二?为什么人们应该关心?一个好的回答可能会让你免于6个月的试错。</p></li></ol><ul class="list-paddingleft-1" style="list-style-type: square;"><li><p style="margin-bottom: 0px;text-align: left;"><span style="font-size: 14px;color: rgb(136, 136, 136);">1. LLM Scraper 项目地址: https://github.com/mishushakov/llm-scraper</span></p></li><li><p style="margin-bottom: 0px;text-align: left;"><span style="font-size: 14px;color: rgb(136, 136, 136);">2. AsPoem开源项目地址: https://github.com/meetqy/aspoem</span></p></li><li><p style="margin-bottom: 0px;text-align: left;"><span style="font-size: 14px;color: rgb(136, 136, 136);">3. 从LinkedIn上获取用户增长: https://www.indiehackers.com/post/how-i-sourced-60-of-customers-from-linkedin-organically-dcdd8ae9a8</span></p><p style="margin-bottom: 0px;text-align: left;"><span style="font-size: 14px;color: rgb(136, 136, 136);"></span></p></li></ul><p style="text-align: center;"><a target="_blank" href="http://mp.weixin.qq.com/s?__biz=MjM5OTM3NzAwNg==&mid=2649286441&idx=2&sn=e06eec1b8ef79bc4891f5468983905e2&chksm=bf2026288857af3ea3b4b98b01f6877aca65aa74f0fa46c07b609275ad56d93ab30dbbb8664b&scene=21#wechat_redirect" textvalue="「小产品变现实战」训练营3期正在进行中" linktype="text" imgurl="" imgdata="null" data-itemshowtype="0" tab="innerlink" data-linktype="2">「小产品变现实战」训练营3期正在进行中</a><br></p><p style="text-align: center;"><a target="_blank" href="http://mp.weixin.qq.com/s?__biz=MjM5OTM3NzAwNg==&mid=2649286441&idx=1&sn=25b723d111ae83be4ed08616699ec628&chksm=bf2026288857af3edfd86841e797223d0714000b9e2bccb23926330d5f7a806d7824ee1505a8&scene=21#wechat_redirect" textvalue="独立开发变现周刊(第130期):建立一个月收入8000美元的在线计时器" linktype="text" imgurl="" imgdata="null" data-itemshowtype="0" tab="innerlink" data-linktype="2">(第130期):建立一个月收入8000美元的在线计时器</a><br></p><section style="text-align: center;margin-top: 16px;margin-bottom: 0px;"></section><ol class="list-paddingleft-1" style="padding-left: 1.5em;outline: 0px;font-family: system-ui, -apple-system, " system-ui neue sc sans gb yahei ui arial sans-serif wrap rgb none><li style="outline: 0px;"><section style="outline: 0px;text-align: center;margin-top: 8px;"><span style="outline: 0px;letter-spacing: 0.544px;color: rgb(0, 0, 0);font-family: -apple-system-font, system-ui, " helvetica neue sc sans gb yahei ui arial sans-serif>加入知识星球,和我一起做自己产品的独立变现,内有独家资料</span><br style="outline: 0px;letter-spacing: 0.544px;color: rgb(0, 0, 0);font-family: -apple-system-font, system-ui, " helvetica neue sc sans gb yahei ui arial sans-serif><span style="outline: 0px;letter-spacing: 0.544px;color: rgb(0, 0, 0);font-family: -apple-system-font, system-ui, " helvetica neue sc sans gb yahei ui arial sans-serif>星球内分享最新个人实战和经验、成员专属福利</span></section></li></ol><p style="display: none;"><mp-style-type data-value="3"></mp-style-type></p></div>
页: [1]
查看完整版本: 独立开发变现周刊(第131期):3周内打造的产品赚了6万美元