Capstone Main Governance Repository
- Web App:
https://dasiasentinel.xyz - Documentation:
https://dwaytu.github.io/Capstone-Main/ - Latest Release:
https://github.com/dwaytu/Capstone-Main/releases/latest
This is the root governance and release repository for SENTINEL.
It coordinates product documentation, multi-platform release flows, capstone-readiness evidence, and workspace-level orchestration.
Capstone Main/
DasiaAIO-Frontend/ React + TypeScript + Vite
DasiaAIO-Backend/ Rust + Axum + PostgreSQL
apps/desktop-tauri/ Desktop wrapper (Tauri)
apps/android-capacitor/ Android wrapper (Capacitor)
docs/ GitHub Pages and technical docs
Screenshots below were refreshed from the current local build in dark mode on May 3, 2026.
| Superadmin Desktop | Admin Desktop |
![]() |
![]() |
| Supervisor Desktop | Guard Desktop |
![]() |
![]() |
| Superadmin Mobile | Admin Mobile |
![]() |
![]() |
| Supervisor Mobile | Guard Mobile |
![]() |
![]() |
- Frontend: React 18, TypeScript, Vite, Tailwind CSS
- Backend: Rust, Axum, SQLx, PostgreSQL
- Test: Jest, Playwright, Cargo test
- Runtime Targets: Web, Desktop (Tauri), Android (Capacitor)
- Delivery: GitHub Actions, GitHub Pages, Railway
- Node.js 20+
- npm 10+
- Rust stable
- PostgreSQL 14+
npm install
npm install --prefix DasiaAIO-Frontendnpm run dev --prefix DasiaAIO-Frontendcd DasiaAIO-Backend
cargo run --bin servernpm run build:web
npm run build:desktop
npm run build:androidnpm run verify:all
npm run verify:capstone:quick
npm run verify:capstone:full- Railway production deployment is managed per-service in Railway.
- Root CI handles docs deployment and governed release pipeline.
- Pages workflow:
.github/workflows/deploy-docs.yml - Release workflow:
.github/workflows/release.yml
- Product and architecture docs:
docs/ - Workspace navigation:
docs/WORKSPACE_NAVIGATION.md - Railway runbook:
docs/RAILWAY_AUTODEPLOY.md - Capstone readiness pack:
docs/plan/capstone-readiness-20260502/ - Project memory for Codex sessions:
PROJECT_MEMORY.md
UNLICENSED (internal academic and organizational use).







