diff --git a/community/communityProjects.ts b/community/communityProjects.ts index 4b3311058d..2da368e02d 100644 --- a/community/communityProjects.ts +++ b/community/communityProjects.ts @@ -2083,6 +2083,21 @@ const communityProjects: SampleItem[] = [ contentType: ["code samples", "community repo", "live demos"], image: "/img/showcase/BR-DAO_logo.svg", }, + { + index: 128, + title: "IC-Explorer", + body: "Empowering AI with Data on Chain, Fueling Innovation.", + links: { + github: "https://github.com/Token-Explorer-Hi/ic-data", + livePreview: "https://www.icexplorer.io", + otherLinks: ["https://x.com/ICExplorer_io"], + }, + domains: ["Website"], + level: "advanced", + languages: ["motoko", "javascript"], + contentType: ["code samples", "community repo", "live demos"], + image: "/img/showcase/ic-explorer_logo.png", + }, ];