Skip to main content

Platform Overview

What is VEXPLOR Logic Studio

VEXPLOR Logic Studio is a no-code/low-code platform for manufacturing enterprises. Without writing code, you can design and deploy systems such as ERP, MES, QMS, SCM, and WMS that are essential for manufacturing operations.

When you design data schemas on the visual canvas, the platform automatically generates database tables, CRUD APIs, and management UIs. You can rapidly implement manufacturing requirements as working systems without a dedicated development team.

Core Features

Visual Schema Designer

Design tables on a React Flow-based canvas with drag and drop. Visually connect table relationships (FK), and configure column types and constraints.

One-Click Deployment Pipeline

Deploy designed schemas into production-ready systems with a single click. Internally, a 6-stage pipeline executes sequentially.

StageOperationDescription
1DDL GenerationConverts schemas into CREATE TABLE SQL
2DDL ExecutionCreates tables in tenant-specific schema
3API GenerationGenerates Entity, Controller, Service, DTO code
4UI GenerationAuto-generates 6 React components per table
5Menu/RoutesConfigures sidebar menus and page routes
6Artifact StorageSaves all generated code

Industry Solution Templates

21 industry-specific solution templates are available. Selecting a template automatically populates the canvas with the tables, screens, and workflows required for that industry.

DomainSolutions
ManufacturingERP, MES, APS, PLM
Logistics/WarehouseSCM, WMS, TMS
Quality/SafetyQMS, SPC, LIMS, HACCP, cGMP
Energy/EnvironmentFEMS, ESG
Equipment/MaintenanceEAM, MRO
Business SupportCRM, HR, Groupware
SecuritySecurity
IoT/Digital TwinDigital Twin

POP (Point of Production) Shop Floor Terminal

Provides touch-based terminal screens for the production floor. Handle production result entry, quality inspection, material barcode scanning, Andon alerts, and shift management directly on the shop floor. Integrates in real-time with MES, QMS, and EAM modules.

Runtime Views

Deployed tables are immediately available as management screens. You can perform list views, detail views, and data create/update/delete operations without code. Appropriate input components are automatically selected based on field types.

Workflow Engine

Design business processes with the visual workflow designer. Build workflow automation using node-based configurations for approval flows, notification dispatching, and conditional branching.

AI Features

  • AI Chat: A schema-aware AI assistant supports data design.
  • AI Pipeline Builder: Visually design pipelines from data collection to processing to ML inference.
  • Predictive Maintenance: ML-based equipment failure prediction for proactive maintenance.
  • Anomaly Detection: Automatically detect anomalous patterns in real-time process data.

System Architecture

VEXPLOR Logic Studio is built on a microservices architecture. Each service can be independently deployed and scaled.

Browser --> Frontend (Next.js) --> API Gateway --> Microservices

Key service components:

ServiceRole
FrontendUser interface built on Next.js 14
API GatewayPath-based proxy, authentication/authorization
Schema DesignerCanvas data persistence and retrieval
Code Generation6-stage deployment pipeline execution
AuthJWT-based authentication, RBAC permission management
WorkflowWorkflow design and execution
AIAI chat, pipeline inference
NotificationEmail, Slack, Webhook, SMS, In-App notifications
Edge GatewayEdge device integration
Pipeline RuntimeAI pipeline execution engine

Multi-Tenancy

The platform is designed with a multi-tenant architecture, allowing multiple organizations to use the platform independently.

  • Data Isolation: Each tenant uses a dedicated database schema (tenant_{id}).
  • Authentication Isolation: JWT tokens include tenant_id to identify tenants in every request.
  • Permission Management: RBAC (Role-Based Access Control) manages feature access per user.

Target Users

RoleUsage
Plant ManagersInstantly adopt MES/ERP via solution templates
System AdministratorsConfigure organizations, users, and permissions
Data DesignersDesign data models on the visual canvas
DevelopersExtend APIs and build custom integrations

Next Steps