diff --git a/apps/web/public/images/partners/venice.svg b/apps/web/public/images/partners/venice.svg new file mode 100644 index 0000000000..080180d6c0 --- /dev/null +++ b/apps/web/public/images/partners/venice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/apps/web/src/data/ecosystem.json b/apps/web/src/data/ecosystem.json index 738a95789f..930ddf3542 100644 --- a/apps/web/src/data/ecosystem.json +++ b/apps/web/src/data/ecosystem.json @@ -3682,9 +3682,17 @@ { "name": "Ascii Cast", "category": "consumer", - "subcategory": "nft", + "subcategory": "creator", "description": "Convert webcam feeds, or videos into ASCII art Animation and Mint to Base Network.", "url": "https://www.asciicast.com/", "imageUrl": "/images/partners/asciicast.png" + }, + { + "name": "Venice", + "category": "infra", + "subcategory": "ai", + "description": "Venice is a private, uncensored AI app with an API for agents and developers. Powered by decentralized inference and open-source models, Venice delivers unrestricted access to AI without storing your data.", + "url": "https://venice.ai/", + "imageUrl": "/images/partners/venice.svg" } ]