1. install Supabase (windows) - install deno - irm https://deno.land/install.ps1 | iex - https://supabase.com/docs/guides/functions/quickstart - https://www.youtube.com/watch?v=5OWH9c4u68M - npx supabase init - npx supabase functions new hello creates under supabase/functions/hello hello is function name and endpoint access 2. test locally - npx supabase start - npx supabase functions serve --no-verify-jwt http://127.0.0.1:54321/functions/v1/hello 3. Deploy live - Setup live DB connection npx supabase login - npx supabase functions deploy hello --no-verify-jwt https://natpyffafbqetnbeoctm.supabase.co/functions/v1/hello natpyffafbqetnbeoctm is project reference 99. General - supabase secrets set MY_NAME=Chewbacca