Open-Source Low-Code Platform VTJ.PRO Releases v2.5.0, Achieving Two-Way Code Sync for Vue Composition API
June 23, 2026 – VTJ.PRO, an open-source low-code development platform based on Vue 3 and TypeScript, officially released its v2.5.0 on June 22. The core of this update is a new symbol table-driven architecture, which for the first time enables precise, two-way conversion between Vue source code (including Composition API syntax) and the platform’s low-code Domain-Specific Language (DSL). This breakthrough aims to solve the common “code lock-in” problem in traditional low-code platforms, allowing developers to switch freely between visual editing and manual coding without losing semantic or structural integrity.
VTJ.PRO positions itself as a private, highly customizable engineering engine with the core philosophy of “reducing complexity without sacrificing freedom.” It primarily targets professional developers who want to boost efficiency without giving up full control over their code.
Overcoming Technical Hurdles: Two-Way Sync for Vue Composition API
A long-standing pain point of low-code platforms is that code generated through visual drag-and-drop is often difficult to reverse-engineer and maintain manually. When developers need to implement complex customizations, the exported code becomes a one-way street, unable to be re-imported into the visual editor, thus fragmenting the development workflow.
VTJ.PRO v2.5.0 addresses this with a closed-loop “Parse → Store → Generate” system built upon its core packages: @vtj/coder, @vtj/parser, and @vtj/renderer. This system can accurately parse the syntax of Vue 3’s Composition API and convert it into an editable DSL. Conversely, any action taken in the visual interface is precisely translated back into standard, runtime-free Vue 3 and TypeScript code. This means developers can export their projects at any time and continue working in any standard Integrated Development Environment (IDE), enabling a seamless transition from low-code to hand-written code.
AI Agent Architecture: From Coding Assistant to Development Partner
VTJ.PRO’s AI capabilities go beyond simple conversational code generation. The platform employs an “Agent + Skills” architecture, transforming the AI into a “development partner” that can proactively invoke over 40 different development skills. This architecture allows the AI to break down complex requirements and autonomously select the right tools for the job, rather than just passively responding to prompts.
Key AI features include:
- Natural Language to Page Generation: Users can describe their requirements in natural language, and the AI Agent will directly generate fully functional Vue components.
- Design-to-Code Conversion: Supports uploading Figma designs or UI screenshots. The AI automatically recognizes layouts, components, and styles, then generates the corresponding Vue 3 code structure. The platform also supports batch processing, allowing multiple design files to be converted into a complete page at once.
- Intelligent Incremental Update Engine: Launched in January 2026, this engine changes how the AI modifies code. Instead of rewriting entire files, it performs “surgical” incremental changes by precisely analyzing code differences. According to official data, this has boosted code generation efficiency by 200% and reduced large model token consumption by 70%.
Engineering Practices: Multi-Platform Output and Team Collaboration
To meet complex project demands, VTJ.PRO has powerful engineering capabilities built-in. Its code export feature supports a “design once, deploy anywhere” approach, generating three separate project packages with a single click: Web, H5, and UniApp. Each output type is equipped with corresponding scaffolding templates, ensuring the generated code has a standardized, out-of-the-box project structure. This significantly simplifies the cross-platform development process for admin panels, mobile apps, and mini-programs.
Regarding team collaboration, version v2.4.1, released in early June 2026, enhanced these features. The platform supports real-time, simultaneous online editing by multiple users, with all changes to the project structure, components, or data instantly reflected on every collaborator’s screen. Additionally, features like one-click application cloning, a shared template library, and exporting AI conversation logs to Markdown facilitate team knowledge sharing and project management.

Open Source Ecosystem and Market Position
VTJ.PRO’s core engine is open source, allowing developers to use it and contribute for free. To date, the project has garnered over 10,000 stars on the Gitee platform and won the “Top 3 in Front-End” award at Gitee’s 2025 annual awards. Its target audience includes development teams looking to rapidly deliver backend management systems, e-commerce platforms, and financial applications, as well as tech leads aiming to modernize existing Vue projects. By offering an online demo, an open-source repository, and easy setup via npm create vtj@latest, VTJ.PRO is actively building a vibrant developer community.