Our AI Agents Directory had its entire website cloned at another domain. The cloner copied design and content with minor tweaks.<p>I reached out to them, but they plan do nothing with it.<p>I’ve noticed this is happening to other indie makers too—people are seeing their hard work copied and claimed by others with little effort. It seems like this issue is growing, especially with the rise of AI.<p>As indie creators, we put a lot of time and effort into creating unique content. But how do we protect our work from being copied? What can we do to ensure our original work isn’t taken and used by others?<p>Thanks for all your advice!
Given how modern "AI" works, There is a certain irony in an AI focused company finding its content slurped up and spat back out with minor tweaks and then feeling blindsided. Do you vet all agents you advertise for how well they pay for all their training data?
Find out where the domain is registered with a whois command or goto who.is, then find their copyright/DMCA email and submit a complaint.<p>For example if it's Namecheap their details to complain are here - <a href="https://www.namecheap.com/support/knowledgebase/article.aspx/9196/5/how-and-where-can-i-file-abuse-complaints/" rel="nofollow">https://www.namecheap.com/support/knowledgebase/article.aspx...</a><p>GoDaddy here - <a href="https://supportcenter.godaddy.com/ipclaims/copyright/infringement" rel="nofollow">https://supportcenter.godaddy.com/ipclaims/copyright/infring...</a><p>They should take it down pretty quickly if it's a direct copy!
I know it's frowned upon here, but there are commercial and open source[1] javascript obfuscators with domain locking functionalities. If your site is already a SPA, they can make it very painful to just lift it (not impossible, obviously, because everything is reverse-engineerable, but the point is to discourage the majority of thiefs). You can be creative: for example, if whoever cloned your site is located in China, you can redirect users to prohibited content if you catch them running your javascript on the wrong domain. If your site calls APIs, you can call them in the wrong way on purpose to get the cloned site banned. You can also triggers those side effects randomly in order to make it more frustrating and untenable to serve your cloned site. This obviously presupposes you're doing all the rendering from the client side.<p>[1] <a href="https://obfuscator.io/" rel="nofollow">https://obfuscator.io/</a>
If they’re using images you’re hosting you could always put in a rewrite rule to replace the images with goatse. I used to do this back in the day. It’s not going to solve the problem of cloning but it’ll give you so catharsis and get ‘em to stop it.
No much we can do.
Someone copied two my tools days ago, he didn't even change the UI.
When I pointed out, he just said, everybody did this and I cannot judge him.
Minimal effort means something is trivial to copy.<p>Googling the concept of your website, I see dozens of options and they all look similar. It’s a relatively simple site concept.<p>I would suggest putting more effort into coming up with a more original idea. It will be harder to copy when your site has functionality that isn’t just “here is a list of AI agents.”
Cope. HTML and CSS is delivered client-side, for the past 10-odd years any so-inclined asshole dev could slurp up and reproduce your website instantly.<p>> But how do we protect our work from being copied? What can we do to ensure our original work isn’t taken and used by others?<p>Simply put; you keep it to yourself, and never share it with another living soul. Further reading: <a href="https://en.wikipedia.org/wiki/Tragedy_of_the_commons" rel="nofollow">https://en.wikipedia.org/wiki/Tragedy_of_the_commons</a>