The source for sagasmithai.github.io: the public home of the AI-native TTRPG platform.
- the platform positioning and design principles;
- the
lobby→play→combatD&D MCP lifecycle; - Agent/MCP/rules/Core ownership boundaries;
- repository map and honest maturity labels;
- short architecture and field-note updates.
The site is bilingual (Chinese/English), static, and deliberately contains no runtime dashboard or user campaign data.
Requires Node.js 22.12+.
npm install
npm run dev
npm run build
npm run previewMain files:
src/pages/index.astro Homepage, content, styles, interactions
src/lib/news.ts Local field-note loader
news/ Dated Markdown field notes
public/ Logo and favicons
- Describe SagaSmithAI as an AI-native TTRPG platform, not a single AI DM.
- Present D&D as the end-to-end reference path and label CoC/UI maturity honestly.
- Keep domain state out of the website; link to MCP/Agent setup instead.
- Do not claim bundled access to commercial rulebooks or modules.
- Update the organization Profile and platform README when the platform map changes.
MIT