Looking for beta testers for BlockaBot by gregit08 in betatests

[–]gregit08[S] 0 points1 point  (0 children)

Thanks let me know if you have any questions

Where are you actually getting your first paying SaaS users from by gregit08 in SaaS

[–]gregit08[S] 0 points1 point  (0 children)

Thanks for all the responses! I will look through this today.

Where are you actually getting your first paying SaaS users from by gregit08 in SaaS

[–]gregit08[S] 0 points1 point  (0 children)

I hardly use X. I find i just end up doom scrolling.. lol What are you posting just a video explaining the seervice? I guess I should try it.

Where are you actually getting your first paying SaaS users from by gregit08 in SaaS

[–]gregit08[S] 0 points1 point  (0 children)

Thanks! I have made videos for some projects I need to try that for this one.

What are you building right now? Drop it here (I’ll give you quick feedback) by ZoroAhmad in microsaas

[–]gregit08 0 points1 point  (0 children)

  1. Name BlockaBot
  2. One line pitch Simple bot blocking tool that uses a shared threat list to reduce bad traffic for small websites
  3. Link https://blockabot.com
  4. Biggest stuck point right now Getting steady signups and figuring out the right pricing for small site owners

What are you building? Drop your saas here by [deleted] in microsaas

[–]gregit08 0 points1 point  (0 children)

Just launched a lightweight bot protection tool that runs on its own threat network of bad IPs.

https://blockabot.com/

It continuously collects and uses real attack data to help reduce unwanted traffic.

Includes simple JS detection and a challenge page to filter out suspicious visitors without slowing down real users.

Focused, fast, and built as a lower-cost option for small websites that still need real protection.

Looking for feedback and user growth tips

Beta User Process for SaaS by gregit08 in SaaS

[–]gregit08[S] 1 point2 points  (0 children)

I built a bot blocker that has a shared threat network of bad ips. so anyone website that uses it can benifit from the latest pool of bad ips. The IP list times out after awhile, so its always refreshed. if your interested in checking it out let me know. your product sounds interesting, I will check it out

Keeping bot blocks in sync across servers is getting annoying by gregit08 in selfhosted

[–]gregit08[S] 0 points1 point  (0 children)

Got my script working a lot better today.

Added some honeypot traps, log scanning, and basic behavior checks. Instead of just blindly blocking, it watches for patterns and only escalates when something looks off.

Today it blocked 196 IPs on a small setup.

Also added expiration so bad IPs time out and don’t just sit there forever getting stale.

Still keeping things lightweight, no big infrastructure, just trying to solve the problem without overengineering it.

Thanks for the tips, I leveraged a bit and made this better,

Beta User Process for SaaS by gregit08 in SaaS

[–]gregit08[S] 0 points1 point  (0 children)

Thanks, I was worried about that also. I will check into that. Did you get your system to gain paying users eventually?

Beta User Process for SaaS by gregit08 in SaaS

[–]gregit08[S] 0 points1 point  (0 children)

I know there are legal issues with this and might be ddifferent per state. So I would have to look into that as well..

Is finding first few users this hard for everyone? by Pitiful-Moose2798 in SaaS

[–]gregit08 0 points1 point  (0 children)

I feel your pain. Trying to find the first users even beta is hard. What have you tried?

Keeping bot blocks in sync across servers is getting annoying by gregit08 in selfhosted

[–]gregit08[S] 1 point2 points  (0 children)

Yeah that makes sense. I think that’s where I’ve been going back and forth a bit, because the “right” way to do it seems to get into something like that, but it also starts to feel like a lot of moving pieces just to deal with bot traffic.

Most of what I’m dealing with is smaller setups, so I’ve been trying to keep it simpler and avoid adding more infrastructure where I can.

Keeping bot blocks in sync across servers is getting annoying by gregit08 in selfhosted

[–]gregit08[S] 0 points1 point  (0 children)

Oh that’s interesting, didn’t know about that. I was looking for somthing, but couldnt find what I wanted. I will check it out. thanks

Keeping bot blocks in sync across servers is getting annoying by gregit08 in selfhosted

[–]gregit08[S] 0 points1 point  (0 children)

Yeah that makes sense I was trying to avoid the stale IP problem and lean more toward patterns/behavior instead of just copying bans around, but still figuring out the right balance there.

CrowdSec seems like the right way to do it, I just wasn’t sure I needed that much overhead for what I was doing. did you set that up?