diff --git a/apps/studio/components/interfaces/Home/Home.constants.ts b/apps/studio/components/interfaces/Home/Home.constants.ts index b80dd551fa..7d6ba1254e 100644 --- a/apps/studio/components/interfaces/Home/Home.constants.ts +++ b/apps/studio/components/interfaces/Home/Home.constants.ts @@ -81,40 +81,16 @@ export const EXAMPLE_PROJECTS = [ description: 'Example app of real-time chat using supabase realtime api', url: 'https://github.com/shwosner/realtime-chat-supabase-react', }, - { - framework: 'JavaScript', - title: 'Vanilla-js Auth app', - description: 'Example app of real-time chat using supabase realtime api', - url: 'https://github.com/supabase/examples/tree/main/supabase-js-v1/auth/javascript-auth', - }, - { - framework: 'React', - title: 'React Native todo list app', - description: 'React Native Todo List example with Expo', - url: 'https://github.com/supabase/examples/tree/main/supabase-js-v1/todo-list/expo-todo-list', - }, { framework: 'nextjs', title: 'Next.js todo list app', description: 'Next.js todo list example', url: 'https://github.com/supabase/supabase/tree/master/examples/todo-list/nextjs-todo-list', }, - { - framework: 'React', - title: 'React todo List app', - description: 'React todo List example', - url: 'https://github.com/supabase/examples/tree/main/supabase-js-v1/todo-list/react-todo-list', - }, { framework: 'Svelte', title: 'Svelte todo list app', description: 'Sveltejs todo with TailwindCSS and Snowpack', url: 'https://github.com/supabase/supabase/tree/master/examples/todo-list/sveltejs-todo-list', }, - { - framework: 'VueJS', - title: 'Vue.js todo list app', - description: 'Vue.js todo app using TypeScript', - url: 'https://github.com/supabase/examples/tree/main/supabase-js-v1/todo-list/vue3-ts-todo-list', - }, ] diff --git a/apps/www/data/Examples.ts b/apps/www/data/Examples.ts index 98bdc33358..fb4e30c634 100644 --- a/apps/www/data/Examples.ts +++ b/apps/www/data/Examples.ts @@ -183,66 +183,6 @@ export default [ vercel_deploy_url: '', demo_url: 'https://random-chat.netlify.app/', }, - { - type: 'example', - tags: ['Javascript'], - products: [PRODUCT_NAMES.DATABASE, PRODUCT_NAMES.AUTHENTICATION], - 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', - tags: ['React'], - products: [PRODUCT_NAMES.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', - tags: ['Next.js'], - products: [PRODUCT_NAMES.DATABASE], - title: 'Next.js todo list app', - description: 'Next.js 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', - tags: ['React'], - products: [PRODUCT_NAMES.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', tags: ['Svelte'], @@ -258,34 +198,4 @@ export default [ vercel_deploy_url: '', demo_url: '', }, - { - type: 'example', - tags: ['Vue'], - products: [PRODUCT_NAMES.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', - tags: ['Angular'], - products: [PRODUCT_NAMES.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: '', - }, ]