North & Central Massachusetts — Shoot Locations

20 locations across two regions

N
North Shore (1–10)
C
Central MA (11–20)
● Connecting...
Connecting to cloud...

Cloud Setup Required

To enable cloud sync across all your devices, connect this file to your free Supabase database. Takes about 5 minutes.

  1. Go to supabase.com and create a free account.
  2. Click New Project, name it anything (e.g. shoot-locations), choose US East as your region, set a database password, and wait for it to provision (~2 min).
  3. In the left sidebar, click SQL Editor. Open the file supabase_setup.sql (provided alongside this file), paste the entire contents, and click Run.
  4. Go to Settings → API. Copy your Project URL and anon/public key.
  5. Open this HTML file in any text editor. At the very top of the <script> section, replace the two placeholder values:
    const SUPABASE_URL = 'https://YOUR_PROJECT_ID.supabase.co';
    const SUPABASE_ANON_KEY = 'YOUR_ANON_KEY_HERE';
  6. Save the file and open it in your browser. The badge in the top-right will turn green when connected.
Once set up, all notes and photos you add will sync instantly to the cloud — accessible from any browser or device.
Editing Location
Photos upload to your Supabase cloud storage and sync across all devices.