DocsBug ReportShowcase

Documentation

Getting Started
Default Design PatternPackage Updates
BargraphBreadcrumbButtonCardCheckboxContextmenuDarkmodeDatagridDatepickerDialogboxFileuploaderFormrendererInputMaterialinputModalMultiselectNavbarSelectSidebarSpinnerTabsTextareaToaster
DocthemeSuperstate

Grampro Docs Template

A minimal, high-performance documentation starter kit built with Next.js, Tailwind CSS, and MDX.

Usage

bash
npx @grampro/docs-template@latest my-docs-site
cd my-docs-site
npm run dev

Note: Using @latest ensures you always start with the most recent version of the template.

Features

  • MDX Support: Write content in Markdown with React components.
  • Search: Built-in, fast search via cmd+k.
  • SEO Ready: Auto-generated sitemap, robots.txt, and strict metadata.
  • Performance: Optimized for Core Web Vitals with zero-CLS loading states.
  • Configurable: Central site.config.ts for branding.

Customization

Edit site.config.ts to update:

  • Site Name & Description
  • Navigation Links
  • Social Media Links

Content lives in app/content/docs. Just add .mdx files.

On This Page