TinaCMS is a headless CMS (content management system).
Basically, it's a way to manage content separately from website code.
Headless means that it exposes a content API for your code to use, allowing it to stay completely separated from your website – but it also has tools to tailor the editing experience such as Visual Editing (live, side-by-side editing).
Think of TinaCMS more like a tool to build a custom CMS experience, rather than your typical restricted CMS tooling.
npx create-next-app@latest
npm run dev
to see your NextJS app!NextJS is an industry leader React framework that makes it easy to build fast, scalable websites.
We love using NextJS for our TinaCMS projects.
Next.js works well with TinaCMS, making it easy to edit content while keeping your site fast and modern.
If you're new to NextJS or front-end web development, we recommend having a look at their beginner tutorials.
© TinaCMS 2019–2025