⛏️创客淘金
创作者工具/播客SaaSB2B SaaS+广告分成落地可行性

24小时获数百万曝光与数百付费用户

Getting millions of impressions and hundreds of paying customers in 24 hours

Flightcast · 创作者工具/播客SaaS · 5个月 · 超10000 MRR

收入规模
$10K+ / 月
团队规模
3-5人小团队(获种子轮)
启动速度
5个月
复刻难度
★★★★☆
访谈亮点
  • 绑定头部创作者合伙人实现预装流量,首日数百万曝光数百付费用户
  • 🎯反行业套路,不把AI作为核心功能,主打极简流畅体验
  • 🚀总结出v1只做一个核心功能做到极致的低风险产品方法论
  • 💡平台生态类工具提前退出,避开竞品替代风险实现安全变现

深耕创作者赛道5年的开发者,绑定头部流量合伙人首日获百万曝光,产品主打极简无冗余AI功能,踩过多轮创业坑后打造标杆产品。

Flightcast

过往的失败与成功

Failures and successes

我为创作者开发工具已经超过5年了。大学我学的是计算机专业,之后尝试做餐饮创业,失败了。我卖掉所有东西搬到泰国做了几年数字游民,期间成为全职Twitch主播,每天直播写代码8小时,为Twitch主播开发工具,这个项目也失败了。之后我开发了面向YouTube创作者的ThumbnailTest.com,MrBeast团队找到我,我为他们工作了一段时间开发工具。离开MrBeast之后,我在ThumbnailT里程碑est做到5位数MRR的时候卖掉了它,时间点是2024年初,刚好在YouTube推出同类竞品的4个月前。之后《The Diary of a CEO》的Steven Bartlett联系我说一起做点什么,我们 brainstorm 了几个月之后确定了Flightcast的方向:视频优先的播客托管平台。我们在2025年10月里程碑正式上线,采用固定SaaS订阅费加少量广告分成的模式,目前收入已经超过ThumbnailTest的峰值。

I've been building tools for creators for over five years. I studied CS in college, then tried to do restaurant startups. I failed. So, I sold everything and moved to Thailand and became a digital nomad for a few years. During that time, I became a full-time Twitch streamer, live coding eight hours a day. I built tools for Twitch streamers. That failed too. Then, I started building ThumbnailTest.com for YouTubers. The MrBeast team found me and I worked there for a bit, building tools for them. After I left Beast, I sold ThumbnailTest while it was at a 5-figure MRR. That was in early 2024, four months before YouTube released their competitor. Soon after that, Steven Bartlett from The Diary of a CEO reached out and said "Let's build something together." We messed around with ideas for a few months before we came up with Flightcast— video-first podcast hosting. We officially launched in October 2025. We use a flat SaaS subscription plus a small cut of ads. Already, revenue is higher than it ever was for ThumbnailTest.

📅

创业里程碑

大学时期 · 学习计算机专业,尝试餐饮创业失败

数字游民时期 · 全职做Twitch直播写代码,开发主播工具项目失败

2024年初 · ThumbnailTest做到5位数MRR,YouTube竞品上线前成功出售

2024年中 · 和知名播客主理人Steven Bartlett合作构思Flightcast方向

2025年10月 · Flightcast正式上线,首日数百万曝光,5个月收入超过往项目

极简但体验极佳

Dead simple but awesome

我热爱为创作者做产品,在这个领域深耕多年我很清楚哪里存在空白。市面上很多创作者工具都在堆AI功能,很少有差异化的东西。我想做一款足够简单的产品,明确不把AI作为核心,只在一两个小功能里用到AI。我选择视频播客赛道是因为这个领域痛点非常明显:文件体积大、需要多次上传、数据分散在多个平台,做产品策略一款解决这些问题的产品很有意思。如果做的好,Flightcast会是一款极简但体验极佳的产品。

I love building for creators. After years in the space, I know enough that I can finally tell when there's something missing. There are a lot of "tools for creators", but very few doing different things. Just lots of AI. I wanted to build a business that felt simple — explicitly not using AI at the core, but just in a feature or two. I chose video podcasting because it's a super annoying problem — big files, uploaded many times, analytics scattered across many platforms. It felt like a fun space to try to build something. If I do this right, Flightcast should feel dead simple but awesome.

🛠️

产品定位

