Site Import & Compatibility
Leverage the ext-01 toolchain to ingest plain HTML or React exports securely into the Landi Virtual Filesystem.
Analysis Pipeline
-
1. landi_analyze_site_compatibility
Checks doctype, strictly analyzes html/head/body structure, verifies `
data-editable` coverage, checks `data-section-type`, validates Tailwind CDN usage, and flags unsafe eval scripts. -
2. landi_site_conversion_guidance
Provides routing instructions based on
sourceType: plain-html | react-export. -
3. landi_import_site
Executes a HITL (Human-in-the-Loop) two-phase import with automatic
autoFixparsing via `prepare-html-for-editor`.
Compatibility Score
86
Score
Issues Array
- [WARN] Missing data-editable on h1
- [WARN] Inline styles detected