A modern documentation and blog template built with Next.js 15, MDX, Velite, and Shadcn UI components. This template provides a robust foundation for creating beautiful documentation sites and blogs with a focus on developer experience and performance.
- Next.js 15 - Built on the latest version of React framework for production
- MDX Support - Write content using Markdown with embedded React components
- Content Management - Efficient content organization and processing with Velite
- Modern UI Components - Pre-built components from Shadcn UI
- TypeScript - Full type safety out of the box
- Tailwind CSS - Utility-first CSS framework for styling
- Documentation Ready - Pre-configured for technical documentation and blogs
- Clone the repository:
git clone https://github.com/rudrodip/mext15.git my-docs
cd my-docs
- Install dependencies:
bun install
- Start the development server:
bun run dev
├── content/ # MDX content files
│ └── docs/ # Documentation pages
├── public/ # Static assets
└── src/
├── app/ # Next.js app router pages
├── components/ # React components
├── config/ # Site configuration
└── types/ # TypeScript types
Site configuration can be customized by editing src/config/site.config.ts
. This includes:
- Site metadata
- Social links
- SEO settings
- Creator information
We welcome contributions! Here's how you can help:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
Please refer to our contribution guidelines for more details.
This project is licensed under the MIT License - see the LICENSE file for details.
- Documentation: Check the
/guide
directory - Issues: Submit via GitHub Issues
- Discussions: Join our GitHub Discussions