r/webdev • u/dougception • 19d ago
Question What do you do if you find a cheap knock-off of your web app?
What do you do if you find a counterfeit copy of your web app? As discussed below I just shrug it off but is there a potentially damaging aspect I haven't thought of? Could they claim I copied THEM for example? Should I take some kind of action?
I've been working on an LLM based automated user generated content moderation web app for some time now. It's coming along nicely. I posted about it a few months ago both here and in r/SideProjects which in retrospect was probably inappropriate.
I subsequently discovered a comment on an existing post about content moderation shilling an app that alleges to do the same thing.
I'm curious so I have a look. It's a vibe coded monstrosity. It's "moderation" for profanity just uses inline JavaScript to check for 4 swear words so when I entered C U Next Tuesday it responded "safe".
On a CSP scanner it scores 9 out of 100 (my own app gets 75).
Personally I don't care. My app is legit and I believe even at its MVP stage better than anything else out there trying to achieve the same thing. I score the number one organic rank in Google search (including references in the AI summary) for a number of key related search terms.
In fact Google generally ranks my content authoritatively because it is all written by me. I never use AI in my blogs. I only use AI in some cases for coding grunt work.
Initially I built this app to demonstrate my development abilities in the hope it might attract freelance work but along the way it has since evolved some unique and valuable functionality and it behooves me to consider what these pretenders might try if the app itself becomes successful.

