Home
Blog
Product Updates
Blog
What Aveiro’s Product Hunt Launch Day Actually Looked Like
Seedance 2.0 Comes to Aveiro — With Video Uploads and Bunny.net Under the Hood
Connect Aveiro to Any AI Agent in 10 Seconds — One MCP URL
How to Migrate from Squarespace to Aveiro
Integrating ByteDance Models Directly: What We Learned Building Aveiro
Auto-update Docs and Blog with Cursor Cloud Agents and the Aveiro API
What Is Connected Publishing?
Website CTA Analytics: Beyond Page Views
How to Connect a Custom Domain on Aveiro
Edit Your Website with AI Without Breaking Layout
Build a Portfolio Website on Aveiro
The Hidden Cost of a Fragmented Publishing Stack
How to Start a Newsletter From Your Website
Build a Documentation Site with Collections and MDX
Embed a Signup Form on Any Site
Your First Week on Aveiro
Updates
Org-Wide Newsletters Can Pick a Host Site
Dashboard Home, Onboarding Personalization, and Campaign Tweaks
Newsletter Web Archive — Publish Sent Campaigns as Site Pages
MCP Stdio Social Parity and a Taller Website-Mockup Wizard
Collection Blocks on Translated Pages Show the Right Language
MCP Tool Safety Hints — Hosted and Stdio Servers Now Match
Engagement Metrics on Published Posts — See What Sent Posts Did
Website Mockup Videos — Film a Live URL Into the Social Library
Translation Progress Fix — Stale Retranslate Totals and Readiness Refresh
Orbit Rename and Social Review Polish — Hover Cards and Add Menu Connect
Dashboard Polish — Published Post Summary, Ad Auto-Save, and Asset Previews
Translation Language Limits by Plan — Pricing Page Shows Language Allowances
Localized Sidebar and Header Navigation Titles
Translation Jobs Now Translate Page Metadata Text
Retranslate Jobs: Progress, Completion, and Republication Fixes
Instagram Story Publishing — Feed and Stories From One Draft
Agent Authoring Guide, Site Media API, and Advisory Lint
Social Engagement Metrics for Agents — Learn What Performs Before You Draft
Editor Polish — Media Breakout, Toolbar Fixes, and Ad Banner Cards
Locale-Prefixed Nav Links and Translation Publish Guards
Ad Placements on Layout Templates — Per-Template Overrides
Ads in the Layout Tab — Chrome Overrides, Live Preview, One Disclosure Label
Premium Ad Banners Beta — Organization Inventory on Every Site
Newsletter click tracking by element
Searchable Orbit Space Picker — Find Spaces in Large Hubs
Org Assets AI Composer — Image and Video With Reference Attachments
Plan Storage Limits — Metered Bytes at Rest for Media, Video, and Agent Uploads
Org-Wide Asset Management — Browse, Bulk Move, and Delete in One Place
Direct Media Uploads for Agents — Push Local Images and Videos Without a Public URL
Social Update — Publishing Credits Pool
Social Fix — First-Comment Outcome on the Post Row
Social Update — First Comments Publish With the Post
MCP Fix — Per-Platform First Comments on the Stdio Proxy
MCP Marketplace Template Clone — Bootstrap Sites from the Gallery
Homepage Rework — Template to Publish, Free Trial, and MCP for Agents
Usage Counters Now Reset on Your Billing Cycle
Social Dashboard: Post Sections, Scheduling Picker, and Platform Comments
Social Dashboard: Upload Aspect Ratios and New Post Dialog
MCP Fix — aveiro_update_page Retries on Revision Conflicts
LinkedIn Joins Social Publishing — Personal Profiles and Company Pages
Quasar Max Chat Upgrades to Claude Sonnet 5
Recoverable Failed Social Posts
Social Caption Guards and Safer Publish Dates
Media Library Folders and Unified Picker — One Org Library Across Sites
Newsletter Agent API and MCP Tools — Draft Campaigns from Cursor and Claude
Plain-Voice Quasar Chat Errors
Clearer AI Credit Messages and Fewer Continue Prompts
MDX Placeholder Tags Render as Text
AI and MCP Page Reordering — Move, Sort, and Reorder Site Structure
Translation Jobs: Live Progress, Cost Estimates, and Cleaner Pickers
Translations UI Polish and Connect Claude
Character References for Social AI Media + First Comment Field
AI Video Generation — Short Clips from the Site Editor
Social Org Media Browsing and Register-by-URL — Reuse Dashboard Uploads in Agent Drafts
MCP Fix — tools/call Accepts null and Stringified Arguments
MCP Fix — Parameterless Tools Work Without an Arguments Field
Multi-Aspect AI Media for Social Posts — Platform Crops in One Call
Social Agent API and MCP Tools — Draft Posts from Cursor and Claude
Social Publishing Beta — Draft, Approve, and Schedule Instagram and Threads
Once UI Effects on Published Sites
MDX Code Blocks and Smarter Validation
Subscribe Users from Your Product with the Audience API
Agency Template Blocks Are Now Reusable Page Builder Components
Sell Merch on Your Aveiro Site with Fourthwall
Visitor Login and Support Chat on Your Site
Safer AI Edits and Publish Guards
Newsletter Deliverability Dashboard
TrademarkTrademark
Ctrl k
Search...
Sign up

