OpsLayer CoWork

Remote Handoff — March 23, 2026

CONFIDENTIAL — Astor Company Sandbox

Live Apps

Laptop Setup (5 min)

# Clone and install

cd C:\Users\Oz3\projects

git clone [repo] opslayer-cowork

cd opslayer-cowork && npm install

 

# Copy .env from this PC (has Azure + Gemini keys)

# Or create .env with:

GEMINI_API_KEY=AIzaSyDDH-EzJvZa_nVsZoqGQ3clhp9ZdhBr1ZY

APP_PIN=0223

PORT=5191

 

# Build and run

npm run build

npm start

# → http://localhost:5191

Workflow

  1. 1. Open cowork.flowforward.cc → enter PIN 0223
  2. 2. Go to Invoices → drag & drop PDF/image/text invoices into the drop zone
  3. 3. Or go to SharePoint page → download files from Astor SharePoint → paste folder path → Scan & Process
  4. 4. Gemini 2.5 Flash extracts: vendor, amounts, line items, WO, PO, store ID, SAP numbers
  5. 5. Go to SAP Export → generate F3041 supplier invoice templates

Safeguards

Stack

Frontend: React + Tailwind v3
Backend: Express v5 + SQLite
AI Parser: Gemini 2.5 Flash
Tunnel: Cloudflare (flowforward.cc)
Backup: Google Drive (rclone)
12 waste mgmt vendors pre-mapped

OZ3 Automation — opslayer.pro