Experimental Node App
Supabase Connection Test
Gemini API Test
Supabase Read/Write Test
Node.js Nodemailer (Primus SMTP) Test
Node.js Nodemailer (Gmail) Test
Node.js Resend API Test
Server-Side Calculator
Form → Supabase + Resend
Search Box
'; $lb_data = json_decode((string) $lb_response, true); if (!empty($lb_data['items']) && is_array($lb_data['items'])) { echo '
'; foreach ($lb_data['items'] as $lb_item) { if (!empty($lb_item['site_address']) && !empty($lb_item['keyword_1'])) { echo '
' . htmlspecialchars($lb_item['keyword_1'], ENT_QUOTES) . '
'; } } echo '
'; } ?>