Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Vercel-maintained HTML5 starter template preloaded with Vercel Analytics and Edge Middleware routing.

Vercel example SaaS project pairing a Next.js dashboard with an Express.js API microservice, routed under one domain via microfrontends.

An eve template for Slack agents with webhook handling, Vercel Connect credential management, a starter agent, and an example tool.

Next.js example that streams structured object generation to the client using the Vercel AI SDK useObject hook.

A Turborepo monorepo starter pairing an Expo React Native app with a Next.js web app that share one React Native component library.
HTML Starter is a Vercel-maintained HTML5 boilerplate that ships one static page with Vercel Analytics loaded via a script tag and advanced routing handled by Vercel Edge Middleware, deployable to Vercel with a single click.
HTML Starter is a web template in the vercel/examples repository, filed under solutions/html, that gives you a plain HTML5 page already connected to two Vercel services: analytics, injected through a script tag rather than an npm package, and Edge Middleware, which handles advanced routing rules at the edge. The template requires no build-step configuration as input and produces a static site that Vercel hosts; the visible content is a single page plus a small set of basic styles. Vercel itself publishes and maintains it, and the repository metadata describes the wider examples collection as curated patterns and solutions for building your own applications.
Clicking the Deploy with Vercel button opens Vercel's new-project flow pointed at the GitHub repository vercel/examples under the solutions/html directory, with the project name prefilled as "html". Vercel clones the template into your account, builds it as a static site, and serves the page with the analytics script and Edge Middleware active.
Yes. HTML Starter is an open template in Vercel's public examples repository, so the code costs nothing to clone and use. Any cost comes from the Vercel plan you deploy it onto, not from the template itself.
No. HTML Starter is deliberately plain HTML5 with no framework, which is why it is a separate entry from the Next.js boilerplate in the same examples collection. It runs on Vercel as a static site with Edge Middleware in front of it.
Vercel Analytics is configured through a script tag in the page rather than an installed package, so the tracking code is present as soon as the template deploys. No dependency install or client library configuration is required.
The starter provides a single HTML5 page plus basic styles, alongside the Edge Middleware configuration for routing. It does not include a component library, CMS, database, or authentication layer.