VynOps
v0.1.0 · Open Source · MIT License

VynSAP — AI-Powered SAP ERP Operations Platform

End-to-end SAP ERP operational visibility and AI-assisted incident response across FI, MM, SD, PP, and HCM landscapes.

Built on Next.js · AI Copilot · Incident Intelligence · SLA Governance

ERP dashboard
Module monitoring
AI Copilot triage
Incident management
SLA governance
Secure operations
FI / MM / SD / PP / HCM
On-call routing
Alert management
System health

Features

Operate SAP ERP with clarity and control

Unified ERP Operations Dashboard

A single operational command center for SAP ERP health, module status, and integration reliability.

  • System health score across all connected ERP landscapes
  • Live connector and background service status
  • Module-level risk indicators for FI/MM/SD/PP/HCM
  • Operational event timeline with failure hotspots
  • Cross-environment filtering for dev/stage/prod

Module-Aware Monitoring

Track the operational pulse of core SAP modules with targeted metrics and alerts.

  • FI: posting and reconciliation failure tracking
  • MM: procurement flow and inventory movement issues
  • SD: order-to-cash processing and delivery exceptions
  • PP: production planning batch and execution delays
  • HCM: payroll and HR data processing anomalies

AI Copilot for ERP Triage

Copilot correlates alerts, connector telemetry, and incident context to accelerate diagnosis and action.

  • Natural-language operational questions
  • Root-cause suggestions with confidence scoring
  • Recommended remediation steps by module
  • Incident context memory for recurring patterns
  • Actionable summaries for on-call handoffs

Incident Management Built In

Move from alert noise to accountable incident workflows with ownership and timelines.

  • Incident state lifecycle with full audit trail
  • Service ownership and assignment workflows
  • Timeline with correlated alert and action events
  • Escalation routing for unresolved issues
  • Post-incident notes and prevention tracking

SLA and On-Call Governance

Define response objectives and enforce escalation paths before business impact grows.

  • SLA targets by module and severity
  • Breach-risk detection with proactive escalation
  • On-call schedule and override support
  • Compliance metrics for MTTA and MTTR
  • Executive-ready service reliability summaries

Secure and Auditable Operations

Operate with confidence using role-based controls, approvals, and detailed operational auditability.

  • Role-based access control across environments
  • Approval gates for high-impact actions
  • Immutable audit logs for operational changes
  • Security event visibility and alerting
  • Compliance-friendly export for audits

Installation

Quick Start

From zero to ERP operational visibility in under 20 minutes.

01

Clone and configure

git clone https://github.com/vynops/VynSAP cd vynsap cp .env.local.example .env.local # Required: # VYNSAP_SECRET=<openssl rand -base64 32> # GROQ_API_KEY=<from console.groq.com> # SAP_HOST=<sap-host> # SAP_CLIENT=<client-id> # SAP_USER=<ops-user> # SAP_PASSWORD=<password>
02

Install and start

npm install npm run dev # Dashboard: http://localhost:3080
03

Register your SAP system

curl -X POST http://localhost:3080/api/systems \ -H 'Content-Type: application/json' \ -d '{ "name": "ecc-prod", "host": "sap-prod.internal", "client": "100", "environment": "production" }'

Environment Variables

Full reference for .env.local.

VariableDescriptionRequired
VYNSAP_SECRETSession and API signing secretrequired
GROQ_API_KEYAI analysis key for Copilot and triagerequired
SAP_HOSTDefault SAP application hostrequired
SAP_CLIENTSAP client identifier (e.g. 100)required
SAP_USEROperational user accountrequired
SAP_PASSWORDOperational user passwordrequired
SLACK_WEBHOOK_URLSlack notifications for incidents and alertsoptional
PAGERDUTY_ROUTING_KEYPagerDuty key for critical escalationoptional
PORTHTTP port (default: 3080)optional

Ready to streamline SAP ERP operations?

Run VynSAP in your environment and unify module operations with AI-assisted reliability workflows.