The Starter Kit includes pre-built templates for legal pages required for most SaaS applications: Terms of Service and Privacy Policy. These pages provide a foundation that you should customize with your company’s specific terms and policies.Documentation Index
Fetch the complete documentation index at: https://devkit4ai.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Available Legal Pages
Terms of Service
Located at/terms, this page outlines the terms and conditions for using your application.
Access: /termsTemplate:
app/terms/page.tsx
(((REPLACE_THIS_WITH_IMAGE: terms-of-service-page.png: Screenshot of Terms of Service page)))
Template Content:
- Service description and scope
- User responsibilities and acceptable use
- Intellectual property rights
- Limitation of liability
- Termination conditions
- Governing law
Privacy Policy
Located at/privacy, this page explains how you collect, use, and protect user data.
Access: /privacyTemplate:
app/privacy/page.tsx
(((REPLACE_THIS_WITH_IMAGE: privacy-policy-page.png: Screenshot of Privacy Policy page)))
Template Content:
- Information collection practices
- Data usage and processing
- Cookie policy
- Third-party services
- Data security measures
- User rights (GDPR, CCPA compliance considerations)
- Contact information for privacy inquiries
Page Structure
Both legal pages follow a consistent structure:- Centered container with max width for readability
- Clear typography hierarchy (H1 → H6)
- Consistent spacing between sections
- Muted text for metadata (dates, notes)
- Responsive layout for mobile devices
Customization
Update Company Information
Replace placeholder text with your company details:Update Last Modified Date
Keep the “Last updated” date current:Add Your Specific Terms
Customize sections based on your service:Customize Privacy Disclosures
Update data collection practices to match your implementation:Linking to Legal Pages
Footer Links
Add legal page links to your footer:Registration Form
Reference legal pages in registration forms:Cookie Consent
If using cookies, add consent banner linking to privacy policy:Legal Compliance Checklist
This checklist is for reference only. Consult legal counsel for compliance requirements specific to your jurisdiction and business.
General Requirements
- Customize all placeholder text with your company information
- Update last modified dates when content changes
- Include contact information for legal inquiries
- Specify governing law and jurisdiction
- Define dispute resolution procedures
GDPR Compliance (EU)
- Explain legal basis for data processing
- Detail user rights (access, deletion, portability)
- Specify data retention periods
- Name data protection officer (if applicable)
- List data processors and third parties
- Explain international data transfers
CCPA Compliance (California)
- Explain categories of personal information collected
- Describe purposes for collection
- Explain third-party data sharing
- Provide opt-out mechanisms
- Detail consumer rights under CCPA
COPPA Compliance (Children’s Privacy)
- State minimum age requirements (typically 13+)
- Explain parental consent requirements if applicable
- Restrict features for users under minimum age
Maintenance
Version Control
Track changes to legal documents:Notification of Changes
Notify users when terms change significantly:Acceptance Tracking
Store user acceptance of terms versions:Styling
Legal pages use consistent styling for readability:Best Practices
Content:- Use clear, plain language where possible
- Break long paragraphs into shorter sections
- Use bullet points for lists of terms
- Bold important terms and conditions
- Link to related policies where relevant
- Review and update annually at minimum
- Track version numbers for all changes
- Notify users of material changes
- Keep archived versions for reference
- Document reasons for significant updates
- Consult legal counsel before publishing
- Include all required disclosures for your jurisdiction
- Update when business practices change
- Monitor regulatory changes in your markets
- Review third-party service agreements
Additional Resources
Third-Party Policy Generators
Consider using policy generators as a starting point:- Termly (https://termly.io)
- TermsFeed (https://www.termsfeed.com)
- FreePrivacyPolicy (https://www.freeprivacypolicy.com)
Regulatory Resources
- GDPR: https://gdpr.eu
- CCPA: https://oag.ca.gov/privacy/ccpa
- COPPA: https://www.ftc.gov/legal-library/browse/rules/childrens-online-privacy-protection-rule-coppa
Related Pages
App Configuration
Configure site-wide settings
Custom Pages
Create additional custom pages
Registration & Login
Link terms acceptance to registration
Branding & Styling
Customize page styling

