MultronHub

Multron

A demonstration of Astro's multi-framework architecture. Each sub-route is a different kind of web application — SolidJS SPAs, React SPAs, static Astro pages, and mixed client islands — all sharing a unified design system, theme state, and authentication.

/about

Static Astro page with build-time values baked in.

View

/sign-in

SolidJS SPA with form validation and real auth integration.

View

/blog

Astro blog with markdown posts, custom components, and RSS feed.

View

/conversations

React SPA for browsing LLM agent conversations with code view.

View

/billing

Mixed page with React table island and SolidJS chat widget island.

View