Show HN: I built an SDK that scrambles HTML so scrapers get garbage

2026-03-1213:271636obscrd.dev

Welcome to obscrd. Protect your website content from scrapers, AI bots, and data theft. Open-source content protection system for React.

Skip to main content

Together, they make scraping your site expensive at every layer.

@obscrd/reactClient-side protection
  • – Text obfuscation — CSS flex ordering + character shuffle
  • – Email & phone protection — RTL reversal + decoys
  • – Image protection — canvas rendering, no <img> URLs
  • – Clipboard interception — copy produces shuffled text
  • – AI honeypots & forensic breadcrumbs
@obscrd/robotsServer-side crawler blocking
  • – robots.txt automation — block 20+ AI crawlers
  • – Middleware support — Express, Fastify, Node.js
  • – Meta tag generation for crawler control
  • – Works standalone — no React dependency
obscrd CLIProject setup & tooling
  • – Generate cryptographic seeds
  • – Auto-detects .env.local / .env
  • – One command project initialization

Answers to your questions


Read the original article

HackerNews