From bebd43cf9f4d2a776197a9b53c9634da4fcc6ab3 Mon Sep 17 00:00:00 2001 From: Sean Doherty Date: Sun, 17 May 2026 02:18:39 -0500 Subject: [PATCH] add Supabase project suggestion --- src/data/projects.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..ec340dff 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -1444,6 +1444,14 @@ export const projectList = [ description: "Open source platform for secure collaboration across the software development lifecycle.", tags: ["Go", "React", "Chat", "Collaboration"], }, + { + name: "Supabase", + imageSrc: "https://avatars.githubusercontent.com/u/54469796?v=4", + projectLink: "https://github.com/supabase/supabase/contribute", + description: + "Supabase is an open source Postgres development platform for building web, mobile, and AI applications.", + tags: ["TypeScript", "Postgres", "Database", "Backend", "Cloud"], + }, { name: "Terraform", imageSrc: "https://avatars.githubusercontent.com/u/11051457?s=200&v=4", @@ -1458,4 +1466,4 @@ export const projectList = [ description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.", tags: ["Python", "Automation", "Configuration Management"], }, -]; \ No newline at end of file +];