Skip to content
Archive

Post

Back to deliverables

I indie_maker_fox
Indie Fox
@indie_maker_fox

📢 TanStarter 模板现已支持 Waffo 支付 @WaffoPancake 我最近体验了下支付平台 Waffo,整体判断:它对国内独立开发者非常友好。个人可直接注册,支持提现到支付宝,上手门槛低,使用也省心。 它最打动我的点是文档和接口设计:对 AI 特别友好、对中文读者也很友好。用过 Stripe 文档的人都会明白这种“读得顺、照着做就能通”的体验有多爽。API 接口覆盖面也很全,做自动化测试和流程编排非常顺手。 另外,一些容易被忽略但很关键的细节也做得扎实:订单完成可直达飞书/Discord 通知、checkout 界面定制支持多语言与暗黑模式、从文档看也支持从 Stripe 或 Creem 迁移,官方在很多问题上考虑得很细。 我也在和 Waffo 官方沟通,争取给模板用户申请一些专属优惠。如果你已经购买了模板,在考虑支付平台的话,Waffo 值得考虑。 最后还是那句话:任何支付平台都有风险。选你最适合、也最能接受风险边界的方案,或者多平台并行分散风险,也完全可行。

photo
@

我仔细看了 Waffo 支付的文档:对外接口非常齐全,而且对 AI 特别友好,几乎可以全自动完成商店与产品创建、Webhook 配置,并把支付流程的自动化测试跑通。 后续如果集成进 TanStarter CLI,就真正做到“10 分钟上站”。不仅把建站流程打通,连之前没完全串起来的支付链路也一次性对接完成。也就是说,只要给出项目名和域名,10 分钟就能上线一套完整可用的 SaaS 网站。 TanStarter 模板对 Waffo 支付的集成已经完成,代码 review 中,CLI 将来也会支持,敬请期待,搞不好会涨价点 🤔

· 1.2K Views

8 Likes 4 Bookmarks
replies reposts likes
3 replies collected
Indie Fox @indie_maker_fox · 14K

Documentation: docs.tanstarter.dev/zh/payment…

original · ja

文档: https://docs.tanstarter.dev/zh/payment/waffo

1
不止极客 @noGeek_cn ·

@indie_maker_fox @WaffoPancake Stripe recently asked me to provide some additional information, which is strange. I'm going to take a look at this.

original · zh

@indie_maker_fox @WaffoPancake 最近 stripe 让我补充资料,太奇怪了,准备看一看这个

Ling Yi @feikeis ·

I had to read through Stripe's documentation twice before I could get the hang of it. Waffo, being so developer-friendly for Chinese developers, is definitely more convenient. I'd like to ask about the stability of its webhook. I previously lost two order events using Paddle, spent ages investigating, and finally resorted to timed polling as a fallback – it's still a pain to think about.

original · zh

@indie_maker_fox @WaffoPancake Stripe 的文档我啃过两轮才接稳,Waffo 这种对中文开发者友好的确实省心。想问下它 webhook 稳定性怎样?我之前用 Paddle 丢过两次订单事件,查了半天最后靠定时轮询兜底,至今想起来烦。

1

3 replies whose parent comment X withheld

Indie Fox @indie_maker_fox · 14K

The documentation mentions a rich set of interfaces, which will be helpful for future improvements to the TanStarter CLI, enabling the automated deployment of a fully functional SaaS website in 10 minutes.

original · zh

文档中提到的接口非常丰富,有利于将来完善 TanStarter CLI,实现 10 分钟自动化上线真正功能完整的 SaaS 网站。

1
Indie Fox @indie_maker_fox · 14K

TanStarter tanstarter.dev Ship Faster with TanStack, Cost Less with Cloudflare The complete TanStack Start boilerplate for building profitable SaaS, packed with AI, auth, payments, database, storage, email, newsletter, blog, dashboard, SEO and more, fully deployed on Cloudflare Workers

1
Ling Yi @feikeis ·

@indie_maker_fox @WaffoPancake It's normal to have no data right after integration. I had the same problem when adding a payment interface to a product. It passed all offline tests, but in the first two days of production, various corner cases crashed. The main reason is that the network environment and operation path of real users are impossible to mock. What type of service are you integrating? If you are sensitive to latency, it's best to reduce concurrency first and check the timeout policy.

original · zh

@indie_maker_fox @WaffoPancake 刚接完没数据很正常,我之前给产品加个支付接口也是,线下测全过,一上 production 头两天就各种 corner case 崩出来,主要是真实用户的网络环境和操作路径根本没法 mock。你们这个接的是什么类型的服务?如果对延迟敏感,最好先压一下并发看看超时策略。

These were collected in full; the comment they answer was not returned by X.