TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: SaaS product for account management in my app (billing, invites, etc)?

2 pointsby conorgil145about 9 years ago
Earlier today, my coworker was trying to setup accounts for a new SaaS service we just started using. I have the billing information and only admins can modify billing information, so she tried to figure out how to make me an admin. Turns out, the service only supports a single admin and you need to be an admin to modify billing and invite team members to join the account.<p>This is one recent example of a million SaaS services that I have used which do not support seemingly basic account management capabilities such as inviting teammates, controlling licenses&#x2F;billing, etc.<p>It seems to me like every company&#x2F;startup out there is constantly reinventing the wheel (often poorly) when it comes to these basic account management capabilities. It would make sense to me if someone started a company which literally just offered these account management boilerplate capabilities as a SaaS product somehow.<p>Does anyone know if such a thing exists? If it doesn&#x27;t, can anyone think of reasons it doesn&#x27;t exist? Would you use such a service so that you can focus on creating your product instead of the (necessary) boilerplate functionality relating to accounts, billing, etc, etc?

2 comments

calcsamabout 9 years ago
Holy shit. This is genius.<p>You&#x27;re basically describing a Permissions API &#x2F; set of libraries. You can describe a set of actions and<p>The danger I would see is that (like Stripe) you would literally have to have 100% uptime because you take down the app if you&#x27;re ever down.<p>Really curious what this would look like in practice, but this is super fertile ground for thought.
JeroenSormaniabout 9 years ago
I thin Laravel Spark supports this, released last month... <a href="https:&#x2F;&#x2F;spark.laravel.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;spark.laravel.com&#x2F;</a>