When the page is still the natural source of truth.
Best for docs, product pages, embedded widgets, lightweight internal surfaces, and experiments where hand-authored HTML matters more than app scaffolding.
Xuda
Both paths sit on the same broader Xuda ideas. The right choice depends on whether you want to author near the DOM or author a fuller application as typed source units.
Best for docs, product pages, embedded widgets, lightweight internal surfaces, and experiments where hand-authored HTML matters more than app scaffolding.
Best for dashboards, panels, forms, CRUD flows, shared logic units, tables, routes, and teams that want explicit building blocks and generated runtime docs.
Start with Xuda Slim when your work is mostly HTML, content, and a small layer of reactive behavior.
Start with Xuda CLI when the product needs screens, logic units, persistence, app structure, and source generation.
Go straight to xuda.io/technical-docs for repo-driven technical references aimed at both developers and AI tools.
Start with the current overview, then open the Slim docs and the HTML/JSON examples to understand the runtime directives and authoring styles.
Read the high-level CLI overview here, then jump into the technical documentation for building blocks, project structure, generation flow, and example apps.