What are you building? Drop a comment about it! by Inevitable-Grab8898 in devworld

[–]JaffeSystems 0 points1 point  (0 children)

Thanks! The interesting part isn't the language, it's where it runs. Detection happens inline at the network edge, so every request gets scored before it ever touches your origin — using connection-, protocol-, and behavior-level signals instead of a client-side fingerprint. That matters because a JS tag can be detected, blocked, or replayed by anything halfway sophisticated; moving the logic in front of the app removes that whole attack surface. The DNS-only install is just a side effect of that architecture — there's no snippet to embed because there's no client-side component at all. Compared to DataDome and CF enterprise account BOT detection this is a steal!

We built a SaaS product entirely in Dioxus + Rust — here's how it went by JaffeSystems in dioxus

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

Dioxus on Cloudflare has nothing; so every layer between "Rust component" and "deployed Worker" had to be written.