Tina May 2026

💡 : When using "Vibe Coding" or AI assistance with Tina, treat every output as a draft—if it's close, refine it; if it's off, regenerate with more detail. If you tell me what your blog is about, I can help you: Draft a custom schema for your specific post types.

: You can add a manual toggle to your editing sidebar. This involves defining a "draft" field in your collection schema as a boolean type. Schema Example : javascript 💡 : When using "Vibe Coding" or AI

To manage and draft blog posts using , a Git-based headless CMS, you can utilize the following features and configurations: Creating and Managing Drafts This involves defining a "draft" field in your

Write a for a specific topic (e.g., tech tutorials, personal stories). Set up a content structure for your "Tina" project. Write blog posts on the web with Tina CMS and Astro! Write blog posts on the web with Tina CMS and Astro

: To ensure drafts don't show up for readers, you must update your website's queries to filter out documents where the draft field is set to true . Workflow & Editing

{ name: 'draft', label: 'Draft', type: 'boolean', required: true, description: 'If this is checked, the post will not be published' } Use code with caution. Copied to clipboard