Open-source, pixel-perfect UI clones of legacy enterprise software for demos, testing, automation development, and education.
| 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 |
# 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:3000Pixel-perfect clone of SAP Business One and SAP S/4HANA interfaces.
- Orange accent theme (#e1692c)
- Journal Entry form with validation
- Modules navigation tree
- Modern toolbar and status bar
- 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.
Clone of Greenway Prime Suite EHR (Electronic Health Records) system.
- Patient chart interface
- Clinical encounter forms
- Scheduling views
- Medical record navigation
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.
- 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
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
Each environment includes a manifest for installing as a desktop app:
- Open in Edge or Chrome
- Click the install icon in the address bar
- The app will open in its own window, looking like native software
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
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:
- Create a new directory with the software name
- Use Next.js 16 + Tailwind CSS 4
- Match the real UI as closely as possible
- Include a README with screenshots
- Submit a PR
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.
MIT License - free to use for demos, testing, education, and development.
Built by Mediar - AI-powered workflow automation for legacy enterprise software.