Block bots at the edge
Cloudflare Workers integration for instant bot detection and filtering. Zero latency, zero infrastructure. Works with Webflow, Framer, and any Cloudflare-protected site.
Platforms
Works with your favorite platforms
Deploy on Webflow, Framer, Squarespace, Wix, Shopify, or any custom site. If you use Cloudflare, it works.
Webflow
Native integration for Webflow sites. Protect your forms and analytics.
Framer
Perfect for Framer sites and portfolios. Keep your data clean.
Squarespace
Deploy on any Squarespace site with Cloudflare proxy.
Wix
Works with Wix sites using Cloudflare CDN.
Shopify
Protect your Shopify store from fraudulent traffic.
Custom Sites
Any website behind Cloudflare Workers.
How It Works
From deployment to protection
Copy Worker Code
Get your personalized Cloudflare Worker code from the Ometrix dashboard.
Deploy to Cloudflare
Paste the code in your Cloudflare Workers dashboard. Takes 2 minutes.
Connect Domain
Add your domain and the Worker starts filtering bots immediately.
Monitor Results
View blocked bots, traffic quality, and analytics in your Ometrix dashboard.
Capabilities
Enterprise-grade bot filtering
All the power of a sophisticated bot detection system, deployed at the edge with zero complexity.
Edge Blocking
Block malicious bots before they reach your origin server. Save bandwidth and reduce server load.
Zero Latency
No additional requests or redirects. Bot detection happens at the Cloudflare edge.
Bot Database
Auto-updated database of known AI crawlers, scrapers, and malicious bots. Always current.
Universal Compatibility
Works with any website using Cloudflare. No platform-specific limitations.
Comparison
Edge vs Traditional
// Cloudflare Worker for Ometrix
// Add to your Cloudflare Workers
export default {
async fetch(request, env) {
// Bot detection at the edge
const botCheck = await detectBot(request);
if (botCheck.isMalicious) {
return new Response('Blocked', {
status: 403,
headers: {
'X-Ometrix-Bot': botCheck.botType
}
});
}
// Forward to origin
return fetch(request);
}
};
// Auto-updates bot database
// No maintenance requiredcode.note
Deploy in minutes, not hours
No complex infrastructure. No servers to maintain. Just copy, paste, and protect.
- deployment.benefit1
- deployment.benefit2
- deployment.benefit3
- deployment.benefit4
- deployment.benefit5
Pricing
Start blocking bots for free
Cloudflare Workers integration is free. Upgrade for advanced analytics and features.
Free
To discover the platform
No credit card required
Pro
Most popularFor growing projects
billed Monthlyly
Business
For ambitious organizations
billed Monthlyly
Questions about Cloudflare integration
Cloudflare Workers is a serverless platform that lets you run JavaScript at the edge. Our integration uses Workers to detect and block bots before they reach your server, reducing load and improving performance.
Yes, you need a free Cloudflare account with your site's traffic proxied through Cloudflare. The Workers plan is free and sufficient for our integration.
No. Bot detection happens at the Cloudflare edge before the request reaches your server. Legitimate traffic experiences zero latency. Bot traffic is blocked instantly.
Any website that uses Cloudflare. This includes Webflow, Framer, Squarespace, Wix, Shopify, WordPress, and custom sites. If you can put Cloudflare in front of it, it works.
Copy your personalized Worker code from Ometrix, paste it into your Cloudflare Workers dashboard, and deploy. Full step-by-step instructions are provided.
Yes. The Worker fetches the latest bot signatures from Ometrix automatically. No manual updates required.
Ready to block bots at the edge?
Deploy Cloudflare Workers integration in minutes. Zero infrastructure, instant protection.