MUUS·THE MOTHERSHIP
Team workspace
Sign in to continue
MUUS team only — @muusmedia.com email required
[ LOADING ]
[ MOTHERSHIP / 05 ] / PROJECT TRACKER / v.05
CONNECT your TEAM
All projects, brands, and creators sync live across the team. Enter your shared Supabase workspace, or set up a new one in 5 minutes.
CONNECT TO WORKSPACE
FIRST TIME? SET UP A NEW WORKSPACE
5-minute setup:
  1. Go to supabase.com, sign in, create a new project (free tier is fine)
  2. Open SQL Editor → New query → paste the SQL below → Run
  3. Open Project Settings → API → copy "Project URL" and the "anon public" key
  4. Pick any string for workspace ID (e.g. muus-team) and paste everything above
  5. Share workspace ID + URL + anon key with your teammates
create table muus_kv ( workspace_id text not null, key text not null, value text, updated_at timestamptz default now(), primary key (workspace_id, key) ); alter table muus_kv enable row level security; create policy "kv all" on muus_kv for all using (true) with check (true); alter publication supabase_realtime add table muus_kv; -- Storage bucket for asset/file uploads (100 MB per-file cap) insert into storage.buckets (id, name, public, file_size_limit) values ('muus-assets','muus-assets',true,104857600) on conflict (id) do nothing; create policy "assets read" on storage.objects for select to anon using (bucket_id='muus-assets'); create policy "assets write" on storage.objects for insert to anon with check (bucket_id='muus-assets'); create policy "assets delete" on storage.objects for delete to anon using (bucket_id='muus-assets');
EST. 2019 · MUUS MEDIA · BUILT IN-HOUSE
NOTIFICATION CENTER
MUUS · 0 ACTIVE
[ HOME ] Team dashboard. What we're working on this week, what we're shooting for, what just won.
GOOD MORNING
--
Wed May 6 · Week 19
[ 01 ] THIS WEEK
[ 02 ] MEETINGS & INVITES
[ 03 ] UPCOMING DEADLINES
[ 04 ] NOTEPAD PERSONAL
[ 05 ] REMINDERS
[ TASK ] SHARED
No packages tracked.