Luis Gallo
  • Home
  • Portfolio
  • About
  • Blog

Astro + Supabase Cheat Sheet

Sep 5, 2025
Luis David
Luda
Sep 5, 2025
1 min read

Client-side fetch

import { createClient } from '@supabase/supabase-js';

const supabase = createClient(SUPABASE_URL, SUPABASE_KEY);
const { data } = await supabase.from("posts").select("*");
astro supabase cheatsheet
NextVercel & Netlify Deployment Cheat Sheet

Want to work with me?

Let's build something together!

Github All posts
Copyright © 2025 Luis David Gallo Dawson.

Contact Me