Overview of Nuxt Studio features
mainNuxt Studio is a self-hosted, open-source content management solution that runs alongside your Nuxt Content website. Key features include:
- TipTap Visual Editor: A Notion-like Markdown editor with MDC component support, slash commands, and real-time MDC syntax conversion.
- Form-Based Editor: Automatically generated schema-based forms for frontmatter, YAML, and JSON files based on your collection definitions.
- File Operations: Full CRUD (Create, Read, Update, Delete) capabilities for the
content/directory, including draft management. - Media Management: A centralized library for assets in the
public/directory. - Git Integration: Direct commits to GitHub or GitLab with conflict detection and custom commit messages.
- Real-time Preview: Side-by-side live preview of draft changes on your website.
- Authentication: Supports GitHub OAuth, GitLab OAuth, Google OAuth, or custom authentication flows.