diff --git a/docs/images/logos/vita/logo-horizontal-dark.svg b/docs/images/logos/vita/logo-horizontal-dark.svg new file mode 100644 index 0000000..c233e87 --- /dev/null +++ b/docs/images/logos/vita/logo-horizontal-dark.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vita + diff --git a/docs/images/logos/vita/logo-horizontal-light.svg b/docs/images/logos/vita/logo-horizontal-light.svg new file mode 100644 index 0000000..9c9ae55 --- /dev/null +++ b/docs/images/logos/vita/logo-horizontal-light.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vita + diff --git a/docs/snippets/clients.jsx b/docs/snippets/clients.jsx index 95aa554..1cfee26 100644 --- a/docs/snippets/clients.jsx +++ b/docs/snippets/clients.jsx @@ -339,4 +339,12 @@ export const clients = [ darkSrc: "/images/logos/tabnine/tabnine-logo-dark.svg", instructionsUrl: "https://docs.tabnine.com/main/getting-started/tabnine-cli/features/agent-skills", }, + { + name: "Vita", + description: "Vita provides autonomous digital workers with virtual desktops to execute complex workflows. It learns your intent to automate end-to-end tasks like creating and posting engaging social media content.", + url: "https://www.vita-ai.net", + lightSrc: "/images/logos/vita/logo-horizontal-light.svg", + darkSrc: "/images/logos/vita/logo-horizontal-dark.svg", + instructionsUrl: "https://www.vita-ai.net/docs/features/agent-skills", + }, ];