Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 816 Bytes

File metadata and controls

23 lines (16 loc) · 816 Bytes
title Infrastructure
description Core services and third-party integrations

This page lists the services the platform depends on and what they are used for. It does not include credentials or configuration values.

Platform services

  • Next.js runtime: serves the web app
  • Payload CMS: content admin UI and API
  • Supabase Postgres: primary database
  • Supabase storage: media uploads and public assets

External integrations

  • Resend: transactional and newsletter email
  • Stripe: payments and paid events (optional)
  • PostHog / Google Analytics: analytics (optional)

Environment variables

The app relies on a set of environment variables for database access, storage, email, and optional services. See wlumsa.org/README.md for the full list and descriptions.