MDXForge logo

Getting Started

Preview your first local MDX document with MDXForge Desktop.

Getting Started

1. Create a document

Create a file named hello.mdx:

---
title: Hello MDXForge
description: My first local AI document
---

# Hello MDXForge

This document renders locally.

2. Open it

Launch MDXForge Desktop, choose Open File, then select hello.mdx.

3. Review it

MDXForge compiles the document locally and renders it with a docs-style layout, table of contents, and safe component whitelist.

4. Open a folder

For multi-page docs, open a folder containing .mdx or .md files. MDXForge scans the folder and builds a sidebar tree.

On this page