Skip to content
Dashboard

Bring the frontend cloud to your local machine for a seamless development experience.

Copy link to headingSingle-command local development

Copy link to headingNo more Control+C

Copy link to headingGatsby and Node.js Functions

{
"scripts": {
"dev": "gatsby develop -p $PORT"
}
}

In this example, Gatsbygram is run using `vercel dev`.

Copy link to headingGo Functions with static HTML

In this example, a static site and a Go serverless function are run in parallel.

Copy link to headingNode.js and headless Chrome

As you can see, both `vercel dev` and `puppeteer` will boot up in no time.

Copy link to headingStatic Sites

Even though there is no `vercel.json` file, serving the directory just works.

Copy link to headingGet Started

Copy link to headingLet's develop together

Ready to deploy?