Main guide plus building-block and folder guides.
xuda.io
Technical docs for developers and AI agents
Docs that stay close to the repo so you can build from scratch.
Every Xuda building block, folder convention, and runtime concept is documented here in crawler-friendly HTML and raw markdown. Developers read it, AI models ingest it, and the content stays in sync with the actual packages.
What you will find
Architecture, source layout, every building block, runtime behavior, and working examples. All published at stable URLs.
Canonical markdown docs for the lightweight runtime path.
Source-first app development
Learn the app structure, App.xu, index.html, xuda.config.js,
generated runtime docs, sync behavior, and every major building block such as component,
get_data, set_data, batch, api,
javascript, alert, table, route,
and ai_agent.
Lightweight runtime authoring
Everything about the HTML-first path: when to choose Slim, how project_data
authoring works, the full directive surface, special structural tags, and choosing between
HTML templates and JSON mode.
Every doc is published as HTML and raw markdown.
Rendered HTML is best for humans and search engines. Raw markdown is best for AI tools, source parity, and lightweight machine access. Both formats stay at stable URLs and are updated when the packages ship.
Rendered HTML
Structured pages with navigation, eyebrow labels, and linked cross-references. Designed for developers browsing in a browser and for search engine indexing.
Raw markdown
Plain .md files at /raw/ endpoints. AI agents, documentation
scrapers, and CLI tools can fetch them directly without parsing HTML.