Skip to content

v1.0.0-alpha.1

Choose a tag to compare

@larbish larbish released this 04 Nov 16:49
· 132 commits to main since this release

Originally offered as a standalone premium platform at https://nuxt.studio, Studio has evolved into a free, open-source, and self-hostable Nuxt module. Enable your entire team to edit website content right in production

πŸš€ Features

Nuxt Studio is currently in alpha and uses the Monaco code editor for content editing. This phase focuses on testing and stabilizing core functionality:

  • βœ… File operations (create, edit, delete, rename)
  • βœ… Content editing with Monaco editor
  • βœ… Media management and uploads
  • βœ… GitHub authentication and publishing workflow

Once all file operations and GitHub publishing workflows are tested and stable, we'll release Phase 2 (Beta) with the full visual editor for Markdown, Vue components, and medias...

Current Features (Alpha):

  • πŸ’» Monaco Code Editor - Code editor for enhanced Markdown with MDC syntax, YAML, and JSON
  • πŸ”„ Real-time Preview - See your changes instantly on your production website
  • πŸ” GitHub Authentication - Secure OAuth-based login with GitHub
  • πŸ“ File Management - Create, edit, delete, and rename content files (content/ directory)
  • πŸ–ΌοΈ Media Management - Centralized media library for all your assets (public/ directory)
  • 🌳 Git Integration - Commit changes directly from your production website and just wait your CI/CD pipeline to see your changes live
  • πŸš€ Development Mode - Directly edit your content files and media files in your local filesystem using the module interface

πŸ“š Documentation

You can check out the new docs on https://content.nuxt.com/docs/studio.

New Contributors

Full Changelog: https://github.com/nuxt-content/studio/commits/v1.0.0-alpha.1