diff --git a/www/src/components/docs/openSourceAppList.tsx b/www/src/components/docs/openSourceAppList.tsx index d4788b403d..6c8dd2c084 100644 --- a/www/src/components/docs/openSourceAppList.tsx +++ b/www/src/components/docs/openSourceAppList.tsx @@ -15,6 +15,13 @@ const projects: App[] = [ linkName: "openbio.app", link: "https://openbio.app", }, + { + description: "Exaya - Organic transportation processes manager", + repoName: "exaya", + repo: "https://github.com/kralion/exaya", + linkName: "exaya.app", + link: "https://exaya.vercel.app", + }, { description: "TheNinja-RPG - A free browser-based ninja game", repoName: "TheNinjaRPG",