tinacms
Git-backed headless CMS with visual editing for content-heavy sites.
- Supports Next.js, Vite+React, and Astro with TinaCloud (managed) or Node.js self-hosting; edge runtime environments not supported
- Schema configuration via TypeScript with field types including string, rich-text, number, datetime, boolean, image, and reference fields
- Includes 10 documented error solutions covering ESbuild compilation, module resolution, field naming constraints, Docker binding, missing template keys, path mismatches, build script ordering, asset loading, reference field timeouts, and media upload issues
- Requires pnpm for versions 2.7.3+; pin exact dependency versions to prevent CLI/UI incompatibilities from CDN updates
TinaCMS
Git-backed headless CMS with visual editing for content-heavy sites.
Last Updated: 2026-01-21 Versions: tinacms@3.3.1, @tinacms/cli@2.1.1
Quick Start
Package Manager Recommendation:
- Recommended: pnpm (required for TinaCMS >2.7.3)
- Alternative: npm or yarn (may have module resolution issues in newer versions)
# Install pnpm (if needed)
npm install -g pnpm
More from jezweb/claude-skills
tailwind-v4-shadcn
|
2.7Ktanstack-query
|
2.5Kshadcn-ui
Install and configure shadcn/ui components for React projects. Guides component selection, installation order, dependency management, customisation with semantic tokens, and common UI recipes (forms, data tables, navigation, modals). Use after tailwind-theme-builder has set up the theme infrastructure, when adding components, building forms, creating data tables, or setting up navigation.
2.5Ktailwind-theme-builder
Set up Tailwind v4 + shadcn/ui themed UI with dark mode. Install deps, configure CSS variables via @theme inline, wire dark mode toggle, verify. Use whenever the user mentions Tailwind v4, setting up Tailwind theming, shadcn/ui colours, dark mode, or troubleshooting colours not working, tw-animate-css errors, @theme inline conflicts, @apply breaking after upgrade, or v3 → v4 migration issues.
2.2Kfastapi
|
2.0Kcolor-palette
Generate complete, accessible colour palettes from a single brand hex. Produces 11-shade scale (50-950), semantic tokens, dark mode variants, Tailwind v4 CSS output, WCAG contrast checks. Use whenever the user supplies a brand hex and asks for a palette, mentions setting up a design system, wants Tailwind theme colours from a brand colour, or asks to check colour accessibility / contrast.
1.9K