Skip to content

Commit

Permalink
docs: Update openSourceAppList.tsx (#1242)
Browse files Browse the repository at this point in the history
* Update openSourceAppList.tsx

Included a new project with 600+ stars that uses the t3 stack along with Solito, Tamagui and Clerk (there is also a version with Supabase).
Hope this fits in this amazing list.

* Update openSourceAppList.tsx
  • Loading branch information
albbus-stack committed Feb 27, 2023
1 parent 3ea4394 commit 9ef6171
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions www/src/components/docs/openSourceAppList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const projects: App[] = [
linkName: "create-t3-turbo.vercel.app",
link: "https://create-t3-turbo.vercel.app/",
},

{
description: "Zapdos - a QnA app for streamers",
repoName: "pingdotgg/zapdos",
Expand Down Expand Up @@ -155,13 +156,22 @@ const projects: App[] = [
linkName: "answeroverflow.com",
link: "https://www.answeroverflow.com/",
},

{
description: "Hitori - Serverless Discord bot template",
repoName: "astridlol/Hitori",
repo: "https://github.com/astridlol/hitori",
linkName: "(none)",
link: "https://github.com/astridlol/hitori",
},

{
description: "CUA - Create an Universal App for web, native and desktop",
repoName: "chen-rn/CUA",
repo: "https://github.com/chen-rn/CUA",
linkName: "cua-demo.vercel.app",
link: "https://cua-demo.vercel.app/",
},
];

export default function OpenSourceAppList({
Expand Down

1 comment on commit 9ef6171

@vercel
Copy link

@vercel vercel bot commented on 9ef6171 Feb 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.