Tutorials
Step-by-step guides for integrating BioX-markdown into your projects.
Available Tutorials
Build-Time Rendering
Generate static HTML from Markdown at build time. This is the recommended approach for better performance and SEO.
- Build-Time Rendering Guide - Generate static HTML at build time
API Server Integration
Create API endpoints that convert Markdown to HTML on demand. Use this for CMS-backed content, live previews, and dynamic content.
- API Server Guide - Create Markdown-to-HTML API endpoint
Framework Integration
Integrate BioX-markdown with popular frameworks and libraries.
- Framework Integration Guide - Use with React, Vue, Next.js, etc.
Frontend Integration
Use BioX-markdown in frontend applications with SSR or build-time rendering.
- Frontend Integration Guide - Client-side usage patterns
Getting Started
If you're new to BioX-markdown, start with Quick Start then return here.
Choose Your Use Case
Static Site Generation
For blogs, documentation sites, and content-heavy sites where content doesn't change frequently:
→ Build-Time Rendering Tutorial
Dynamic Applications
For CMS-backed sites, content management systems, and applications requiring real-time rendering:
Framework-Specific
For integration with specific frameworks:
→ Framework Integration Tutorial
Frontend Applications
For React, Vue, and other frontend applications:
→ Frontend Integration Tutorial
Example Projects
See BioX-markdown in action:
- This documentation site - Built with VitePress
- Example Blog - Next.js with static generation
- API Example - Express.js server with Markdown endpoint
Need Help?
- API Reference - Full API documentation
- Package Documentation - Package features and usage
- Examples - Usage examples
- GitHub Issues - Report bugs or ask questions