Skip to content

Open-source UI clones of enterprise software (SAP, Greenway EHR) for demos, testing, and automation development

Notifications You must be signed in to change notification settings

mediar-ai/environments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enterprise Software UI Environments

Open-source, pixel-perfect UI clones of legacy enterprise software for demos, testing, automation development, and education.

SAP Greenway LC360 Next.js License

Available Environments

Environment Description Demo
SAP SAP Business One & S/4HANA Journal Entry, Invoices, G/L Line Items
Greenway Greenway Prime Suite EHR Patient charts, encounters, scheduling
LC360 Utilant LossControl360 Survey list, 1005 UW Survey form

Quick Start

# Clone the repo
git clone https://github.com/mediar-ai/environments.git
cd environments

# Run SAP environment
cd sap && bun install && bun dev
# Open http://localhost:3000

# Or run Greenway environment
cd greenway && bun install && bun dev
# Open http://localhost:3000

# Or run LC360 environment
cd lc360 && bun install && bun dev
# Open http://localhost:3000

SAP Environment

Pixel-perfect clone of SAP Business One and SAP S/4HANA interfaces.

SAP Business One (B1)

  • Orange accent theme (#e1692c)
  • Journal Entry form with validation
  • Modules navigation tree
  • Modern toolbar and status bar

SAP S/4HANA (Fiori)

  • Blue Fiori theme (#0a6ed1)
  • FB50 - Journal Entry
  • MIRO - Invoice Verification
  • FBL3N - G/L Account Line Items
  • SAP Easy Access menu

Version Switcher - Toggle between B1 and S/4HANA in the title bar.

Greenway Environment

Clone of Greenway Prime Suite EHR (Electronic Health Records) system.

  • Patient chart interface
  • Clinical encounter forms
  • Scheduling views
  • Medical record navigation

LC360 Environment

Clone of Utilant LossControl360 - insurance loss control workflow management system.

  • Survey list with search/filter by status
  • 1005 UW Survey (Underwriter Survey) form:
    • Property information (address, year built, sqft, construction type)
    • Standard description paragraph template
    • Building features checklist (46 items across 6 categories)
    • Building sketch / aerial photo upload
  • New survey creation workflow
  • Pre-filled checkboxes for efficient form completion

Use Case: Commercial property inspections for insurance companies. Automates repetitive form-filling that typically takes 20-30 minutes per form.

Use Cases

  • Demo Videos - Create marketing content showing automation of legacy software
  • UI/UX Testing - Test automation scripts against realistic enterprise UIs
  • Training - Learn enterprise software interface patterns
  • Development - Build integrations with familiar UI reference
  • Automation Testing - Develop and test RPA/automation workflows

Tech Stack

All environments use the same modern stack:

  • Next.js 16 - React framework with App Router
  • Tailwind CSS 4 - Utility-first styling
  • Lucide React - Icon library
  • TypeScript - Type safety

PWA Support

Each environment includes a manifest for installing as a desktop app:

  1. Open in Edge or Chrome
  2. Click the install icon in the address bar
  3. The app will open in its own window, looking like native software

Project Structure

environments/
├── sap/                    # SAP Business One & S/4HANA
│   ├── src/app/
│   │   ├── page.tsx        # B1 Home
│   │   ├── b1/journal/     # B1 Journal Entry
│   │   ├── fb50/           # S/4HANA Journal Entry
│   │   ├── miro/           # S/4HANA Invoice
│   │   └── fbl3n/          # S/4HANA G/L Items
│   └── src/components/     # SAP UI components
│
├── greenway/               # Greenway Prime Suite EHR
│   ├── src/app/
│   └── src/components/     # EHR UI components
│
├── lc360/                  # Utilant LossControl360
│   └── src/app/
│       └── page.tsx        # Survey list + 1005 UW form
│
└── README.md               # This file

Contributing

We welcome contributions! Ideas for new environments:

  • Epic Systems (MyChart, Hyperspace)
  • Cerner PowerChart
  • Oracle NetSuite
  • Microsoft Dynamics
  • Sage Intacct
  • QuickBooks Desktop

To add a new environment:

  1. Create a new directory with the software name
  2. Use Next.js 16 + Tailwind CSS 4
  3. Match the real UI as closely as possible
  4. Include a README with screenshots
  5. Submit a PR

Disclaimer

These are unofficial UI mockups for educational and demo purposes only. All product names, logos, and brands are property of their respective owners. This project is not affiliated with, endorsed by, or connected to SAP SE, Greenway Health, Utilant, or any other software vendor.

License

MIT License - free to use for demos, testing, education, and development.


Built by Mediar - AI-powered workflow automation for legacy enterprise software.

About

Open-source UI clones of enterprise software (SAP, Greenway EHR) for demos, testing, and automation development

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages