- Add Next.js app structure with base configs, linting, and formatting
- Implement LiveKit Meet page, types, and utility functions
- Add Docker, Compose, and deployment scripts for backend and token server
- Provide E2E and smoke test scaffolding with Puppeteer and Playwright helpers
- Include CSS modules and global styles for UI
- Add postMessage and studio integration utilities
- Update package.json with dependencies and scripts for development and testing
refactor: remove unnecessary React import in AuthButton component due to new JSX transform
refactor: simplify imports in LanguageSelector component
fix: remove unused AuthResponse type import in useAuth hook
fix: access Vite environment variables in a type-safe manner in api utility