Own Your Content

Tina is an open-source headless CMS that supports Markdown

Getting Started

Loved by Developers

I’ve been playing with TinaCMS for the last week and it’s absolutely amazing. Its so simple to install, the typed NextJS integration is amazing, the live editor is as good as it gets and compared to other CMSs the admin is incredibly easy for editors to understand and use.

Dave Keen

@ccapndaveJune 2, 2023

Loving Tina CMS so far. It is exactly what I’ve been looking for.

Vatosteve

@vatosteveJanuary 30, 2023

Been running a project with Tina for a few months now, and I have to say we absolutely love it. I had been for quite a time looking for a CMS that let us build our sites the way we wanted to while letting the non-techies edit the content in a visual and painless way, and Tina just lets you do that. Awesome work really.

david.oviedo

@david.oviedoJuly 30, 2023

We really liked using Tina and we will definitely suggest it to clients in the future. Tina's in-context editor cannot be beaten. We are actually planning on using it for our new website as well, so we’re all in on it.

Sean Pearce

March 30, 2023

Just tried out click-to-edit and wanted to let you know it's really awesome, great feature, super easy to use and to setup, love that it's fully typed and works passed down as a prop, kinda feels like magic tbh.

Mravec

@mravecJune 14, 2023

@tinacms is a dream come true.

rascode

@rascode11December 6, 2022

Configure with Code


Define your content's schema and Tina will provide you with a user friendly editing experience.

config.tsx
{
  type: "string",
  label: "Title",
  name: "title"
},
{
  type: 'string',
  label: 'Body',
  name: 'body',
  isBody: true,
},

Own Your Content


Tina saves to MDX, Markdown, and JSON and provides a queryable data layer on top of your static files.

about.mdx
---
title: Collaborate With Your Team
---

Online tools help drive your business forward.
Reach new audiences and collaborate with your
team  **All in the cloud.**

<Button
text="Get Started"
link="/get-started"
/>

Built-in Version Control


Let your editorial team focus on writing content, while Tina commits to your repository.

commit 4ca9edc2ee64c1ab5127a1fd4519a83426731cd7
Author:  Scott Gallant <scott@acme.com>
Date:    Thu May 26 13:31:02 2022 -0300
Message: Update From Tina

Trusted by

Devolver DigitalPlanet ScaleProtocol LabsSmashing Magazine

Visual Editing

See content changes in real-time as you edit.

Static and Dynamic

Query your Markdown content like you would with a headless CMS. Tina’s GraphQL Data Layer supports filtering, sorting, pagination, and more.

Develop Locally

Run Tina locally and talk to your local filesystem.

3rd-party Media

Store Media assets in your repo or connect to S3, Cloudinary, etc.

Composable Blocks

Create reusable components that you can edit with Tina. Let your team assemble pages like a site-builder.

Markdown at Scale

Tina powers sites with 10’s of thousands of pages with great performance and without GitHub rate-limiting.