I fully agree you need to buy the domain as soon as you name your project, and that's where this person went wrong, but that doesn't make domain sniping any more ethical.
Totally legal (and IMO should be!), but anyone doing that is absolutely crossing an ethical line.
Even if it steps on a trademark?
I'm sure this did happen but given the followup post (https://kill-saas.com/posts/from-0-to-5) it seems like the author is mostly playing up the experience as a way to advertise his product. Mentioning the vibe coding, the Discord key, and leaving the GitHub repository public feels a little like this might be clickbait.
For well-funded corporate projects it makes more sense; those cost more to rename, and paying extra for the domain name they want is nothing to them.
That's life. Lesson learned.
And yes, interferring with someone else hosting their project is wrong. If you don't want a domain for yourself, don't buy it. Messing with people makes you a dick and trying to buy something only to re-sell it makes you a parasite.
Domain squatting, shoud this have been the intention here, is obviously also wrong and often used for illegal activity.
There's just no world where this person doesn't have a right to complain because clearly they are the victim of someone else being a dick.
sightly related, movies productions also have "Working Titles" before release to disguise project.
A good reminder to not bikeshed the codebase keeping up with the latest name for something, as tempting as it is. A note in the README should suffice.
They way how it currently works is bad for the SaaS/app developers, bad for the content creators, and bad for the users.
It is ridiculous that nowadays you cannot buy a good domain name, because someone mass registered all of the meaningful combination of words in every existing tld, in hope that they can sell some of them for a few thousand dollars to someone who is willing to pay for it.
Not to mention these obviously unethical cases like this.
this sounds absolutely terrible for ADHD. it can sometimes take 3-5 years or longer for me to make good on a project.
There is, they're called "trademarks".
The current system encourages mass domain hoarding purely for profit, which ends up killing innovation and creativity. Trademarks don’t solve that, and they’re not meant to.
2. The post is a big list of "I made mistakes and had to face the consequences" — not one, but multiple. (Open repo, legalese comms to NC, non-actionable email to registrant) I've got a lot of sympathy, but I don't know if there's any learning besides "think -> do -> check -> repeat".
3. Congrats on the launch! For what it's worth, kill-saas.com looks more pleasing to my eyes than killsaas.com :)
Bonus Point 4.: I had a similar idea for a website with the same name a year or so ago when I was cancelling all my Netflix, Spotify, etc. subscriptions. There's evidence in my Whatsapp convos. Then again, I don't feel like you've stolen anything from me & wish you all the best! ;)
I believe it is a bit harsh accusing someone of theft because he registered a domain before you did or doing some action before you did. Merely having an idea doesn't give you the right to a property before you pay for it.
Let's suppose I have found my dream home and I take my wife out for dinner and talk loud about why is that house wonderful, why does it have a huge potential and how I've talked the owner into making a nice discount. I brag loudly about how that house is almost a steal.
Because I have some things to do at work, I will be able to speak with the real estate agent in one or two weeks, only to find out it was sold to the gentleman sitting on the next table in the restaurant.
Should I go to the police and open a theft complain?
Of course, domain scrapping and squatting has some gray moral areas but are not against the law.
When I have an idea I like, I go register the domain first. Even if I will not pursue that idea further. At worst I will lose 5 to 10 dollars. At best I will make something out of it. Or I can even sell the domain along with my idea to someone else who might want to use it.
I don't search the domain names using registrars or various domain tools. I only use Whois services I trust and I usually buy the domain short time after that.
Imagine that I overhear you wanting that home but I front run you. Not because I also love that house, I just buy it because I heard you like it and so that you can't have it. I don't do anything with the house. I don't live in it. I don't consider the house to have any value other than you wanting it.
That's not the same thing as 2 home buyers appreciating hot property.
Hot take:
We should work towards dethroning .com as the default so that all the people who trade domain names lose all the money they had never earned. I'm also for a more expensive .com base price. Some of the things that make moving away from .com hard is the blanket gtld level email/traffic bans in Sophos and other security firms
Be the change you want to see. Why do you want the .com version of your family name?
Never use GoDaddy or Namecheap or other scummy providers to check domain availability. Always use the ICANN whois service.
:facepalm:
I'm sorry, but aren't GitHub repos private by default?
edit: see down-thread, but they are private by default in GitHub Desktop, which is what I have used to create new repos for years. However, they are public by default on github.com.
I'm know it's not cool, but I have used GitHub Desktop all the time, for years. In the GitHub Desktop app, my new personal repos are private by default.
However, on the github.com, they are public by default.
That seems a bit weird, and a dangerous place for inconsistency. I certainly prefer the private by default behavior. I would love to know the PM lore about this difference.