Getting Started
Deploy a Supabase Project
Written By: Winnie Mulli
Last Updated on June 23, 2025
1.2 Deploy a Supabase Project
Visit https://supabase.com and create a free account. Inside your new project:
Create a table named
donations
Include fields like
name_first
,email_address
,amount_gross
,created_at
,donor_token
Paste this into the SQL editor:
Supabase acts as your donor database - secure, scalable, and lightning-fast.
Related to Getting Started