← Back to detector
Platform guide

How to detect Windsurf websites

The agentic AI editor (formerly Codeium)

Windsurf is an agentic AI code editor whose Cascade agent can scaffold and iterate on complete web applications. Like Cursor, it's an editor rather than a hosting platform, so there is no deployment fingerprint — detection relies on the statistical patterns of the code its agent produces and the stack choices it defaults to.

Check any URL for Windsurf fingerprints →Use detector

Technical fingerprints

  • windsurf.ai or codeium references in source (rare but definitive)
  • Vite + React + TypeScript scaffold — Cascade's default for new apps
  • shadcn/ui components combined with Lucide icons
  • Tailwind CSS with default theme tokens left unchanged
  • Deployment on Vercel or Netlify with a young domain
  • Verbose, uniform code comments in bundled source

Visual design patterns

  • shadcn/ui defaults: Button, Card, Dialog with untouched radii
  • Dark-first slate palette or untouched zinc theme
  • Gradient hero text (bg-clip-text text-transparent)
  • Lucide icon set throughout
  • Card-grid landing layouts with rounded-xl borders

Typical tech stack

React 18 or Next.jsTypeScriptViteTailwind CSSshadcn/uiLucide ReactVercel or Netlify hosting

Frequently asked questions

Can Windsurf-built sites be detected reliably?+

Less reliably than platform tools like Lovable or Bolt. Windsurf doesn't inject markers or host your site, so detection is statistical: the combination of a default scaffold, shadcn/ui, Lucide icons and a young domain raises the confidence score, but no single signal is definitive.

How does Windsurf compare to Cursor for detection?+

They're nearly identical from a detection standpoint — both are editors that produce similar React + Tailwind + shadcn scaffolds. Neither leaves hosting-layer fingerprints. Our detector treats both through the same stack-pattern signals.

Does Windsurf deploy sites itself?+

No. Windsurf writes code locally; users deploy wherever they like. Most tutorials push Vercel or Netlify, which is why those hosts correlate with Windsurf output, but the correlation is weak evidence on its own.