Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A modern, customizable documentation template for Next.js 15, Tailwind CSS 4, and MDX.
Pinexio is an open-source documentation template that converts MDX files in a docs folder into a searchable, SEO-friendly documentation site built on Next.js 15 and Tailwind CSS 4.
Pinexio is a free, open-source documentation template for Next.js 15 that renders MDX files from a docs directory into a fully styled documentation website. It uses Tailwind CSS 4 for responsive layout, MDX for combining Markdown with React components, and Contentlayer to automatically index pages for search. The template was created by developer sanjayc208 and is distributed via GitHub.
docs folder and builds a searchable index every time you add an MDX page, with no manual setup..mdx file to /docs makes it appear on the site immediately; no route registration or configuration is needed./docs, and get a live documentation website with search and theming.The workflow is intentionally short: clone the repository (or click the Vercel deploy button), add your documentation as MDX files in the /docs folder, and start the Next.js development server. Contentlayer automatically indexes each new MDX file, making it available at its corresponding route. When you're ready, deploy the site to Vercel or any other Next.js host.
Pinexio is open-source and free to use. There are no paid plans, licenses, or premium features mentioned on the project page.
Yes. The Pinexio repository is released as open-source software, and the project page states it is free to use. No payment or account is required beyond the GitHub or Vercel hosting you choose.
Pinexio turns MDX documentation files into a searchable, themed documentation website. It handles content indexing, page routing, and responsive styling so you can focus on writing.
Pinexio is built with Next.js 15, Tailwind CSS 4, MDX, and Contentlayer. It runs on Node.js and supports deployment to Vercel through a one-click button.
Create an MDX file inside the docs folder. Contentlayer will detect it and make it accessible at a URL based on the file path, with no extra configuration.
Yes. Contentlayer automatically indexes all MDX pages, and the template includes search functionality for the indexed content.
