Hey! 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.
@ccapndave–June 2, 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–July 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–June 14, 2023
@tinacms is a dream come true.
@rascode11–December 6, 2022
Store content in your repo. Tina saves to MDX, Markdown, and JSON and provides a powerful data layer on top of your static files.
---
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"
/>
Define your content's schema and Tina will provide you with a user friendly editing experience.
{
type: "string",
label: "Title",
name: "title"
},
{
type: 'string',
label: 'Body',
name: 'body',
isBody: true,
},
Let your editorial team focus on writing content, while Tina commits to your repository.
commit 4ca9edc2ee64c1ab5127a1fd4519a83426731cd7
Author: Scott Gallant <scottgallant@gmail.com>
Date: Thu May 26 13:31:02 2022 -0300
Message: Update From Tina
Query your Markdown content like you would with a headless CMS. Tina’s GraphQL Data Layer supports filtering, sorting, pagination, and more.
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 and without GitHub rate-limiting.
July 12, 2023
By Jeff See
July 10, 2023
By James O'Halloran
Resources
© TinaCMS 2019–2023