
Vercel / Next.js integration
AI crawler and referral evidence for Vercel and Next.js growth pages.
Install SeeLLM middleware to see which AI systems touch your homepage, pricing, docs, comparison pages, and programmatic SEO pages, then find the next page to fix.
Where it fits
Built for SaaS pages that AI systems actually read.
Vercel is the best early testing path for technical teams that can add middleware, ship quickly, and care about page-level evidence.
Homepage
Pricing
Docs
Comparison pages
Integrations
Programmatic SEO
What SeeLLM shows
More useful than a bot counter.
AI crawler evidence
See raw AI crawler and agent request evidence on the pages tied to signups, demos, docs usage, and search demand.
Referral evidence
Separate human visits from ChatGPT, Perplexity, Claude, and other AI surfaces from ordinary direct traffic.
Next page to fix
Find pages that get AI attention without visible referral or citation signal, then pick the next page worth improving.
Install path
Add one middleware wrapper.
Use npm middleware first. Marketplace automation comes later if Vercel teams install repeatedly and ask for one-click setup.
pnpm add @seellm/vercel-middlewareimport { withSeeLLM } from '@seellm/vercel-middleware';
export default withSeeLLM();
export const config = {
matcher: ['/((?!_next/static|_next/image|favicon.ico|robots.txt|sitemap.xml).*)'],
};SEELLM_ADAPTER_ID=adapter_...
SEELLM_ADAPTER_SECRET=...
SEELLM_ORG_ID=org_...
SEELLM_SITE_DOMAIN=example.com
SEELLM_API_URL=https://api.seellm.linkGenerate credentials in Site Monitor setup, or read the full Vercel middleware docs.