反行业内卷堆AI的趋势,主打无冗余功能的极简体验,精准击中视频播客创作者文件上传、数据分散的核心痛点,避开同质化竞争。

大量迭代

Lots of iterations

产品技术栈用了NextJS、Cloudflare,Go语言后端处理媒体相关逻辑,OVH做服务器,最后数据库迁移到了Planetscale技术栈,体验好了很多。开发过程做了非常多轮迭代,很多API对接的复杂度远超预期,数据架构我也重构了很多次。一开始想支持同时发布5条内容,实际开发的时候发现复杂度极高。如果重来一次,我会把v1.0版本限制为只做一个核心功能,大概率是数据分析,先上线这个功能再逐步叠加发布等其他能力。就算要在v1.0做全量功能,我也会逐个功能完成,而不是同时开发多个功能。之后我们开始邀请b上线策略eta用户,基于反馈迭代,我们定了一个规则:直到产品足够支撑《The Diary of a CEO》的使用需求,我们才正式上线。

It's built on NextJS, Cloudflare, Go backend for some media stuff, and OVH for servers. And we finally moved to Planetscale for the DB, thank God. Building it took a lot of iterations. It's surprisingly awkward to mix a lot of these APIs. And I had to redo the data architecture a bunch of times too. Letting people do five posts at once sounds great, but man it sucks to build. If I did it again, I'd limit v1.0 to just one awesome feature — likely analytics — and ship that before taking on the additional complexity of publishing, etc. And even if I kept an expanded feature set for v1.0, I would finish one at a time instead of building several things at once. Once that was done, we started bringing on beta users and building against feedback. The rule was - we can't launch until it's good enough for The Diary of a CEO.

💻

技术与迭代经验

媒体类SaaS优先用Go处理音视频相关逻辑,数据库选择Planetscale降低运维复杂度,v1版本切忌同时开发多个功能,避免复杂度指数级上升拖慢上线节奏。

作为CEO的体验

Being a CEO

这是我第一次当CEO,和之前只做工程师的状态完全不同。我没法再连续12小时沉浸在写代码里,我必须学会接受很多工作的产出不是那么具象。我们第一次拿到了种子轮融资,招了几个比我更专业的人。我之前习惯了单打独斗,完全不知道怎么带团队,怎么和其他人协作从零搭建产品。最开始我掌握了绝大多数上下文,但产品开发一半的工作都是试错。说实话如果重来一次,我会等产品基础框架完全跑通之后再招人。我很庆幸自己能走到这一步,但这个过程真的非常难。

I'm CEO this time, which is really unusual for me. I can't just be an engineer anymore. It's harder to lock in when you can't just go into code for 12 hours. And I've had to learn to feel good about my work even when it isn't as tangible or straightforward. Then there's managing a team. We got seed funding for the first time in my life, so we brought in a couple of people smarter than me. I'm used to working by myself. I had no idea how to run a team or build a product from scratch with others. And it was especially difficult because I was the one with most of the context, but half of building is learning what works. Honestly, if I had to start over, I probably would have delayed bringing on a team until the foundation was done. I'm so proud I get to have this moment in my journey at all, but damn it's tough.

🧠

创始人心态转变

从纯工程师转向CEO是巨大的心智挑战,不要在产品基础逻辑还没跑通的时候就招人扩张,否则管理成本会成倍消耗你的精力,拖垮项目进度。

自带的流量基础

Prefilled distribution

在和流量搏斗了很多年之后,我非常了解创作者生态,我意识到我需要一个拥有精准受众和匹配思维的合伙人。这次和Steve合作相当于直接给我们预装了流量。我给大家的建议是:找一个创作者合伙人,如果你找到合适的人,这会是你做过的最好的决定。我们在LinkedIn和播客行业媒体做了我人生中最大的一次发布,整个Flight团队同一天在LinkedIn发增长策略帖,他们的社交网络里全是播客从业者。24小时内我们拿到了数百万曝光和数百个付费用户,这是多年积累换来的「一夜成名」。之后的增长非常顺畅,很多播客主把Flightcast推荐给朋友,越来越多的机构把旗下的播客迁移过来。我们后续还有很多营销计划:我会去上各类播客,收入成果上线联盟计划,给把Flightcast广告放到自己节目里的播客主提供折扣。

