Skip to content

Repository files navigation

Stackhacker UI Docs Template

Stackhacker UI

Use this template to build documentation sites with Stackhacker UI, Nuxt 4, shadcn-vue, and Tailwind CSS v4.

Stackhacker UI Docs Template preview

Quick Start

pnpm dlx nuxi@latest init my-docs -t gh:stackhacker-ui/docs
cd my-docs
pnpm install
pnpm dev

Setup

Make sure to install the dependencies:

pnpm install

This template is verified with Node.js 22 and pnpm 10.

Set NUXT_PUBLIC_SITE_URL in production if you want social previews to use your own deployed URL.

Development Server

Start the development server on http://localhost:3000:

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview

Check out the deployment documentation for more information.

Quality checks

Run the same checks as CI:

pnpm lint
pnpm typecheck
pnpm build

Renovate integration

Install Renovate GitHub app on your repository and you are good to go.

About

A Nuxt 4 documentation template built with shadcn-vue, Tailwind CSS v4, and Stackhacker UI conventions.

Topics

Resources

Security policy

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Generated from stackhacker-ui/starter