Welcome to MasterFabric Remote
Configure your Supabase connection to get started. We’ll save it locally so you don’t have to paste it again.
Tech Stack
Recommended Hosting
Deploy seamlessly on Vercel
Connection Settings
Supabase Connection Credentials
Connect to your Supabase project by providing your project URL and anonymous key. These credentials are stored locally in your browser and are required to manage your remote configurations and tenants.
- Supabase URL: Your project's API URL (found in Project Settings → API)
- Anon Key: Your project's anonymous/public key (safe to expose in client-side code)
Database Setup
This SQL script will set up the required database tables, indexes, and security policies for MasterFabric Remote.
How to run:
- Go to your Supabase Dashboard
- Navigate to SQL Editor in the left sidebar
- Click New Query to create a new SQL query
- Paste the script below into the editor
- Click Run or press
Ctrl+Enter(Windows/Linux) orCmd+Enter(macOS) to execute
The script will create tables for tenants and app configurations, set up Row Level Security (RLS) policies, and create a default admin user.
-- Loading setup SQL script...Note: If the default user is not created automatically, create it manually via Supabase Dashboard → Authentication → Users → Add User
Email: masterfabric-developer@masterfabric.co
Password: masterfabric-developer