Kodori
AI-native document management, by KumoKodo. Phase 0 foundation.
Foundation status
- ✓ Monorepo (Turborepo + pnpm workspaces)
- ✓ Next.js 15.5 app skeleton
- ✓ Neon Postgres with 8 tables + 7 enums migrated
- ✓ Auth.js v5 with Google + Microsoft SSO
- ✓ Shared packages: core, db, events, agent, mcp
- ◦ MCP tool surface: createDocument live; searchKeyword + listCollection pending
- ◦ Blob storage: not wired
- ◦ Agent runtime: provider + stub loop; not yet connected to a UI
Next
- Sync Auth.js users into the tenants/users tables on first sign-in.
- Add S3/R2 bucket; ingest first blob by content hash.
- Build the upload Server Action that calls
createDocument. - Implement
searchKeywordandlistCollection. - Bind
runAgentto a Server Action and stream into the canvas UI.