moai-platform-supabase

Develop full-stack applications with Supabase, PostgreSQL 16, pgvector, and Edge Functions.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/taewook486/vibe-shop --skill moai-platform-supabase-taewook486
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai-platform-supabase
Source: https://github.com/taewook486/vibe-shop/tree/main/.claude/skills/moai-platform-supabase
Command: npx skills add https://github.com/taewook486/vibe-shop --skill moai-platform-supabase-taewook486

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and patterns for leveraging Supabase, a powerful backend-as-a-service platform, to build robust, scalable, and secure full-stack applications.

Core Features & Use Cases

  • Database Management: Covers PostgreSQL 16 features, including pgvector for AI embeddings and similarity search, and Row-Level Security (RLS) for granular access control.
  • Real-time Functionality: Implements real-time subscriptions and presence tracking for collaborative features.
  • Serverless Functions: Details on using Edge Functions for backend logic, authentication integration, and secure API endpoints.
  • Storage & CDN: Manages file storage with image transformations and CDN delivery.
  • Use Case: Develop a multi-tenant SaaS application with real-time collaboration, AI-powered search, and secure user authentication, all powered by Supabase.

Quick Start

Use the moai-platform-supabase skill to set up a basic multi-tenant database schema with RLS policies.

Frequently Asked Questions about moai-platform-supabase

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a multi-tenant SaaS application with Supabase?

To build a multi-tenant SaaS application with Supabase, you establish database schemas utilizing PostgreSQL 16 and enforce granular access control using Row-Level Security policies for tenant isolation.

What is the best way to implement AI similarity search in PostgreSQL?

The best way to implement AI similarity search in PostgreSQL is by utilizing the pgvector extension to store AI embeddings and execute fast similarity queries directly within your Supabase database.

How do I set up real-time subscriptions for collaborative features in Supabase?

Real-time subscriptions in Supabase are set up by listening to database changes and implementing presence tracking, enabling collaborative user experiences across your full-stack application.

Can I use Supabase Edge Functions for secure backend API endpoints?

Yes, you can use Supabase Edge Functions to run serverless backend logic, integrate secure authentication, and expose secure API endpoints without managing dedicated server infrastructure.

Does Supabase storage support image transformations and CDN delivery?

Supabase storage supports file management with built-in image transformations and global CDN delivery, ensuring optimized media distribution for your application's static assets.