SkillAgentSearch skills...

Tina.io

Website for TinaCMS 🦙 - General info, documentation, blogs & contribution guidelines.

Install / Use

/learn @tinacms/Tina.io
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Hi Legends 👋

<p align="center">Tina.io – the Website for TinaCMS</p>

Source code for the tina.io website, including the TinaCMS documentation and blog.

Found a bug? Create a PBI and we'll look into it.

🧿 Vision

Make a website to communicate the awesomeness of TinaCMS.

🛠️ Tech Stack

Static web application built with...

for Node versions, check this docs page.

Hosting and deployment...

<br>

🛠️ Dependency Installation + Setup

We're using pnpm as the package manager for node.

cp .env.example .env
pnpm i

Note: Python is required for gyp – install python and if necessary (newer python versions) the setup tools.

<br>

🧑🏻‍💻 Running the Project

pnpm dev

This will spin up the react/Next project locally, running on localhost:3000 (react app) and localhost:4001 (playground for testing graphql against the Tina datalayer).

Note: if you get an error that say's something like "end of JSON input" – try running the command again.

<br>

Not Familiar with Tina?

We've put together a simple explanation of the project directory – in _docs/Directory-Structure.

This should give you an idea of how it all fits into the project.

Additionally, the Tina docs contains the usage details for development with Tina.

<br>

Additional Documentation

Design

The Tina.io site aims to adhere to the design library created by the awesome designers at SSW

🔍 Search Functionality Overview

  • A custom indexing system processes MDX documentation files using createIndices.ts.
  • Integrated with Algolia Search for fast, typo-tolerant full-text search.
  • Search indices are automatically updated via a GitHub Actions workflow named create-indices.yml whenever documentation changes are merged into the main branch.

This setup ensures that search remains accurate, up-to-date, and efficient across the documentation.

View on GitHub
GitHub Stars292
CategoryDevelopment
Updated1d ago
Forks1.5k

Languages

MDX

Security Score

85/100

Audited on Mar 30, 2026

No findings