Mix LogoMix

Setting Up Supabase Storage

Configure Supabase as your Mix storage backend

Overview

This guide walks you through configuring Supabase as your storage backend for Mix using an automated setup script.

Create a Supabase Project

Register a new account at supabase.com or sign in. Create a project with a name, database password, and region. Setup completes in 1-2 minutes.

Run the Setup Script

Execute the automated setup script from your project root. The script handles CLI installation, authentication, project selection, and .env configuration.

./scripts/setup-supabase.sh

Next Steps

Start the development server with make dev to begin using Supabase storage in Mix.