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.
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>> 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'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 'reader app'.<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>> 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'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.