Five steps to go live. Do these in order — each one enables the next.
CREATE TABLE users (id uuid PRIMARY KEY DEFAULT gen_random_uuid(), email text UNIQUE, plan text DEFAULT 'free', first_name text, last_name text, created_at timestamptz DEFAULT now());INSERT INTO users (email, plan) VALUES ('tamblinmitchell@gmail.com', 'admin');/api/stripe-webhook → listen for customer.subscription.updated and invoice.paidsmtp.resend.com, port: 587, user: resend, pass: your Resend API key