Clean Up Your Project

Let's prepare our project for integration with TinaCMS.

This is only to keep things simple moving forward.

Replace Default Content

  1. Open up the project in your preferred IDE.
  2. Delete the content from your NextJS app/page.tsx file.
  3. Add a "Hello world" header! (you can use the example code below).

You should end up with:

Last Edited: January 7, 2026