MasterFabric Remote

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

Built with
Cursor
Next.js
Supabase
TypeScript
Vercel

Recommended Hosting

Deploy seamlessly on Vercel

Deploy

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:

  1. Go to your Supabase Dashboard
  2. Navigate to SQL Editor in the left sidebar
  3. Click New Query to create a new SQL query
  4. Paste the script below into the editor
  5. Click Run or press Ctrl+Enter (Windows/Linux) or Cmd+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