<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="%BASE_URL%favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&display=swap" rel="stylesheet">
<meta
name="description"
content="AI is flooding Go code with slop. deslop finds it in seconds with Cargo installs, release binaries, and GitHub Actions support for fast repository scans."
/>
<meta
name="keywords"
content="deslop, go static analysis, ai generated code, code quality, rust cli, golang tooling"
/>
<meta name="theme-color" content="#07110d" />
<script>
const storedTheme = window.localStorage.getItem('deslop-theme')
const theme = storedTheme === 'light' ? 'light' : 'dark'
document.documentElement.dataset.theme = theme
document.documentElement.classList.toggle('light', theme === 'light')
document.querySelector('meta[name="theme-color"]')?.setAttribute('content', theme === 'light' ? '#f3f5f8' : '#07110d')
</script>
<title>deslop | Detect bad practices in seconds</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>