Skip to content

Commit

Permalink
docs: add more showcase entries (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Nov 21, 2024
1 parent 3536bdf commit 36c2444
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions apps/docs/app/(home)/showcase/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ const SHOWCASE_ITEMS: ShowcaseItem[] = [
description: "Open-source LLM observability for developers",
secondaryTag: "OSS",
},
{
title: "Komodo",
image: "/screenshot/komodo.png",
tag: "Developer Tools",
link: "https://www.komodo.io/",
description: "Build, train, and deploy AI models",
},
{
title: "Open Canvas",
image: "/screenshot/open-canvas.png",
Expand All @@ -64,8 +71,24 @@ const SHOWCASE_ITEMS: ShowcaseItem[] = [
image: "/screenshot/portal.png",
tag: "Browser",
link: "https://www.portal.so/",
description:
"AI executive assistant in the form of a browser",
description: "AI executive assistant in the form of a browser",
},
{
title: "Relta",
image: "/screenshot/relta.png",
tag: "Developer Tools",
link: "https://www.relta.dev/",
description: "Accurate, secure AI assistants for relational data",
},
{
title: "LangGraph Stockbroker",
image: "/screenshot/stockbroker.png",
tag: "Developer Tools",
link: "https://assistant-ui-stockbroker.vercel.app/",
announcementLink: "https://blog.langchain.dev/assistant-ui/",
repositoryLink: "https://github.com/Yonom/assistant-ui-stockbroker",
description: "Research financial data about public companies",
secondaryTag: "OSS",
},
];

Expand Down
Binary file added apps/docs/public/screenshot/komodo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/docs/public/screenshot/relta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/docs/public/screenshot/stockbroker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 36c2444

Please sign in to comment.