feat: LiveServer-M1 v1 — educational video conferencing platform #1

Merged
joylessorchid merged 1 commits from master into main 2026-03-22 14:02:49 +03:00

Full MVP implementation:

  • Next.js 16 + React 19 + TypeScript + Tailwind CSS v4
  • LiveKit integration (rooms, tokens, webhooks, moderation)
  • better-auth (email/password, sessions, roles)
  • Prisma 7 + PostgreSQL (9 models, 3 enums)
  • 15 API routes (auth, rooms, lobby, chat, files, moderation, hand-raise)
  • 7 pages (landing, auth, dashboard, join, video room)
  • SSE-based waiting room with host approval flow
  • Security: PIN rate limiting, session fingerprint bans, chat/files auth
  • Python AI Agent (Deepgram STT + OpenAI summarization)
  • Docker Compose (local + production with Traefik + Let's Encrypt)
  • Interactive setup script (setup.sh)
  • Dev protection middleware (DEV_ACCESS_KEY, ALLOWED_IPS)

Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

Full MVP implementation: - Next.js 16 + React 19 + TypeScript + Tailwind CSS v4 - LiveKit integration (rooms, tokens, webhooks, moderation) - better-auth (email/password, sessions, roles) - Prisma 7 + PostgreSQL (9 models, 3 enums) - 15 API routes (auth, rooms, lobby, chat, files, moderation, hand-raise) - 7 pages (landing, auth, dashboard, join, video room) - SSE-based waiting room with host approval flow - Security: PIN rate limiting, session fingerprint bans, chat/files auth - Python AI Agent (Deepgram STT + OpenAI summarization) - Docker Compose (local + production with Traefik + Let's Encrypt) - Interactive setup script (setup.sh) - Dev protection middleware (DEV_ACCESS_KEY, ALLOWED_IPS) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
joylessorchid added 1 commit 2026-03-22 14:02:39 +03:00
Full MVP implementation:
- Next.js 16 + React 19 + TypeScript + Tailwind CSS v4
- LiveKit integration (rooms, tokens, webhooks, moderation)
- better-auth (email/password, sessions, roles)
- Prisma 7 + PostgreSQL (9 models, 3 enums)
- 15 API routes (auth, rooms, lobby, chat, files, moderation, hand-raise)
- 7 pages (landing, auth, dashboard, join, video room)
- SSE-based waiting room with host approval flow
- Security: PIN rate limiting, session fingerprint bans, chat/files auth
- Python AI Agent (Deepgram STT + OpenAI summarization)
- Docker Compose (local + production with Traefik + Let's Encrypt)
- Interactive setup script (setup.sh)
- Dev protection middleware (DEV_ACCESS_KEY, ALLOWED_IPS)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
joylessorchid merged commit 3e50c57ee0 into main 2026-03-22 14:02:49 +03:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: joylessorchid/LiveServer-M1#1