Getting started with this template
This repository is a **Next.js App Router** starter for tool-style sites: a marketing-style home page, user input, and API route handlers.
What you should customize first
- Branding in `app/components/site-chrome.tsx`
- Site metadata in `app/layout.tsx` and `NEXT_PUBLIC_SITE_URL`
- The demo API in `app/api/tool/route.ts`
- Legal copy in `app/privacy/page.tsx` and `app/terms/page.tsx`
Deploy notes
- Keep secrets on the server. Use Route Handlers for upstream calls.
- Choose a hosting platform that supports a standard Next.js application.