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,},],},],},// ...})
Evaluating Tina for your project? Book a 30-minute call with a TinaCMS Architect
"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
With the Editorial Workflow feature, users can review and manage content on different branches without dropping into GitHub or another IDE
See content changes in real-time as you edit.
Tina is licensed under Apache 2.0. It can be self-hosted or hosted on TinaCloud.
Easily set up and run Tina locally to talk to your local filesystem.
Store Media assets in your repo or connect to S3, Cloudinary, DigitalOcean Spaces, etc. Or, use TinaCloud.
Use pre-built templates or create custom components from scratch - you have full control to build your site how you want.
Tina powers super-fast sites with 10,000+ pages using Markdown, the best language for your site content.
Users can edit, save changes, and request approval from within the UI – while devs see the branches, commits, and pull requests in GitHub.
Tina’s docs run on TinaCMS – check it out!
August 26, 2024
By Adam Cogan
August 18, 2024
By Jack Pettit
© TinaCMS 2019–2024