Skip to content

NerdyPress Documentation

Design and export VitePress sites from the browser.

NerdyPress turns a guided design and content form into a downloadable VitePress project with theme files, pages, assets, integrations, and deployment helpers already wired together.

Browser-based builderCustom VitePress theme exportDeployment helpers included

What You Can Configure

01

Identity

Set the site title, tagline, repository slug, header logo, site logo, and favicon.

02

Visual Theme

Choose palette, style preset, font pairing, button treatment, and card styling.

03

Navigation

Build navigation links, social icons, footer links, and footer copy in one flow.

04

Content

Create documentation pages with slugs, descriptions, markdown content, and live preview.

05

Homepage

Configure primary calls to action and feature cards for a useful first screen.

06

Integrations

Add search, Mermaid, sitemap, edit links, metadata, PWA, Open Graph, robots, analytics, and deployment targets.

Build Flow

Design

Choose the identity, theme options, navigation, and supporting links that define the project.

Preview

Draft docs pages and review markdown content before generating the finished site files.

Export

Download a ready-to-run VitePress project that can be installed, customized, and deployed.

Generated Project

text
my-vitepress-site/
├── .vitepress/
│   ├── config.mts
│   └── theme/
├── public/
├── index.md
├── guide.md
├── package.json
└── README.md

Included in the download

  • VitePress configuration and custom theme files
  • Markdown pages and public assets
  • Package scripts for local development and builds
  • Deployment helpers for common hosting targets

Deployment Targets

GitHub PagesCloudflare PagesNetlifyVercel

Built with ❤️ using VitePress | Because Real Nerds Selfhost