From 0d38c5657d32e767dfe05e5abce376e6ad51516c Mon Sep 17 00:00:00 2001 From: akkucuk <112968795+akkucuk@users.noreply.github.com> Date: Thu, 28 May 2026 17:07:32 +0300 Subject: [PATCH] add beginner deployment note Adds a small beginner-friendly note recommending Vercel as a simple deployment workflow for Base mini-app testing and verification. --- docs/apps/quickstart/build-app.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/apps/quickstart/build-app.mdx b/docs/apps/quickstart/build-app.mdx index b2253affa..37bf5ee0e 100644 --- a/docs/apps/quickstart/build-app.mdx +++ b/docs/apps/quickstart/build-app.mdx @@ -534,6 +534,10 @@ Base is a fast, low-cost Ethereum L2 built to bring the next billion users oncha ```bash Terminal npm run dev ``` + +For beginners building their first Base mini-app, deploying with Vercel provides one of the simplest production workflows for testing and app verification. + +