[ LOADING ]
sailop / anti-slop toolkit
AI-generated code has a fingerprint. 43 rules detect it across 7 dimensions. One command removes it.
SCAN
[43 rules]
Detect AI fingerprints across 7 dimensions
SCORE
[0–100]
DNA similarity score, graded A through F
TRANSFORM
[seed-gen]
Procedural rewrite, no two outputs alike
INTEGRATE
[MCP/CLI]
Claude, Cursor, Gemini — zero config
NOW PLAYING
before_scan.tsx
| Track | Duration | BPM | DNA |
|---|---|---|---|
| before_scan.tsx | 3:42 | 76 | 76/100 F |
| after_transform.tsx | 0:00 | — | 0/100 A |
// page.tsx — before sailop
export function WaveformLayout() {
return (
<main className="min-h-screen bg-white">
<section className="text-center py-20">
<h1 className="text-5xl font-bold
bg-gradient-to-r from-blue-500
to-indigo-600 bg-clip-text
text-transparent">
Welcome to Our Platform
</h1>
<button className="mt-8 px-8 py-3
bg-blue-500 rounded-xl">
Get Started
</button>
</section>
</main>
);
}// page.tsx — after sailop
export function WaveformLayout() {
return (
<main style={{
minHeight: '100vh',
background: '#08080c',
fontFamily: 'Work Sans',
}}>
<section style={{
padding: '120px 40px 80px',
textAlign: 'left',
}}>
<h1 style={{
fontFamily: 'Archivo Black',
fontSize: 'clamp(2.4rem, 5vw, 4rem)',
color: '#e4e0ec',
}}>
Every site sounds the same.
</h1>
<button style={{
marginTop: '40px',
padding: '14px 32px',
background: '#e8553a',
color: '#08080c',
}}>
Scan your code
</button>
</section>
</main>
);
}FREE
$0
PRO
$39
One-time. No subscription.