Template for full-stack web app using Supabase
Top 61.9% on sourcepulse
This repository provides a template for building a LangChain application with Supabase as the backend. It's designed for developers looking to quickly prototype and deploy AI-powered applications that leverage vector databases and serverless functions.
How It Works
The template integrates LangChain with Supabase for database storage, authentication, and serverless functions. It uses Supabase's local development environment and CLI for managing database schemas and deploying functions. The frontend is a standard web application, likely using a framework like React or Vue, that interacts with both LangChain and Supabase.
Quick Start & Requirements
yarn
supabase/.env
.cp .env.example .env
npx supabase start
yarn supabase:dev
yarn dev
http://localhost:3100
Highlighted Details
supabase db push
.Maintenance & Community
No specific contributors, sponsorships, or community links are mentioned in the provided README.
Licensing & Compatibility
The license is not specified in the provided README.
Limitations & Caveats
The template explicitly requires a specific version of the Supabase CLI (1.49.4) due to a known issue in newer versions, which could be a barrier to adoption if not managed carefully.
2 years ago
1 week