diff --git a/components/index/cards/flavorless.js b/components/index/cards/flavorless.js
new file mode 100644
index 00000000..9a81acaa
--- /dev/null
+++ b/components/index/cards/flavorless.js
@@ -0,0 +1,89 @@
+import CardModel from './card-model'
+import { Box, Flex, Grid, Image, Text } from 'theme-ui'
+
+/** @jsxImportSource theme-ui */
+
+export default function Flavorless() {
+ return (
+
+
+
+
+ flavorless
+
+
+
+ design the most functionally unstyled website you can imagine!
+ javascript allowed, css forbidden.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ )
+}
diff --git a/lib/carousel.json b/lib/carousel.json
index 5d486fa3..c9744a96 100644
--- a/lib/carousel.json
+++ b/lib/carousel.json
@@ -34,6 +34,15 @@
"link": "https://flagship.hackclub.com/?utm_source=c-carousel",
"tag": "Game Jam"
},
+ {
+ "background": "white",
+ "titleColor": "black",
+ "descriptionColor": "black",
+ "title": "flavorless",
+ "description": "design the most functionally unstyled website you can imagine! javascript allowed, css forbidden.",
+ "img": "https://raw.githubusercontent.com/hackclub/flavorless/refs/heads/main/logo.png",
+ "link": "https://flavorless.hackclub.com/?utm_source=site-carousel"
+ },
{
"background": "#C76B0F",
"titleColor": "#F6D193",
diff --git a/pages/index.js b/pages/index.js
index d64c791a..8a1df841 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -43,6 +43,7 @@ import Blueprint from '../components/index/cards/blueprint'
import CampfireFlagship from '../components/index/cards/campfire-flagship'
import Milkyway from '../components/index/cards/milkyway'
import Flavortown from '../components/index/cards/flavortown'
+import Flavorless from '../components/index/cards/flavorless'
import Aces from '../components/index/cards/aces'
import CTAS from '../components/index/ctas'
/** @jsxImportSource theme-ui */
@@ -861,6 +862,7 @@ function Page({
+