After fighting distribution for a long time, I came to understand the creator world, and I realized that I needed a partner with the right audience and mindset. With this business, partnering with Steve essentially prefilled the distribution. So here's some advice: Partner with a creator. If you find the right one, it'll be the best decision you ever make. We had probably the largest launch of my entire life on LinkedIn + PR in podcast news outlets. The entire expanded Flight team posted on LinkedIn on the same day — their entire network is podcast people. We had millions of impressions and hundreds of paying customers by the end of it. It was a multi-year "overnight success" kind of day. Since then, growth has been pretty straightforward. Lots of podcasts recommending Flightcast to friends. And agencies adding more and more shows. But we have some upcoming big marketing strategies. I'll be on podcasts, we're launching an affiliate program, and we'll be giving podcasters discounts for putting Flightcast ads into their shows.

📈

预装流量增长法

不用从零冷启动积累受众,找到自带精准目标用户的行业KOL作为合伙人,相当于直接跳过最艰难的冷启动阶段,首日即可获得高转化率的精准流量。

和比你成功的人多交流

Talk to people more successful than you

对我帮助最大的就是和比我成功很多的人讨论非常具体的问题:人事问题、招聘问题、心态问题、技术团队管理等等。网上关于独立开发的内容很多,但当你的项目规模变大之后,相关的内容就非常少了,就算有也很泛,很难落地。和公司发展阶段比你高1-2级的朋友喝咖啡交流,反复给我带来了巨大的帮助。

What helped me most was talking to people who are a good bit more successful than me about very specific problems: people problems, hiring problems, mindset problems, running a tech team, etc. There's a lot written about everything to do with indie hacking, but less so when things get bigger. Or at least - the writing about it is more generic. It's harder to learn from. Getting coffee with a friend who runs a company 1-2 stages beyond mine has been a blessing again and again.

🤝

向上社交方法论

通用独立开发内容无法覆盖规模化阶段的具体问题,主动对接比自己业务阶段高1-2级的创业者交流具体实操问题,能少走90%的试错弯路。

比任何人都更用心

Care more than anyone else

起步的方法很简单:找到一群收入不错,但还没有被太多工具服务到的人,看看他们现在在用什么工具,你只需要替换其中一个环节,你的第一个版本就只把这一个功能做到极致。我当年做ThumbnailTest就是从TubeBuddy里拆分出缩略图单点突破A/B测试功能,花了几个月把体验做到5倍好,所有用TubeBuddy的用户都会毫不犹豫选择切换到ThumbnailTest。你也可以这么做,只要在一个小问题上比所有人都更用心就够了。

Here's where to start: Find a bunch of people who make decent money, but not enough people pay attention to. Find what they're using right now. Replace one thing — make your entire first build just one amazing feature. I took ThumbnailTest straight out of TubeBuddy, and over many months made my A/B tester 5x better. I made it an easy, obvious choice for anyone using TubeBuddy to switch to ThumbnailTest. You can do the same. Just care way more about one small problem than anyone else has.

🎯

最小可行产品方法论

不需要做全功能的大而全产品,从现有主流工具里拆分出一个用户最痛的小功能,把体验做到比竞品好5倍,就能轻松撬动大量用户迁移。

未来目标

What are your goals for the future?

我希望Flightcast成为我的代表作,我要做一款足够好的产品,重新定义大家对这类工具的预期。你可以在X或者我的个人网站关注我的动态,收听相关播客,也可以去体验Flightcast。

I want Flightcast to be my magnum opus. I want to build something so good it redefines the expectations people have for what a tool like this can do. You can follow along on X or my website. Listen to this podcast. And check out Flightcast!

📝

关键证据引用

增长
活动结束时我们获得了数百万次曝光和数百名付费用户
产品
明确不把AI作为核心,仅在一两个小功能中使用
增长
和创作者合作,如果你找到合适的人,这会是你做过的最好的决定

用户评论与创作者回复

已过滤 spam、低价值附和与重复内容 · 原始 99 条 · 展示 6 条 · 创作者回复 0

6
网友 1
👍 2
经验分享

I’m building a browser-based AI voice product as a solo founder, and the visible product looks much simpler than the backend actually was. Using GPT and Gemini back and forth for coding support helped me keep moving. Now the hard part is less building and more getting people to notice it.

