From 2976558aa52255d1340e6afe454ffec59e432d1e Mon Sep 17 00:00:00 2001 From: Melvin Date: Mon, 28 Apr 2025 12:50:42 +0100 Subject: [PATCH] Add Supabase to the list of repositories with a description and link --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 3d2720d..f075bf5 100644 --- a/data.json +++ b/data.json @@ -2208,6 +2208,15 @@ "TypeScript" ], "description": "A modern, feature-rich ebook reader designed for avid readers offering seamless cross-platform access, powerful tools, and an intuitive interface." + }, + { + "name": "supabase", + "link": "https://github.com/supabase/supabase", + "label": "good first issue", + "technologies": [ + "TypeScript" + ], + "description": "The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications." } ] }