The website for Will It Claw? — a YouTube series by Kilo Code that tests AI agents on tasks no reasonable person would attempt.
Live at willitclaw.com.
Will It Claw? is a comedy tech series styled as a retro late-night infomercial. Each episode unleashes an AI agent on absurd real-world challenges — making restaurant reservations via phone, learning Spanish, winning a Mac Mini — and films the results.
- Astro — static site generator
- UnoCSS — utility-first CSS (Tailwind-compatible)
- @eliancodes/brutal-ui — neobrutalist component library
- satori — dynamic OG image generation
- Deployed on Vercel
pnpm install # Install dependencies
pnpm dev # Start dev server at localhost:4321
pnpm build # Build for production
pnpm preview # Preview production build locallysrc/
├── components/ # UI components (layout, blog, home, generic, errors)
├── data/blog/ # Blog posts (Markdown)
├── layouts/ # Page layouts (Default, BlogPost)
├── pages/ # Routes (index, blog, RSS feed, OG image generation)
└── styles/ # Global CSS (infomercial theme, retro effects)
public/
├── fonts/ # Custom typefaces (DM Serif, Outfit, Poppins, Righteous, Sanchez)
└── icon/ # Retro scrollbar icons