Documentation Index
Fetch the complete documentation index at: https://shipfree.revoks.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Configuration
ShipFree centralizes configuration insrc/config/ and exposes utilities in src/lib/.
Brand config
src/config/branding.ts defines brand metadata and theme colors used by UI and email templates.
name,logoUrl,supportEmailthemecolors for primary, accent, and background
Feature flags
src/config/feature-flags.ts exposes helpers that read validated env values.
isBillingEnabledisEmailVerificationEnabledisStripeConfigured,isPolarConfigured
Payments catalog
src/config/payments.ts defines plans, features, pricing, and provider product IDs.
Update this file when you add or change tiers, pricing, or trial settings.
Environment validation
src/config/env.ts uses @t3-oss/env-nextjs and zod to validate runtime variables.
