/Knowledge/sources/honojs__hono/llms-full/vercel-setup--701f0adb3422.md
Vercel: Setup - hono-docs
Vercel: Setup Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt 1 setup Summary A starter for Vercel is...
Vercel: Setup
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#1-setup
Summary
A starter for Vercel is available. Start your project with "create-hono" command. Select vercel template for this example. ::: code-group sh [npm] npm create hono@latest my-app sh [yarn] yarn create hono my-app ```sh [pnp...
Content
A starter for Vercel is available.
Start your project with "create-hono" command.
Select vercel template for this example.
::: code-group
npm create hono@latest my-app
yarn create hono my-app
pnpm create hono my-app
bun create hono@latest my-app
deno init --npm hono my-app
:::
Move into my-app and install the dependencies.
::: code-group
cd my-app
npm i
cd my-app
yarn
cd my-app
pnpm i
cd my-app
bun i
:::
We will use Vercel CLI to work on the app locally in the next step. If you haven't already, install it globally following the Vercel CLI documentation.
Metadata
{
"chunk_index": 0,
"citation": "https://hono.dev/llms-full.txt#1-setup",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / Vercel > 1. Setup",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 504,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "Vercel: Setup",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}