Tech Stack: Cursor Rules, Supabase, Node.js, OpenAI Embeddings
https://www.loom.com/share/550fa2a5cf13412d866f96babbf68d32
📘 Overview
A step-by-step guide to building your own AI-powered team memory system using Cursor, Supabase, and OpenAI embeddings.
Benefits:
- 🧠Team knowledge sharing
- 🔄 Cross-project learning
- 📈 Knowledge compounding
- 🎯 Consistent development patterns
🔧 Part 1: Setting Up Supabase
1.1 Create Supabase Organization & Project
- Go to supabase.com
- Sign in → Create new organization → Choose free tier
- Create new project:
- Name:
project-name
- Set database password
- Choose region
- Wait ~2–3 mins
1.2 Enable Vector Extension
- Go to
Database → Extensions
- Enable the
vector
extension