Documentation
Extras
Little touches that make StartupKit feel like a polished product once you unzip it—dev tools, helper scripts, and marketing polish.
Dev tools
The `/dev-tools` route lets you verify emails, inspect environment variables, and remind yourself which services still need API keys.
Relevant files
src/app/dev-tools/page.tsx— Dev tools page
Reference guides
Keep `AUTH_SETUP.md`, `STRIPE_SETUP.md`, and `DEVELOPMENT.md` alongside the docs so your customers can follow along offline.
Relevant files
AUTH_SETUP.md— Auth setupSTRIPE_SETUP.md— Stripe setupDEVELOPMENT.md— Development overview
Marketing collateral
Open `src/public/og.png` or drop your own assets in the `public` folder. Because the metadata helper references `siteConfig.ogImage`, every page inherits the updated preview image.
Relevant files
public/og.png— OG imagesrc/config/site.ts— Site config