Commit Graph

4 Commits

Author SHA1 Message Date
Jeff Emmett e3934509d4 feat: switch email provider to SendGrid and add Docker support
- Replace Resend with SendGrid for notification emails
- Add sendThankYouEmail function using SendGrid REST API
- Add SENDGRID_API_KEY to env vars documentation
- Fix URL handling in checkout/portal routes (use getBaseUrl helper)
- Simplify donation request body in homepage
- Add Dockerfile for standalone deployment
- Enable standalone output in next.config.mjs

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-06 15:35:51 +01:00
v0 d1230dc9c8 streamline packages: remove pnpm-lock.yaml and tw-animate-css, update Next.js
#VERCEL_SKIP

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-10-13 03:05:24 +00:00
v0 843cb603fd feat: configure app for Cloudflare Pages with Next.js runtime
Add @cloudflare/next-on-pages, update configs, and wrangler.toml

#VERCEL_SKIP

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-10-13 02:55:15 +00:00
v0 8d2ccf7330 feat: unify button colors to match header gradient
Consistent blue color scheme for all website buttons.

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-09-03 08:34:49 +00:00