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 Service Without Logins or Signup

1 pointsby _pdp_about 8 years ago
Does anyone know a payed for SaaS service that does not rely on logins and signups but users can still pay for and use somehow?<p>I am looking at restructuring a project I am currently working on but I want to make sure that the user experience is as simplified as possible and as such I would rather not ask people to signup and login.

3 comments

brudgersabout 8 years ago
Maybe there is a business there.<p>I mean, one advantage Amazon has is that there is only one account and one bill for all those services and this reduces administrative overhead for customers. A company that stands up a single service creates a significant fraction of administrative overhead for customers relative to Amazon.<p>A clearing house for SaaS billing might be analogous to a payroll service. Or not. And SaaS billing as a service is not your current problem directly.<p>Good luck.
评论 #13990833 未加载
mattbgatesabout 8 years ago
It does not seem like it would be a plausible model. If it was not SaaS and you were just charging &quot;to get more&quot; of something, than it could work.<p>I will just use one of my websites as an example: <a href="https:&#x2F;&#x2F;mypost.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mypost.io&#x2F;</a> does not require a login, email, or account to use it. All you need to do is enter in a headline and a password.<p>For a SaaS, you would need to at least require the user to have some type of &quot;account&quot; in which you could identify them.<p>There are &quot;alternative&quot; things you can do, but I think you would still need that &quot;prospect&quot; of an account.<p>An alternative method is to obtain an email address, which is used to know this user is trying to log in. Upon login, the user would be stopped because they technically haven&#x27;t identified themselves yet. Your app would send a link to the email address, which the user would then click and be able to login. The unique link makes up for the password. So no password is required.<p>Another way you could do it is by offering the user a way to sign by entering a pin unique to them, but again: you would want to require some email address so in case they forget, you could send them the details.<p>Another way in which I&#x27;m also experimenting is to just get their phone number as a username. Upon entering it, they are sent a text message, to which they must reply with whatever alphanumeric ID combination is in the text and compare it to the ID you sent.<p>A new way I am also doing things is.. I actually looked at what Hacker News does. You need a username and a password to register, but no email. However, if you ever lose your password, how do they know where to send it? By asking you for your email in the profile, but I don&#x27;t think they really care if you don&#x27;t care.. if there is no email to send it to, your sol.<p>What I used to do: Require a username, password, and email address. Why 3 fields? I eventually narrowed it down to just the username and password, so the user could immediately login, but upon landing on the Settings page, an email address would required in order to continue.<p>These are just some clever ways of doing things that you could possibly use, but as far as having random people come and use the web app without any affiliation at all would make it hard to track them down without some sort of identifier and commitment.
评论 #13985167 未加载
forgottenacc57about 8 years ago
All you need is their email address and you get send a login link.<p>Search for passwordless login.