Identity
Set the site title, tagline, repository slug, header logo, site logo, and favicon.
NerdyPress Documentation
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.
VitePressProject generatorSet the site title, tagline, repository slug, header logo, site logo, and favicon.
Choose palette, style preset, font pairing, button treatment, and card styling.
Build navigation links, social icons, footer links, and footer copy in one flow.
Create documentation pages with slugs, descriptions, markdown content, and live preview.
Configure primary calls to action and feature cards for a useful first screen.
Add search, Mermaid, sitemap, edit links, metadata, PWA, Open Graph, robots, analytics, and deployment targets.
Choose the identity, theme options, navigation, and supporting links that define the project.
Draft docs pages and review markdown content before generating the finished site files.
Download a ready-to-run VitePress project that can be installed, customized, and deployed.
my-vitepress-site/
├── .vitepress/
│ ├── config.mts
│ └── theme/
├── public/
├── index.md
├── guide.md
├── package.json
└── README.md