Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A non-opinionated TypeScript documentation starter for Next.js with Markdoc, Tailwind CSS, and one-click deploy.
Next Galaxy Template is a non-opinionated TypeScript template starter for Next.js that gives you a pre-configured documentation site with Markdoc, Tailwind CSS, and Headless UI, so you can start writing docs immediately instead of wiring up tooling.
Next Galaxy Template (repository: next-galaxy-starter) is a GitHub template created by mverissimo that scaffolds a documentation website on Next.js. As input it takes an empty project and a set of preinstalled dependencies; as output it produces a production-ready docs site with components for callouts, disclosures, tabs, and code highlighting. It runs on Node.js via standard Next.js scripts (dev, build, start) and can be deployed in one click to Vercel or Netlify.
dev, build, start, lint, and test (using Jest) so you can run the development server, create a production build, serve it, lint, and test all components and pages.You start by running yarn create next-app -e https://github.com/mverissimo/next-galaxy-starter or the equivalent npm command. This uses Create Next App to pull the template into a new project. Then you write Markdoc files, run yarn dev to preview locally, and use the provided Vercel or Netlify deploy buttons to ship it.
