Initial commit: AI-driven visual novel scaffold

- Monorepo (pnpm workspace): apps/web + packages/{types,ai-client,engine}
- Next.js 16 web app with three-stage AI orchestration
- Three independently configurable providers: text LLM, image generator, vision model
- Warm minimalist editorial UI design
- One-click Vercel deploy ready

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
yuanzonghao
2026-05-09 13:29:58 +08:00
commit cbd95bbea2
45 changed files with 1855 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
node_modules
.pnpm-store
.next
dist
build
out
*.tsbuildinfo
.env
.env.local
.env.*.local
.vercel
.turbo
.DS_Store
*.log
npm-debug.log*
pnpm-debug.log*
repomix-output.xml