docs: improve query alignment of Vercel app deployment guide (GEO) - #7997
Conversation
Rewrites the intro to answer the target query directly, adds a disambiguation note routing the three Vercel intents (own-app deployment, Marketplace integration, programmatic deployment), and adds an FAQ section with self-contained answers. Addresses a crawl-to-citation gap: the page gets AI crawler traffic but no citations, likely because it described itself in internal vocabulary rather than the queries it should answer. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🍈 Lychee Link Check Report27 links: ❌ Errors
Full Statistics Table
|
WalkthroughUpdates the Vercel deployment guide documentation: revises frontmatter and introductory text to describe a six-request API flow for deploying with a provisioned Prisma Postgres database, and adds a new FAQ section addressing limits, billing, frameworks, and pooling. ChangesVercel Deployment Guide Update
Estimated code review effort: 1 (Trivial) | ~5 minutes Related PRs: None specified. Suggested labels: documentation Suggested reviewers: None specified. 🐰 A poem for the docsA rabbit hops through Vercel's door, 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
There was a problem hiding this comment.
🧹 Nitpick comments (1)
apps/docs/content/docs/guides/integrations/vercel-deployment.mdx (1)
18-20: 📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low valueMinor prose polish in disambiguation note.
Static analysis flags two small style nits here: three consecutive bullets start with "To" (line 18-20), and "outside of" on line 20 is redundant ("outside" suffices).
✏️ Suggested tweak
-- To create and manage Prisma Postgres databases programmatically **outside of Vercel**, see the [Management API](/management-api). +- Need to create and manage Prisma Postgres databases programmatically **outside Vercel**? See the [Management API](/management-api).🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@apps/docs/content/docs/guides/integrations/vercel-deployment.mdx` around lines 18 - 20, Polish the disambiguation note in the Vercel deployment guide by revising the three link bullets so they don’t all begin with “To,” and replace the redundant “outside of Vercel” phrasing in the Management API item with cleaner wording. Update the prose in the existing bullets in the vercel-deployment.mdx content, keeping the same links and meaning while improving style and variety.Source: Linters/SAST tools
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In `@apps/docs/content/docs/guides/integrations/vercel-deployment.mdx`:
- Around line 18-20: Polish the disambiguation note in the Vercel deployment
guide by revising the three link bullets so they don’t all begin with “To,” and
replace the redundant “outside of Vercel” phrasing in the Management API item
with cleaner wording. Update the prose in the existing bullets in the
vercel-deployment.mdx content, keeping the same links and meaning while
improving style and variety.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 62c1b24a-d408-41fc-8349-bf1aa5c6f1d6
📒 Files selected for processing (1)
apps/docs/content/docs/guides/integrations/vercel-deployment.mdx
Removed all em dashes, added verified expected output to the migrate and
seed steps, converted exact prerequisites to a list, and rephrased the
'How it works' and availability headings as questions ('Where does the
history come from?', 'Where does the Migrations view appear?') so they
match how readers ask, following the GEO pattern from the Vercel
deployment guide refresh (#7997).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
) * docs(studio): add Studio with Prisma Next and the Migrations view Prisma Studio's Migrations view reads the migration ledger Prisma Next writes into the database and renders it as a timeline, with a visual diff, the executed SQL, and a schema diff per applied migration. The Prisma Next docs had no Studio coverage at all, so this adds a page and links it from the places a reader would look. New page: /studio/prisma-next — prerequisites, `npm create prisma@next`, Prisma Postgres, the plan/apply loop, launching Studio, reading the view, where it's available (local + Console), limitations, and troubleshooting. Linked from the Studio landing page and getting-started, the four Prisma Next migration pages, the Prisma Next overview, and the Prisma Postgres "Viewing data" guide. Every command and schema block was run against a fresh `npm create prisma@next` project on Prisma Postgres, and the screenshots come from that database's six applied migrations. Notes for review: - The view shipped in @prisma/studio-core 0.32.0; the Prisma CLI only carries a new enough Studio on its `dev` release today, so the page says `npx prisma@dev studio` explicitly rather than implying `prisma@latest` works. Worth a follow-up once it lands in a stable CLI. - Two scaffold gotchas are documented because a reader hits both: `db.orm` is namespace-keyed (`db.orm.public.User`), and Studio needs DATABASE_URL loaded from .env before `--url` resolves. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * docs(studio): prose polish and query-aligned headings Removed all em dashes, added verified expected output to the migrate and seed steps, converted exact prerequisites to a list, and rephrased the 'How it works' and availability headings as questions ('Where does the history come from?', 'Where does the Migrations view appear?') so they match how readers ask, following the GEO pattern from the Vercel deployment guide refresh (#7997). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * docs(studio): rewrite as task-oriented guide Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Co-authored-by: Nurul Sundarani <sundarani@prisma.io>
Why
Promptwatch flagged
/docs/guides/vercel-deploymentas an untapped page: 59 AI crawls in the last 30 days from 2 unique crawlers, but 0 citation-bot visits and 0 AI clicks. Crawlers evaluate the page for Vercel-deployment queries and consistently decide not to cite it.The likely cause: the page described itself in internal vocabulary ("instant app deployment") instead of the language of the queries it should own (deploying apps programmatically via API, provisioning a database per deployment, AI app builder / agent platform workflows).
What changed
/guides/postgres/vercel, non-Vercel provisioning → Management API). Helps both readers and AI engines match the right page to the right query.No changes to the deployment steps, code samples, or API reference content.
🤖 Generated with Claude Code
Summary by CodeRabbit