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.
| Stage | Operation | Description |
|---|---|---|
| 1 | DDL Generation | Converts schemas into CREATE TABLE SQL |
| 2 | DDL Execution | Creates tables in tenant-specific schema |
| 3 | API Generation | Generates Entity, Controller, Service, DTO code |
| 4 | UI Generation | Auto-generates 6 React components per table |
| 5 | Menu/Routes | Configures sidebar menus and page routes |
| 6 | Artifact Storage | Saves 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.
| Domain | Solutions |
|---|---|
| Manufacturing | ERP, MES, APS, PLM |
| Logistics/Warehouse | SCM, WMS, TMS |
| Quality/Safety | QMS, SPC, LIMS, HACCP, cGMP |
| Energy/Environment | FEMS, ESG |
| Equipment/Maintenance | EAM, MRO |
| Business Support | CRM, HR, Groupware |
| Security | Security |
| IoT/Digital Twin | Digital 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:
| Service | Role |
|---|---|
| Frontend | User interface built on Next.js 14 |
| API Gateway | Path-based proxy, authentication/authorization |
| Schema Designer | Canvas data persistence and retrieval |
| Code Generation | 6-stage deployment pipeline execution |
| Auth | JWT-based authentication, RBAC permission management |
| Workflow | Workflow design and execution |
| AI | AI chat, pipeline inference |
| Notification | Email, Slack, Webhook, SMS, In-App notifications |
| Edge Gateway | Edge device integration |
| Pipeline Runtime | AI 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_idto identify tenants in every request. - Permission Management: RBAC (Role-Based Access Control) manages feature access per user.
Target Users
| Role | Usage |
|---|---|
| Plant Managers | Instantly adopt MES/ERP via solution templates |
| System Administrators | Configure organizations, users, and permissions |
| Data Designers | Design data models on the visual canvas |
| Developers | Extend APIs and build custom integrations |
Next Steps
- 5-Minute Quick Start - Create and deploy your first table.
- Environment Setup - Configure your account and initial settings.
- Solution Guide - Explore industry solution templates.