Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 2.92 KB

File metadata and controls

58 lines (40 loc) · 2.92 KB

Vant Flow — Documentation

This index is organized by what you are trying to do. Pick your path.


I want to use the library in my app

  1. README → Quick Start — install, register, render your first form in 5 minutes
  2. README → Core Concepts — understand DocumentDefinition, the frm API, and host inputs
  3. Renderer Architecture — deep reference for all renderer inputs, outputs, and hook points
  4. Business Use Cases — real-world patterns: approvals, KYC, inspections, work orders

Sample schemas to import and experiment with:


I want to understand how it is built

  1. Architecture Overview — the full platform: library, renderer, builder, frm context, MCP
  2. Renderer Architecture — how the renderer evaluates schema, scripts, and host inputs
  3. Builder Architecture — how the visual builder works and how schemas are authored
  4. Example Showcase Architecture — how the reference app is structured
  5. MCP Architecture — how the MCP server exposes Vant Flow to AI agents

I want to contribute

  1. CONTRIBUTING.md — setup, repo orientation, PR checklist, commit conventions
  2. Architecture Overview — understand the full system before diving into code
  3. Builder Architecture or Renderer Architecture — dive into the area you are working on

I want to integrate AI or MCP tooling

  1. MCP Architecture — how the MCP server is structured and how to add tools
  2. Architecture Overview — how vant-mcp sits alongside the library
  3. Example Showcase Architecture — how the demo proxy connects AI to the builder

All documents

Document Description
Architecture Overview Full platform architecture
Builder Architecture Visual schema builder internals
Renderer Architecture Runtime renderer, inputs, hooks, and scripting
MCP Architecture AI/MCP server tooling
Example Showcase Architecture Reference application structure
Business Use Cases Real-world pattern reference