Aria Builder is tackling one of the biggest gaps in the Astro ecosystem: providing a visual editor, a full content management system (CMS), SEO tools, and built-in artificial intelligence in a single open-source platform. Released under the Apache 2.0 license, the project is designed to run both on Cloudflare and in self-hosted environments, giving developers full ownership of their code and data.

Aria Builder in 20 seconds

  • An open-source visual builder designed specifically for Astro.
  • Combines a visual editor, CMS, design system, SEO tools, and an AI agent with MCP support.
  • Runs on Cloudflare or self-hosted environments using Node.js and SQLite.
  • Projects, content, and assets remain fully under the user’s control, with no proprietary formats or vendor lock-in.

Over the past few years, Astro has established itself as one of the fastest-growing static site frameworks thanks to its performance and flexibility. However, one challenge has remained: making content editing accessible to non-technical users. Aria Builder is designed to solve exactly that.

A visual builder designed from the ground up for Astro

Unlike solutions that bolt a CMS onto existing projects, Aria Builder integrates the essential tools required to build and maintain modern websites from the start.

Its core capabilities include:

  • Visual page editing with live previews.
  • Structured content management through collections.
  • A shared design system for typography, styles, and animations.
  • Built-in SEO management.
  • User authentication and role-based permissions.
  • Publishing workflows.
  • Complete project export.

One of its most notable characteristics is that content always lives inside the Astro project itself. There is no proprietary content database acting as the single source of truth, making projects easier to migrate and eliminating dependence on a specific platform.

Built-in AI with support for multiple providers

Artificial intelligence is another key part of Aria’s vision.

The platform includes an AI agent that assists with content creation and editing using the user’s own API keys. Rather than locking users into a single AI provider, developers can choose the model and service that best fits their workflow.

Aria also supports the Model Context Protocol (MCP), the emerging standard introduced by Anthropic for connecting AI assistants with external tools. This enables the AI agent to interact with third-party services while respecting the same permission model used throughout the platform.

For teams already using Claude or other MCP-compatible assistants, this provides a more integrated development experience.

Cloudflare-first, but not Cloudflare-only

Although Aria is heavily optimized for Cloudflare’s platform, it is not limited to it.

The project can be deployed on:

EnvironmentTechnologies
CloudflareWorkers, D1, KV, R2, Queues, Durable Objects
Self-hostedNode.js 22+ with SQLite
DockerSupported
VPSSupported
Railway and other Node.js hostsSupported

This flexibility allows developers to use the same Astro project during local development and production without changing the application’s architecture.

A strong focus on ownership and portability

One of Aria Builder’s main selling points is ownership.

While many visual website builders rely on proprietary platforms or closed data formats, Aria allows developers to export a complete Astro project, including:

  • Pages
  • Components
  • Content
  • Design system
  • Configuration

This makes it possible to move the project to another hosting provider or continue development independently without relying on Aria itself.

A CMS built for content teams

Aria also includes features typically found in enterprise-grade CMS platforms, such as:

  • Draft management
  • Revision history
  • Content relationships
  • Custom schemas
  • Templates
  • Media library
  • Multi-factor authentication
  • Audit logs
  • Fine-grained user permissions

The goal is to allow marketing and editorial teams to update content without directly interacting with the underlying codebase.

Still under active development

Although Aria Builder is already available, its developers describe it as a project under active development.

Among the capabilities planned for future releases are:

  • Figma integration
  • OAuth authentication
  • Plugin architecture
  • Webhook automation

Its public roadmap suggests the platform will continue expanding significantly over the coming months.

Astro’s ecosystem continues to mature

Projects like Aria highlight how the Astro ecosystem is evolving. While Astro initially focused almost exclusively on developers, an increasing number of tools are now emerging to support collaboration between engineering, design, marketing, and content teams.

By combining visual editing, AI, CMS capabilities, and modern deployment workflows, Aria moves Astro closer to platforms such as WordPress and Webflow while maintaining an open architecture built around portability and developer ownership.

It remains to be seen whether Aria will become a leading platform within the Astro ecosystem, but its approach clearly addresses a growing demand: modern visual editing without sacrificing control over the underlying code or becoming dependent on a single vendor.

Frequently Asked Questions

What is Aria Builder?

Aria Builder is an open-source visual platform for Astro that combines a page builder, CMS, SEO tools, design system, and AI capabilities into a single solution.

Does it require Cloudflare?

No. While it is optimized for Cloudflare Workers, it can also run in self-hosted environments using Node.js and SQLite.

What makes it different from other CMS platforms?

Aria keeps content inside the Astro project, supports full project export, and avoids proprietary formats or vendor lock-in.

Is it production-ready?

The platform is available for deployment today, but its developers state that it remains under active development, with features such as plugins and Figma integration still on the roadmap.

Scroll to Top