v0.1.0 · Open Source · MIT License
VynGrid - AI-Powered Enterprise Grid Console
One command-center surface for the full Vyn portfolio: status matrix, activity stream, and cross-product operational control.
Built on Next.js · Enterprise grid UX · Unified product visibility
Status matrix
Live activity
Operational alerts
Command workflows
Deployment-ready
Features
Built for multi-product operations leadership
Unified Product Matrix
See health, availability, and action-state across all Vyn products in one enterprise view.
- Single dashboard for product-wide operational posture
- Per-product status normalization for fast triage
- At-a-glance view for leadership and NOC teams
- Drilldown entry points into product-specific consoles
- Cross-product trend visibility from one surface
Live Health and Activity Feed
Track runtime events and platform heartbeat continuously without jumping between tools.
- Live event stream across the platform portfolio
- Unified timeline for alerts and recoveries
- Recent action log with operator context
- Status refresh cadence tuned for command centers
- Fast filtering for critical versus informational events
Operator Command Workflows
Launch and coordinate product workflows from a single command-oriented interface.
- Centralized navigation to each product action surface
- Consistent control patterns across products
- Reduced context switching during incidents
- Shared operational conventions for teams
- Extensible command patterns for future products
Production-Ready Deployment Posture
Designed for reverse-proxy HTTPS deployment and enterprise hosting controls.
- Supports domain-based deployment topology
- Works with TLS termination at ingress/reverse proxy
- Operationally simple Next.js runtime model
- Environment-driven configuration for portability
- Suitable for controlled self-hosted enterprise networks
Installation
Quick Start
From clone to live enterprise grid in minutes.
01
Clone and configure
git clone https://github.com/vynops/VynGrid
cd VynGrid
cp .env.local.example .env.local
02
Install and run locally
npm install
npm run dev
# App: http://localhost:3015
03
Open grid view
# Dashboard
http://localhost:3015
# Health endpoint
http://localhost:3015/api/health
Environment Variables
Reference for .env.local and production config.
VariableDescriptionRequired
NEXT_PUBLIC_VYNGRID_DOMAINBase domain for product launch links (example: vynops.online)optionalAUTH_TRUST_HOSTSet true when behind reverse proxy/ingressoptionalAUTH_SECRETSession and auth signing secret in productionrequiredGRID_ADMIN_USERAdmin username when credentials mode is enabledoptionalGRID_ADMIN_PASSWORD_HASH_B64Base64 bcrypt hash for admin authenticationoptionalPORTHTTP port (default: 3015)optionalReady to run the Vyn command center?
Launch VynGrid and get a single pane of control for your full enterprise operations stack.