Files
xiaoxia-saas/apps/web/README.md
T
Xiaoxia AI b5a62ee9a3 feat: initial SaaS scaffold
- domain: User, Workspace, Project, AssetLibrary, Asset, IngestJob
- ports: repository interfaces
- application: use cases
- adapters: in-memory
- API: FastAPI 5 routes
- worker: Celery ingest_asset
- tests: 4 passing
2026-06-15 15:17:40 +08:00

15 lines
230 B
Markdown

# xiaoxia-saas Web
Next.js frontend app placeholder.
## Planned stack
- Next.js
- TypeScript
- Tailwind CSS
- shadcn/ui
## Current status
Scaffold phase only. Runtime initialization will be added after final stack bootstrap.