Start with Supabase Features Architecture Framework Quickstarts Next.js React Nuxt Vue Hono Flutter iOS SwiftUI Android Kotlin SvelteKit Laravel PHP Ruby on Rails SolidJS RedwoodJS refine Web app demos Next.js React Vue 3 Nuxt 3 Angular RedwoodJS SolidJS Svelte SvelteKit refine Mobile tutorials Flut...
Supabase is another tool in the same space as Appwrite and Firebase, one that presents itself directly as an alternative to Firebase. Supabase rides the middle ground in terms of hosting, as you can use Supabase on either a cloud- or self-hosted model. Appwrite, however, provides a more ro...
支持搭建应用整体框架,文件结构如下: 入口代码:https://github.com/china10s/ai-getting-started/blob/main/src/app/page.tsx 向量数据库:Pinecone/Supabase pgvector 提供与LLM交互所需要的向量数据库。 在应用开始前,首先会将blogs的样例文本作为RAG的源信息,通过Lanchain进行向量化并存入向量数据: 执行脚本:npm ru...
First, go to your Supabase settings and create a personal access token. Give it a name that describes its purpose, like "Cursor MCP Server". This will be used to authenticate the MCP server with your Supabase account.Step 2: Configure in your AI tool#MCP compatible tools can connect to ...
Install the Supabase client library The fastest way to get started is to use the supabase-js client library which provides a convenient interface for working with Supabase from a Vue app. Navigate to the Vue app and install supabase-js. Terminal 1 cd my-app && npm install @supabase/supabase...
We can quickly use Vite with Vue 3 Template to initialize an app called supabase-vue-3:1 2 3 4 5 6 7 # npm 6.xnpm create vite@latest supabase-vue-3 --template vue# npm 7+, extra double-dash is needed:npm create vite@latest supabase-vue-3 -- --template vuecd supabase-vue-3...
Learn how to create a Rails project and connect it to your Supabase Postgres database.1 Create a Rails Project Make sure your Ruby and Rails versions are up to date, then use rails new to scaffold a new Rails project. Use the -d=postgresql flag to set it up for Postgres. Go to the...