MDFORGEWelcome to MDForge.md
Welcome to MDForge.md

Welcome to MDForge

Markdown, understood. Write, analyze, sanitize, and publish markdown documentation directly in your browser.

Key Features

  • 100% Client-Side & Local-First: No accounts, no cloud servers, zero external document transmission.
  • Markdown Health Engine: Instant AST checks on heading hierarchy, accessibility, and readability scoring.
  • Privacy Shield: Automatic background scanning for accidental API keys, tokens, and credentials.
  • Time Machine Snapshots: Visual timeline with instant restore and structural comparison.
  • Diff Lab: Compare document revisions side-by-side or unified.

Quick Start Checklist

  • Open a file or start typing in the editor
  • Check the Markdown Health score in the top toolbar
  • Run a Privacy Shield scan before publishing
  • Take a snapshot in the Time Machine
// Pure client-side parsing example
import { renderMarkdown } from './engine';

const html = renderMarkdown('# Hello World');
console.log('Sanitized HTML:', html);
Feature MDForge Typical Online Editors
Local-First Privacy 100% Client-Side Server Uploaded
Health Analysis Built-in AST None
Privacy Shield Active Regex Scanner None
Offline / PWA Yes No

Ready to begin? Press Cmd + K for the Command Palette or switch view modes using the top tabs.

main
|
Auto-saved
|Ln 1, Col 1