Allaway
Allaway Operations ✦
Loading your clients and events...
All Clients / /
⚠ Unassigned stations
Connect Allaway
One-time setup — your data syncs live across all devices once connected.
1

Create your free Supabase database

  1. Go to supabase.com and sign up free
  2. Click New Project — name it "allaway"
  3. In the left sidebar click SQL Editor → New query
  4. Paste the code below and click Run
CREATE TABLE schedule ( id INTEGER PRIMARY KEY, data JSONB ); ALTER TABLE schedule ENABLE ROW LEVEL SECURITY; CREATE POLICY "Allow all" ON schedule FOR ALL USING (true) WITH CHECK (true);
2

Paste your two connection values

In Supabase: Settings ⚙ → API → copy Project URL and anon/public key

Should start with https:// and end with .supabase.co
Long string starting with eyJ...
Staff Schedule Portal
Your Schedule
Live updates on