Terms of Service Template
Steps to Use the Template
1. Create a ToS Page
apps/<app-name>/tos/page.tsx2. Set Environment Variables
NEXT_PUBLIC_COMPANY_NAME=YourCompanyName
NEXT_PUBLIC_PRODUCT_NAME=YourProductName
NEXT_PUBLIC_EMAIL=contact@yourcompany.com
NEXT_PUBLIC_WEBSITE_CONTACT=https://www.yourcompany.com/contact
NEXT_PUBLIC_COUNTRY=YourCountry3. Define Metadata for the ToS Page
4. Customize the Content
5. Render the ToS Page
Last updated