Skip to content

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.

API Server Integration

Create API endpoints that convert Markdown to HTML on demand. Use this for CMS-backed content, live previews, and dynamic content.

Framework Integration

Integrate BioX-markdown with popular frameworks and libraries.

Frontend Integration

Use BioX-markdown in frontend applications with SSR or build-time rendering.

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:

API Server Tutorial

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?

Released under MIT License