Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A VuePress starter site that deploys to Vercel with zero configuration.

A simple template for getting started with Next.js, Tailwind CSS, and TypeScript.

Simple SvelteKit template that uses a Postgres database.

A personal portfolio boilerplate built with Next.js, Chakra UI, MDX, and TypeScript.

Next.js boilerplate bootstrapped with create-next-app: Pages Router, API routes, Inter font optimization, and Vercel deployment.

NextJS version of Material Kit React by Creative Tim

StarkNext is a boilerplate to help you build your next dapp on Starknet using NextJs and Jotai
VuePress is a Vue-powered static site generator that outputs a pre-rendered static site, and this repository is a minimal starter template from Vercel's examples collection configured to deploy to Vercel with zero configuration.
VuePress is a static site generator built on top of Vue.js that compiles Markdown content into a fast static website. This project specifically is a brief example of a VuePress site that Vercel maintains, designed as a boilerplate for starting new VuePress applications. It uses pnpm as its package manager and includes a live demo at https://vuepress-starter-template.vercel.app so you can see the exact output this template produces.
pnpm install for dependencies, pnpm dev for a local development server, and pnpm build for a production build.vercel to deploy the static site directly to Vercel from your terminal.vercel CLI after a fresh clone to push the site to Vercel, or use the web-based Deploy button for a click-to-deploy flow.