init: project scaffold

This commit is contained in:
2026-04-13 18:28:59 +08:00
commit b990abdb3b
3 changed files with 56 additions and 0 deletions

26
.project.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "MeetNote 会议转写总结",
"description": "私有部署的会议录音上传+转写+AI总结 PWA支持中英混说长音频云端 Groq Whisper + Poe Claude 处理",
"status": "active",
"created": "2026-04-13",
"ports": [
{
"port": 4490,
"label": "frontend",
"fixed": true
},
{
"port": 4491,
"label": "api",
"fixed": true
}
],
"stack": [
"Next.js 15",
"FastAPI",
"PostgreSQL",
"MinIO",
"Groq Whisper",
"Claude"
]
}