Tina is a fully open-source headless CMS that supports Git
Don't lock your content in a 3rd-party service. Tina writes to files in your repository (MDX, Markdown, JSON, etc)
---title: Collaborate With Your Team---Online tools help drive your business forward.Reach new audiences and collaborate with yourteam – **All in the cloud.**<Buttontext="Get Started"link="/get-started"/>
Easily fetch your file-based content using Tina's Data Layer
query {post(relativePath: "about.mdx") {title}}
Tina is code-first and fully typed. Define your CMS in the Tina config file in your repository
const tinaConfig = defineConfig({schema: {collections: [{name: 'doc',label: 'Docs',path: 'content/docs',fields: [{name: 'title',label: 'Title',type: 'string',},{type: 'rich-text',name: 'body',label: 'Body',isBody: true,},],},],},// ...})
"Tina is transforming the way we do docs at Unity"
Anton Iancu, Product Engineering Manager for AI and Docs
Oh wow, I thought Sanity was good, but @tinacms is all I need.
@struhy_xd–September 26, 2023
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.
@ccapndave–June 2, 2023
Just found this and I think I am already in love.
@billybest5276–August 6, 2023
Just tried out click-to-edit and it's really awesome. 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–June 14, 2023
I tried a dozen CMSs and I have to say, as an engineer, I like Tina the most.
September 5, 2023
Tina's in-context editor cannot be beaten, we’re all in on it.
March 30, 2023
@tinacms is a dream come true.
@rascode11–December 6, 2022
Tina Cloud Enterprise customers can review, approve, and manage content on different branches
Editing content in Markdown, MDX, and JSON files doesn't need to feel clunky. Tina supports a live preview that takes the UX to the next level
Tina is licensed under Apache 2.0. It can be self-hosted or hosted on Tina Cloud.
Run Tina locally and talk to your local filesystem.
Create reusable components that you can edit with Tina. Let your team assemble pages like a site-builder.
Tina powers sites with 10’s of thousands of pages with great performance.
November 20, 2023
By James O'Halloran
October 17, 2023
By Kelly Davis