Skip to content

Commit debe02c

Browse files
chore(showcase): add new entries for EpicStaff, ProcessMIX, and Luware Nimbus
1 parent 65d6a36 commit debe02c

File tree

3 files changed

+24
-8
lines changed

3 files changed

+24
-8
lines changed
151 KB
Loading
845 KB
Loading

public/showcase/showcase.ts

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ export const SHOWCASE: IShowcaseItem[] = [
1313
{ text: 'Sources', url: 'https://github.com/Foblex/f-flow-example' },
1414
],
1515
},
16+
{
17+
name: 'Multi Agent AI Orchestration (EpicStaff)',
18+
tags: ['AI Automation', 'Multi-Agent Systems', 'Open Source'],
19+
description:
20+
'Open-source platform designed to build and orchestrate multi-agent AI systems. It combines a visual workflow builder with full developer control.',
21+
imageUrl: './showcase/images/epicstaff-dark.png',
22+
links: [
23+
{ text: 'Website', url: 'https://www.epicstaff.ai/' },
24+
{ text: 'Sources', url: 'https://github.com/EpicStaff/EpicStaff' },
25+
],
26+
},
1627
{
1728
name: 'DB Management System',
1829
tags: ['No Code', 'Open Source', 'Dev Tools'],
@@ -29,14 +40,19 @@ export const SHOWCASE: IShowcaseItem[] = [
2940
],
3041
},
3142
{
32-
name: 'Multi Agent AI Orchestration (EpicStaff)',
33-
tags: ['AI Automation', 'Multi-Agent Systems', 'Open Source'],
43+
name: 'ProcessMIX',
44+
tags: ['Low-Code', 'Business Rules Engine', 'Decision Automation'],
3445
description:
35-
'Open-source platform designed to build and orchestrate multi-agent AI systems. It combines a visual workflow builder with full developer control.',
36-
imageUrl: './showcase/images/epicstaff-dark.png',
37-
links: [
38-
{ text: 'Website', url: 'https://www.epicstaff.ai/' },
39-
{ text: 'Sources', url: 'https://github.com/EpicStaff/EpicStaff' },
40-
],
46+
'Low-code/no-code platform that enables businesses to automate decision-making and build complex workflows visually. It provides a powerful rules engine and integration tools to connect with external systems, allowing teams to design, test, and deploy processes rapidly.',
47+
imageUrl: './showcase/images/processmix.dark.png',
48+
links: [{ text: 'Website', url: 'https://processmix.com/' }],
49+
},
50+
{
51+
name: 'Luware Nimbus',
52+
tags: ['Omnichannel Contact Center', 'Microsoft Teams Integration', 'Intelligent Routing'],
53+
description:
54+
'Cloud-based SaaS contact-center solution built natively for Microsoft Teams. It unifies internal helpdesks, branch offices and global contact centres into one intelligent hub, enabling omni-channel communication (voice, chat, email, tasks) and routing to the right agents based on skills, priority or context. ',
55+
imageUrl: './showcase/images/luware-nimbus.light.png',
56+
links: [{ text: 'Website', url: 'https://luware.com/products/nimbus' }],
4157
},
4258
];

0 commit comments

Comments
 (0)