Cutoff updates
Notify Me
Use this page as the notification signup endpoint once the site is connected to a Google Form, Formspree, Firebase, Supabase, or any other lightweight backend.
Implementation note
A static HTML site cannot send notifications by itself. The cleanest low-maintenance implementation is: collect email/WhatsApp/Telegram opt-ins through a Google Form or Formspree form, then notify only when you choose to publish an update.
Option 1: Google FormCreate a Google Form with fields for name, contact, and notification preference. Replace this page or the button URL with the public form link.
Option 2: Formspree / GetformUse a form endpoint and keep the signup UI inside ApexBITS. This avoids building a backend.
Option 3: Firebase / SupabaseStore subscribers in a database and build an admin-only trigger to send emails when you publish a cutoff update.
Recommended quick setup: Google Form → Responses Sheet → manual email/WhatsApp broadcast when you want to notify users.
