Legal pages
Learn how to create and update legal pages
Legal pages are defined in the apps/web/src/app/(client)/(marketing)/legal
directory.
TurboStarter comes with the following legal pages:
- Terms and Conditions: to define the terms and conditions of your application
- Privacy Policy: to define the privacy policy of your application
- Cookie Policy: to define the cookie policy of your application
For obvious reasons, these pages are empty and you need to fill in the content.
Content from CMS
Content for legal pages are stored as MDX files in content collection in packages/cms/src/content/collections/legal
directory.
Then it's parsed and rendered as a Next.js page under corresponding slug:
As it's fully typesafe it also allows us to generate metadata for each page based on the frontmatter that you define in the MDX file:
Read more about it in the CMS section.
ChatGPT prompts
Each .mdx
file with legal content include a set of useful prompts that you can use to generate the content.
Please, be aware of this!
Please, be aware that ChatGPT is not a lawyer and the content generated by it should be reviewed by one before publishing. Take your time and treat the generated content as a starting point not a final document.
Feel free to add your own content or even additional pages to the legal
collection.
Last updated on