ordo-editor-component

Integrate Ordo visual editor components into Vue and React applications.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/Pama-Lee/Ordo --skill ordo-editor-component
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ordo-editor-component
Source: https://github.com/Pama-Lee/Ordo/tree/main/.cursor/skills/ordo-editor-component
Command: npx skills add https://github.com/Pama-Lee/Ordo --skill ordo-editor-component

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables frontend teams to integrate Ordo's visual editor components.

Core Features & Use Cases

  • Vue 3 and React integration examples with Ordo editor components
  • Flow diagram and form editor usage for building decision rules
  • WASM bindings support for fast rule evaluation and interop with the UI
  • Rule import/export across JSON/.ordo formats for seamless workflows
  • Real-world use: quickly embed the editor in a dashboard to author, run, and debug rules

Quick Start

Install the frontend packages for Ordo editor: npm install @ordo-engine/editor-vue @ordo-engine/editor-react @ordo-engine/editor-core @ordo-engine/wasm Import and mount OrdoEditor components in your Vue/React app according to the official docs Start the development server and open the playground to interact with the editor

Frequently Asked Questions about ordo-editor-component

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate a visual rule editor into a Vue 3 or React dashboard?

To integrate a visual rule editor into Vue 3 or React, install the core editor, frontend bindings, and WASM packages, then import and mount the editor components directly within your dashboard application.

What is the role of WASM in frontend decision rule editors?

WASM provides fast in-browser rule evaluation and enables seamless interop with the UI, allowing frontend applications to execute and debug decision rules efficiently without server round-trips.

Can I import and export decision rules using JSON in a frontend editor?

Yes, you can import and export decision rules across JSON and .ordo formats, enabling seamless workflows for authoring, testing, and debugging rules within the frontend editor environment.

Do I need separate packages for Vue and React to use the Ordo editor?

You need specific frontend binding packages for each framework, installing editor-vue or editor-react alongside the shared editor-core and WASM packages to mount components in your chosen environment.

What's the best way to author and test decision rules in an admin panel?

The best way to author and test decision rules in an admin panel is embedding a flow diagram and form editor using WASM-backed execution, enabling direct in-browser creation and debugging of rules.