TinaCMS

TinaCMS est un Headless CMS open source basé sur Git et écrit en TypeScript.

Site officiel : https://tina.io

Dépôt GitHub : https://github.com/tinacms/tinacms


Journaux liées à cette note :

Journal du samedi 30 août 2025 à 16:50 #headless-cms, #JaiDécouvert

#JaiDécouvert la formalisation du concept de content-modeling as code :

The TinaCMS schema defines the shape of your content.

Tina uses a "content-modeling as code" approach.

  • The schema is version-controlled
  • You can test out schema changes locally, or in a branch.
  • You can extend the schema in interesting ways (custom validation, custom UI fields, etc).

source