Edit with AI.
Preview in real time.
Quant Studio is a visual content editor powered by AI. Click to edit, talk to AI, see changes live — all backed by Git.
AI Assistant
Tell it what to build.
Watch it happen.
Studio's AI assistant reads your code, understands your content structure, and makes changes with 19 specialised tools. Create pages, edit content, modify components, update styles — all through conversation.
- Creates and edits content across collections
- Reads and writes components, layouts, and config
- Understands your schema and project structure
- Chains multiple actions in a single conversation
Powered by Quant AI · specialist agent-driven
Visual Editor
Click. Edit. Live.
Point and click on any element to edit it. Changes render instantly in the browser — no build step, no waiting. The Astro runtime compiles in real time.
Why we chose Astro
Astro's content-first architecture makes it the ideal foundation for managed content sites.
Astro is a web framework designed for content-driven websites. It ships zero JavaScript by default, generates static HTML at build time, and has first-class support for content collections with type-safe schemas.
Content collections
Astro's content collections let you define schemas using Zod. Every piece of content is validated at build time — no surprises in production.
schema: z.object({
title: z.string(),
date: z.coerce.date(),
tags: z.array(z.string()).default([]),
}),
});
Schema-driven forms
Field types generated automatically from your content schema
In-browser Astro compiler
Full Astro runtime compiles .astro, .mdx, .tsx in the browser
Inline click-to-edit
Click any text in the preview to edit it directly
Git workflow
Branch. Review. Ship.
Every change is a Git commit. Work on branches, submit pull requests for review, and deploy with confidence. Content teams get editorial workflow; developers get version control.
- Branch from main to work in isolation
- In-browser review with comments and diffs
- Fix review feedback with one click via AI
- Merge and auto-deploy via GitHub Actions
Features
Everything you need
A complete development environment in the browser.
Schema editor
Model content visually. Define fields, types, and validation without writing TypeScript.
Code editor
Full IDE with Monaco. Syntax highlighting for Astro, TypeScript, MDX, CSS, and more.
Media library
Upload, browse, and insert images. Drag and drop with visual previews.
Demo mode
Try Studio instantly. No credit card, no repository required. AI included.
Multi-collection
Manage blog posts, pages, team members — any content collection in your Astro project.
Deployment tracking
Watch builds complete after merge. GitHub Actions status right in Studio.
Try Studio now
No credit card. No repository required. Start editing in seconds.