TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What are your goto no code platforms for building mobile apps

3 点作者 mr_o47将近 4 年前
Hello HN, I’m trying to build a content focused app with features such as<p>1. Ability to buy and read books within the application<p>2. Handling payments and user sign ups so they can log into the app and read the books they bought.<p>There’s not much complexity besides handling payments and saving user info for login and login<p>I would love to hear the input from the community on what platforms they have used to build apps without code.

1 comment

rvz将近 4 年前
I have fought these sorts of battles for years and I have a very strong idea of what to use and to avoid when building these services. I will definitely get straight to the point and cut through the hype.<p>For Logins, Passwordless is enough. Use Supabase for this.<p>&gt; 2. Handling payments and user sign ups so they can log into the app and read the books they bought.<p>Apple and Google are hungry for a 30% cut of your revenue if you use In app purchases. Do not put payment info with in the app otherwise they will force you down the IAP route (Unless you don&#x27;t mind the cut). Use a separate website to accept payments of the content where users can access and login to their account to purchase and access all of their books in the app or website as read only; qualifying your app purely as a &#x27;reader app&#x27;.<p>Doing this without IAP saves you tons of money. However, it is very IMPORTANT for companies to choose the CORRECT payment provider. Use STRIPE or GUMROAD.<p>&gt; There’s not much complexity besides handling payments and saving user info for login and login<p>Do not overlook TAXES. You need a mature platform that handles this properly and accurately.<p>If you&#x27;re looking for a no-code platform for payments, memberships and sign ups, YOU MUST ESPECIALLY AVOID MEMBERSTACK. Outseta is a very good fit for your use case and does all of the above properly.
评论 #27546104 未加载