Skip to content
Dashboard

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

Link to headingSingle-command local development

Link to headingNo more Control+C

Link to headingGatsby and Node.js Functions

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

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

Link to headingGo Functions with static HTML

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

Link to headingNode.js and headless Chrome

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

Link to headingStatic Sites

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

Link to headingGet Started

Link to headingLet's develop together

Ready to deploy?