Edit Your Website with AI Without Breaking Layout

How Quasar edits existing pages in Visual and Source mode — scoped changes, draft review, publish guards, and why AI works best when your site structure already exists.
Updated 1mo ago
How to Connect a Custom Domain on Aveiro
Build a Portfolio Website on Aveiro
Sponsored
Aveiro
aveiro.app
TrademarkTrademark© Aveiro. All rights reserved.
Built with Aveiro
In short
Aveiro AI (Quasar) edits drafts inside your file tree — it rewrites copy, adjusts components, and proposes page changes you review before publish. It does not replace your layout system or publish live without you.

The problem with generic AI site builders

Most AI website tools generate a new layout from a prompt. That is fine for a mockup. It is expensive for a live product:
  • Navigation and collection structure get thrown away
  • Brand tokens and spacing drift from your theme
  • MDX components break when the model invents tags that are not in your catalog
  • Every prompt feels like a rebuild — not an edit
Search intent behind “AI website editor” is usually: change this hero, add a pricing section, fix this paragraph — not replace my entire site. Aveiro’s AI tab (Quasar) is scoped to your existing site.

How Quasar fits the editor

Quasar lives in the AI panel — the default tab when you open a site. It sees:
  • The open page and file tree context
  • Registered MDX components in the catalog
  • Layout and style tokens already on the site
Typical requests that work well:
  • “Rewrite the hero headline for a developer audience.”
  • “Add a Feedback callout below the pricing table.”
  • “Create a /changelog page in the blog collection with the same layout as other posts.”
  • “Set the blog index title to ‘Engineering Blog’ and tag to News.”
Platform docs: Chat and suggestions.

Visual vs Source — where AI writes

Mode
Best for
VisualCopy changes, component props, spacing tweaks you can see immediately
SourcePrecise MDX blocks, bulk structure, registered components only
PreviewRead-only check before you publish — not where AI applies edits
AI changes land as drafts in the same content version stream as manual edits. Nothing goes public until you publish.

Rules that keep layouts intact

1 — Use catalog components only

Quasar is steered toward registered components (Feedback, Table, Heading, layout blocks) — not raw HTML layout tags. If Source mode shows an unknown tag, the publish menu may block Page content until you fix broken blocks. Reference: Writing with MDX.

2 — Edit pages, do not reinvent the tree

Ask for changes inside a collection when you have docs or blog structure:
  • “Add a post to /blog matching existing front matter patterns.”
  • “Update the guides collection intro, not the root homepage layout.”
Structure guide: File tree and collections.

3 — Review before publish

AI can propose multi-page updates. Always:
  • Open the publish menu and confirm which pages are selected
  • Scan Preview on mobile width
  • Publish Page content only for pages you reviewed
Product update on safeguards: Safer AI edits and publish guards.

A practical AI editing workflow

Step
Action
1Pick one page or one section — avoid site-wide prompts on day one
2Ask Quasar for a scoped change with audience and tone
3Check Visual mode — spacing and component props
4Switch to Source if you need to verify MDX tags
5Publish page content for that URL only
6Name a CTA event if you changed a button — see Analytics → Events

What AI is bad at (still)

  • DNS, domains, and deliverability — use Settings and Audience panels; verify records manually
  • Legal consent copy — you write what subscribers agree to
  • Replacing a template wholesale — duplicate the site and swap templates instead
  • Publishing live — API tokens and Quasar write drafts; humans publish
API draft workflow: API tokens.

FAQ

Will AI overwrite my homepage without asking? Edits save as drafts. Live traffic sees the last published snapshot until you publish page content. Can AI create new pages? Yes — when parent folders exist in the file tree. For deep paths, create the collection first or ask Quasar to use existing folders. Does AI know my brand colors? It works within your site Styles and component defaults. Set theme tokens in the Styles panel before large AI passes. How is this different from ChatGPT writing HTML? Quasar outputs Aveiro MDX with registered components — the same format your template renders. Generic HTML often breaks the layout engine.

Related guides

  • AI overview
  • Working with AI changes
  • Build a documentation site with collections and MDX
  • What is connected publishing?