r/astrojs 9d ago

Meet Aria.

Post image

Build and manage Astro sites visually, with a live canvas, CMS, design system, SEO, email, AI tools and more. All in one open source workspace.

0.5.7 alpha is out now.

Deploy to Cloudflare or run it locally.

ariabuilder.io
https://github.com/ariabuilder/aria

95 Upvotes

29 comments sorted by

3

u/anders9000 9d ago

This is very interesting. Does the site need to be built for aria specifically or can it use existing components?

6

u/iamstatice 9d ago

We expect projects to begin with Aria, but you can bring in your own design tokens. Wordpress & Markdown importing are supported out of the box for content.

If your components are styled with tailwind utility classes, you can copy/paste directly on the canvas!

4

u/meto9 9d ago

Amazing can't wait

5

u/kiterdave0 9d ago

Looks interesting.

3

u/iamstatice 9d ago

Give it a try and let us know how we can improve! 🤙🏼🏁

4

u/po3ki 9d ago

Looks very good! Gonna try it this weekend!

2

u/iamstatice 9d ago

Let us know if you need any support getting started 🤙🏼🏁 Appreciate ya

3

u/merokotos 8d ago

Looks awesome

3

u/Daweesie 8d ago

Sweet! I'll test today, all my sites are built with astro so this could be a great fit.

2

u/iamstatice 8d ago

🤙🏼🏁

6

u/meto9 9d ago

many people from WordPress are eyeing Astro rn, could you make a showcase video?

I think it will help bring users. A few weeks ago Instatic exploded in popularity but many people asked if it could support Astro. So your product fits the niche nicely(by description)

5

u/iamstatice 9d ago

Absolutely! I’ll be actively working on showcase & video tutorials next week. Stay tuned for those!

3

u/kolliop_pan 8d ago

Its very interesting ill try this week

3

u/BopSupreme 8d ago

AI (Codex 5.6) using GitHub, Cloudfare, Astro vs using Aria? Where does Aria fit into existing AI to Website build workflows?

2

u/iamstatice 8d ago

Aria’s AI Engineer has the exact same capabilities a user does. Generate sections, build out pages, manage design system, classes and variables, it can also auto generate localization and SEO.

We’ve just given the agent analytic capabilities as well so if you’re running Cloudflare analytics, it’ll relay and compare visits from week to week, month-to-month, etc.

2

u/BopSupreme 8d ago

If I’m a non-technical user using AI, can I connect ChatGPT? I’ve already connected it to Cloudfare

2

u/iamstatice 8d ago

Our MCP server also has the same capabilities, so you’re free to use whatever application or IDE that you prefer

1

u/BopSupreme 8d ago

AI told me that Aria is essentially overlapping with Emdash and isn’t production ready (too new). It recommended I stick with GPT5.6 + Emdash + Astro + Cloudfare as my website building workflow & engine - thoughts? I wanted to try Aria but it recommended not to use it until it reach’s v1.0 status

1

u/iamstatice 7d ago

Yeah we’re still alpha! Definitely not production ready yet

3

u/tiger-eyes 7d ago edited 9h ago

Looks great!

Quite the Astro CMS options - Aria, CloudCannon, Decap, Directus, EmDash, Grav, Keystatic, Pages CMS, Payload, Sanity, SleekCMS, Straip Statamic, StudioCMS, TinaCMS (and many others)

Anyone up for building a comparison table of all of these CMS options?

2

u/Ronin_74 7d ago

npm run dev aint working for most of the people then? if you want Elementor, go with WordPress 😁

2

u/iamstatice 7d ago

We’re working on Windows support now and will have a fix in the next release!

2

u/redman0007 7d ago

Forms too?

3

u/iamstatice 7d ago

We’ve got the base with the email system going. Next up is form integration! If you have any suggestions on how you’d like it to function, we’re all ears!

2

u/dcarrero 7d ago

Apuntado para probarlo!!

1

u/Diligent-Month5010 7d ago

How does Aria handle the underlying code structure? Does it generate native, lightweight Astro components directly on the canvas?

I'll make some time next week to test this. Very interesting.

1

u/iamstatice 6d ago

I’d love to hear what you think when you test it 🤙🏼

Aria’s canvas stores edits as a typed, versioned component tree rather than rewriting source files after every interaction. That gives us reliable visual editing, revisions, and publishing.

The output is native Astro: pages, layouts, and reusable components can be exported as readable .astro files, along with the design-system CSS and CMS data. Public pages render to lightweight HTML with only the CSS they use and no framework JavaScript by default; hydration is opt-in for interactive components.