Tina Docs
Introduction
Overview
Introduction To TinaCMS
Getting Started
Using the Tina Editor
FAQ
Core Concepts
Content Modeling
Data Fetching
Visual Editing
Querying Content
Overview
Writing custom queries
Editing
Overview
Markdown & MDX
Block-based editing
Single Document Collections
Customizing Tina
Overview
Validation
Custom Field Components
Custom List Rendering
Format and Parse Input
Filename Customization
Before Submit function
Going To Production
Overview
Tina Cloud
Self-Hosted
Drafts
Overview
Draft Fields
Editorial Workflow
Guides
Overview
Framework Guides
Separate Content Repo
Querying Tina Content at Runtime
Internationalization
Migrating From Forestry
Further Reference
Overview
Config
Schema
The "tina" folder
The TinaCMS CLI
Media
Search
Content API
Tina's edit state
The "tinaField" helper
Self-Hosted Components

Here we give a quick 2 minute overview of TinaCMS, and how it fits into your website.

If you're instead just looking to quickly get started, jump to our Getting Started Guide.

Introduction

TinaCMS is an open-source Content Management System (CMS) that seamlessly integrates with your Markdown workflow.

Intro-gif

Your Website

  • With TinaCMS, The developer hosts the site where they like, using whichever framework they choose.

Website-png

Headless CMS

  • TinaCMS is "Headless", meaning it's decoupled from your website. TinaCMS provides a queryable content API that your website's code consumes.

Headless-png

The CMS Backend

  • The TinaCMS backend provides the API for querying your content, offering support for filtering, searching, and pagination.

Queryable-db-png

Git-backed Content

  • All your content gets backed by git into JSON/Markdown/MDX files

Git-backed-png

TinaCloud

  • Out of the box, we provide an easy-to-use hosted version of the backend, called TinaCloud.

Tina-cloud-png

Self-hosted Backend

  • For those preferring more control and customization, TinaCMS also allows you to host the backend entirely on your own stack.

self-hosted-backend-png

The CMS Frontend

  • TinaCMS provides an intuitive CMS interface for your editors. For sites using React, TinaCMS supports "Visual Editing" to allow content editors to see real-time changes.

your-blocks-gif

/admin route

  • Users interact with the CMS by navigating to the /admin page on your site.

admin-route

Saving

  • When users make a change in the CMS, a commit is made back to your Git repository.

saving-png

Integrating TinaCMS into a site

TinaCMS can be setup on your site with tinacms init. This installs a few Tina packages, and add some boilerplate

cli-init-png

Running TinaCMS Locally

  • You also have the flexibility to run TinaCMS locally, sourcing local files instead of interacting with the hosted API. This gives developers an ultra-fast feedback loop.

local-tina

Content Modelling

  • Content in TinaCMS is modelled using a tina/config.ts file in your project. Through this, you can define "collections" that model various content types on your site.

content-modeling-png

Data-fetching

  • TinaCMS provides a GraphQL API, making data-fetching more efficient and powerful.

graphql-qeury-5-png

Client

  • Moreover, we also generate a user-friendly client that simplifies the process of querying your content.

client-png

Type-safety

  • TinaCMS emphasizes type safety, ensuring your content queries remain error-free and consistent, thus improving code reliability and maintainability.

type-safety-png

Last Edited: January 17, 2022

Next
Getting Started

Product

Showcase
TinaCloud
Introduction
How Tina Works
Roadmap

Resources

Blog
Examples
Support
Media

Whats New
TinaCMS
TinaCloud
Use Cases
Agencies
Documentation
Teams
Jamstack CMS
Benefits
MDX
Markdown
Git
Editorial Workflow
Customization
SEO
Comparisons
TinaCMS vs Storyblok
TinaCMS vs Sanity
TinaCMS vs DecapCMS
TinaCMS vs Contentful
TinaCMS vs Builder.io
TinaCMS vs Strapi
Integrations
Astro
Hugo
NextJS
Jekyll