From 6114e2e67dc8f545279c8ea28bcc9600abdb3422 Mon Sep 17 00:00:00 2001 From: Atharva Deosthale Date: Thu, 15 Jan 2026 13:07:01 +0530 Subject: [PATCH] Add refetch.io to community projects --- src/routes/community/+page.svelte | 9 +++++++++ src/routes/community/ProjectCard.svelte | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/routes/community/+page.svelte b/src/routes/community/+page.svelte index 9616648d83..f8fb8576a1 100644 --- a/src/routes/community/+page.svelte +++ b/src/routes/community/+page.svelte @@ -63,6 +63,15 @@ let { data } = $props(); const projects: ProjectCardProps[] = [ + { + title: 'Refetch.io', + description: 'Open-source alternative to Hacker News.', + image: { + src: 'https://cloud.appwrite.io/v1/storage/buckets/thumbnails/files/68b984b5000e9ce4e9e6/preview?width=1280&output=webp&project=builtWithAppwrite', + alt: 'Refetch: Open-source alternative to Hacker News' + }, + href: 'https://builtwith.appwrite.io/projects/68b69752de6ca9dd5313/' + }, { title: 'Auth UI', description: 'Appwrite-powered authentication screens generator for any application.', diff --git a/src/routes/community/ProjectCard.svelte b/src/routes/community/ProjectCard.svelte index b1b31a7840..37da2e2376 100644 --- a/src/routes/community/ProjectCard.svelte +++ b/src/routes/community/ProjectCard.svelte @@ -22,7 +22,7 @@ -
+
{image.alt}