Navigation

Web & Next.js

If you are building a web application, documentation site, or a Next.js App Router project, install the JavaScript bindings (@toaq-oss/omni-mdx).

This package includes the pre-compiled WebAssembly core and the React rendering utilities.

Prerequisites

  • Node.js: v18.0 or newer

Installation

You can install it using your preferred package manager:

bash
# Using npm
npm install @toaq-oss/omni-mdx

# Using pnpm
pnpm add @toaq-oss/omni-mdx

# Using yarn
yarn add @toaq-oss/omni-mdx
ℹ️ Information
Zero Configuration: The @toaq-oss/omni-mdx package ships with the pre-compiled WebAssembly binary. You do not need to install Rust or any system-level dependencies to use it in your frontend projects.

Next Step

Head over to the Next.js Integration guide to see how to configure your AstRenderer.