Blog
Make config.ts yours
· Dan

Open config.ts and start at the top. appName shows in the header, emails, checkout button, and metadata. appDescription is the default meta description. domainName is the host only, no https://.
Plan and theme
stripe.plans is the pricing card. The price ID comes from NEXT_PUBLIC_STRIPE_PRICE_ID in .env.local. The name, price, and bullets stay in this file.
colors.theme is dark or light. colors.main is the browser chrome colour, #FF4F01 by default.
Emails
resend.fromNoReply and fromAdmin should move off onboarding@resend.dev once your domain is verified. Leave supportEmail empty if you do not want a support inbox on the site yet.
Save, refresh, and the landing page, blog metadata, and checkout copy should already match.
Ready to ship?
Auth, payments, and email are already wired. Pay once and spend the week on the product.
Get Launch Kit