From 1c10fae389fb1538b1d1b6acafb3c0a95ed60ffa Mon Sep 17 00:00:00 2001 From: shagarwal Date: Tue, 7 Apr 2026 22:31:31 -0700 Subject: [PATCH] Add RiderAI to portfolio CLI --- config/portfolio.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/portfolio.js b/config/portfolio.js index 5ede1bb0..13ee49f0 100644 --- a/config/portfolio.js +++ b/config/portfolio.js @@ -440,5 +440,13 @@ const portfolio = { url: "https://vbr.sh/", description: "Vibe Robotics, founded by Kai Backman and Luke Church, builds novel programming interfaces for robotics.", + }, + + riderai: { + name: "RiderAI", + url: "https://therider.ai", + description: + "RiderAI is the AI intelligence layer for motorcycles and scooters, intervening in real time on brake and throttle to make the world's most popular — and most dangerous — vehicles dramatically safer and smarter.", + demo: "https://therider.ai", } };