const a = 1;
flowchart TB
ac_members[AC Members]
customers[Candidates/Clients]
subgraph "Cloudflare Pages"
actidate_front[ActiDate Frontend]
unified_ui[Unified UI]
website[New Website]
end
subgraph "Deno Deploy"
redcaps[Redcaps]
end
subgraph "Supabase"
actidate_back[Actidate Backend]
end
subgraph "AWS or GCP"
automatch[Auto Matching Engine]
end
notion[Notion]
porters[Porters]
ac_members --> unified_ui
customers --> actidate_front
customers --> website
unified_ui --> automatch
unified_ui --> actidate_back
actidate_front --> actidate_back
actidate_back --> redcaps
automatch --> redcaps
website --> redcaps
website --> notion
redcaps --> porters