我作为独立开发者正在做浏览器端AI语音产品,表面看起来简单的产品后端复杂度远超预期,来回切换GPT和Gemini辅助编码调试才推进下来。现在最难的部分已经不是开发,而是怎么让目标用户看到我的产品。

笔记:点出了独立开发者普遍面临的「开发容易获客难」的核心痛点,验证了预装流量策略的价值。

网友 3
👍 1
模式追问

When you partner with a creator like Steven, how do you structure that relationship? Is it equity, revenue share, or something else? Would love to learn more about how those conversations actually work.

和Steven这样的头部创作者合作的时候,你们的关系是怎么设计的?是股权分配、收益分成还是其他模式?非常想知道这类合作谈判的实操细节。

笔记:问到了绝大多数创业者最关心的头部KOL合作落地细节,是非常高价值的实操问题。

网友 4
👍 1
共鸣分享

"I should have delayed hiring a team until the foundation was done" is real. Managing people when you're still figuring out what works burns twice the energy. Solo bootstrapping has downsides but at least you can move fast without explaining every decision.

「我应该等产品基础框架跑通再招人」这句话太真实了,在你还没摸清楚产品方向的时候就开始管理人,消耗的精力是单人开发的两倍。独立开发虽然有缺点,但至少你不用为每个决策做大量解释,可以快速推进。

笔记:精准点出了早期团队扩张的常见误区,给很多拿到融资就盲目招人的创始人敲响了警钟。

网友 8
👍 1
深度观察

This reads less like a story about luck and more like one about optionality. Each failure wasn't random — Twitch → YouTube → MrBeast → Diary of a CEO is a pretty clean ladder. Do you think the real edge was technical skill, or staying embedded in the creator ecosystem long enough that opportunities could compound?

这个故事看起来完全不是靠运气,而是靠不断积累的选择权。每一次失败都不是随机的,从Twitch到YouTube到MrBeast再到Diary of a CEO,是一条非常清晰的上升路径。你觉得核心优势是技术能力,还是长期扎根在创作者生态里让机会不断复利?

笔记:点出了「长期深耕垂直赛道积累人脉和经验,机会自然会找上门」的底层逻辑,打破了普通人对创业成功靠运气的误解。

网友 9
👍 1
经验共鸣

"Can't launch until it's good enough for The Diary of a CEO" is a smart forcing function. Having one extremely demanding user sets a quality bar that benefits everyone. The transition from engineer to CEO is real, it takes time to rewire how you measure your own productivity.

「直到产品足够满足The Diary of a CEO的使用需求才能上线」是非常聪明的倒逼机制,有一个要求极高的核心用户,相当于给所有用户设定了极高的产品质量门槛。从工程师转向CEO的感受太真实了,你需要很长时间才能重新调整自己衡量产出的标准。

笔记:把案例里的两个细节点做了延伸解读,给其他创业者提供了非常好的产品质量管控思路。

网友 10
👍 1
心态共鸣

Moving from 12h coding sessions to being a CEO is a huge mental hurdle. Always feel like I didn't work if I'm not shipping code. Good point on delaying the team hire too... sometimes we try to scale way before the technical foundation is actually solid enough to explain it to someone else.

从每天12小时写代码的状态转成CEO是巨大的心智障碍,我如果当天没写代码就会觉得自己什么都没干。延迟招人这个点太对了,很多时候我们在技术基础还没扎实到能给别人讲清楚的时候,就急着招人扩张,最后反而拖垮了项目。

笔记:说出了绝大多数技术出身的创始人的共同痛点,非常有共鸣感。

Localization Notes

  • 国内可替换为阿里云/腾讯云对象存储+国内CDN,适配音视频内容合规审核机制,满足数据本地化存储要求
  • 优先做播客多平台一键分发核心功能切入,避开海外成熟播客托管平台的同质化赛道
  • 绑定国内头部播客主理人作为合伙人,复刻预装流量冷启动路径,首日即可获得大量精准付费用户
  • 对接微信/支付宝支付,支持小宇宙、喜马拉雅等国内主流播客平台的账号体系打通,降低用户迁移成本
  • 新增国内各播客平台的播放数据聚合分析功能,打造和海外产品不一样的差异化体验
  • 联盟营销计划适配国内播客主的合作规则,用节目内广告置换会员折扣的方式,大幅降低获客成本