Files
supabase/apps/www/data/Examples.json
2023-07-12 18:17:29 +08:00

172 lines
7.0 KiB
JSON

[
{
"type": "example",
"products": ["database"],
"title": "Svelte kanban board",
"description": "A Trello clone using Supabase as the storage system.",
"author": "joshnuss",
"author_url": "https://github.com/joshnuss",
"author_img": "https://avatars.githubusercontent.com/u/4437",
"repo_name": "supabase-kanban",
"repo_url": "https://github.com/joshnuss/supabase-kanban",
"vercel_deploy_url": "",
"demo_url": "https://supabase-kanban.vercel.app/"
},
{
"type": "example",
"products": ["database"],
"title": "Next.js Realtime chat app",
"description": "Next.js Slack clone app using Supabase realtime subscriptions",
"author": "supabase",
"author_url": "https://github.com/supabase",
"author_img": "https://avatars.githubusercontent.com/u/54469796",
"repo_name": "nextjs-slack-clone",
"repo_url": "https://github.com/supabase/supabase/tree/master/examples/slack-clone/nextjs-slack-clone",
"vercel_deploy_url": "",
"demo_url": ""
},
{
"type": "example",
"products": ["database", "auth"],
"title": "Next.js Subscription and Auth",
"description": "The all-in-one starter kit for high-performance SaaS applications.",
"author": "Vercel",
"author_url": "https://github.com/vercel",
"author_img": "https://avatars.githubusercontent.com/u/14985020",
"repo_name": "nextjs-subscription-payments",
"repo_url": "https://github.com/vercel/nextjs-subscription-payments",
"vercel_deploy_url": "https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fnextjs-subscription-payments&env=NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY,STRIPE_SECRET_KEY&envDescription=Enter%20your%20Stripe%20API%20keys.&envLink=https%3A%2F%2Fdashboard.stripe.com%2Fapikeys&project-name=nextjs-subscription-payments&repository-name=nextjs-subscription-payments&integration-ids=oac_VqOgBHqhEoFTPzGkPd7L0iH6&external-id=https%3A%2F%2Fgithub.com%2Fvercel%2Fnextjs-subscription-payments%2Ftree%2Fmain",
"demo_url": "https://subscription-payments.vercel.app/"
},
{
"type": "example",
"products": ["database"],
"title": "Expo Starter",
"description": "Template bottom tabs with auth flow (Typescript)",
"author": "codingki",
"author_url": "https://github.com/codingki",
"author_img": "https://avatars.githubusercontent.com/u/39829726",
"repo_name": "react-native-expo-template",
"repo_url": "https://github.com/codingki/react-native-expo-template/tree/master/template-typescript-bottom-tabs-supabase-auth-flow",
"vercel_deploy_url": "",
"demo_url": ""
},
{
"type": "example",
"products": ["database", "auth"],
"title": "NestJS example",
"description": "NestJS example using Supabase Auth",
"author": "hiro1107",
"author_url": "https://github.com/hiro1107",
"author_img": "https://avatars.githubusercontent.com/u/1423067",
"repo_name": "nestjs-supabase-auth",
"repo_url": "https://github.com/hiro1107/nestjs-supabase-auth",
"vercel_deploy_url": "",
"demo_url": ""
},
{
"type": "example",
"products": ["database"],
"title": "ReactJS realtime chat app",
"description": "Example app of real-time chat using supabase realtime api",
"author": "shwosner",
"author_url": "https://github.com/shwosner",
"author_img": "https://avatars.githubusercontent.com/u/1423067",
"repo_name": "realtime-chat-supabase-react",
"repo_url": "https://github.com/shwosner/realtime-chat-supabase-react",
"vercel_deploy_url": "",
"demo_url": "https://random-chat.netlify.app/"
},
{
"type": "example",
"products": ["database", "auth"],
"title": "Vanilla-js Auth app",
"description": "How to sign up and login using supabase and supabase-js using HTML and JavaScript only",
"author": "supabase",
"author_url": "https://github.com/supabase",
"author_img": "https://avatars.githubusercontent.com/u/54469796",
"repo_name": "javascript-auth",
"repo_url": "https://github.com/supabase/examples/tree/main/supabase-js-v1/auth/javascript-auth",
"vercel_deploy_url": "",
"demo_url": "https://auth-vanilla-js.vercel.app/"
},
{
"type": "example",
"products": ["database"],
"title": "React Native todo list app",
"description": "React Native Todo List example with Expo",
"author": "supabase",
"author_url": "https://github.com/supabase",
"author_img": "https://avatars.githubusercontent.com/u/54469796",
"repo_name": "expo-todo-list",
"repo_url": "https://github.com/supabase/examples/tree/main/supabase-js-v1/todo-list/react-native-ts-todo-list",
"vercel_deploy_url": "",
"demo_url": ""
},
{
"type": "example",
"products": ["database"],
"title": "NextJS todo list app",
"description": "NextJS todo list example",
"author": "supabase",
"author_url": "https://github.com/supabase",
"author_img": "https://avatars.githubusercontent.com/u/54469796",
"repo_name": "nextjs-todo-list",
"repo_url": "https://github.com/supabase/examples/tree/main/supabase-js-v1/todo-list/nextjs-todo-list",
"vercel_deploy_url": "",
"demo_url": "https://supabase-nextjs-todo-list.vercel.app/"
},
{
"type": "example",
"products": ["database"],
"title": "React todo list app",
"description": "React todo List example",
"author": "supabase",
"author_url": "https://github.com/supabase",
"author_img": "https://avatars.githubusercontent.com/u/54469796",
"repo_name": "react-todo-list",
"repo_url": "https://github.com/supabase/examples/tree/main/supabase-js-v1/todo-list/react-todo-list",
"vercel_deploy_url": "",
"demo_url": ""
},
{
"type": "example",
"products": ["database"],
"title": "Svelte todo list app",
"description": "Sveltejs todo with TailwindCSS and Snowpack",
"author": "supabase",
"author_url": "https://github.com/supabase",
"author_img": "https://avatars.githubusercontent.com/u/54469796",
"repo_name": "sveltejs-todo-list",
"repo_url": "https://github.com/supabase/supabase/tree/master/examples/todo-list/sveltejs-todo-list",
"vercel_deploy_url": "",
"demo_url": ""
},
{
"type": "example",
"products": ["database"],
"title": "Vue.js todo list app",
"description": "Vue.js todo app using TypeScript",
"author": "supabase",
"author_url": "https://github.com/supabase",
"author_img": "https://avatars.githubusercontent.com/u/54469796",
"repo_name": "vue3-ts-todo-list",
"repo_url": "https://github.com/supabase/examples/tree/main/supabase-js-v1/todo-list/vue3-ts-todo-list",
"vercel_deploy_url": "",
"demo_url": ""
},
{
"type": "example",
"products": ["database"],
"title": "Angular todo list app",
"description": "Angular todo List example",
"author": "geromegrignon",
"author_url": "https://github.com/geromegrignon",
"author_img": "https://avatars.githubusercontent.com/u/32737308",
"repo_name": "angular-todo-list",
"repo_url": "https://github.com/supabase/examples/tree/main/supabase-js-v1/todo-list/angular-todo-list",
"vercel_deploy_url": "",
"demo_url": ""
}
]