AI-powered meeting assistant that transcribes recordings, extracts action items, and manages team tasks effectively.
- Automated meeting transcription
- Task extraction and assignment
- Smart project management integration
- Team collaboration tools
- NextJS
- Tailwind CSS
- Antd
- Google Calendar
- OpenAI
- Deepgram
git clone https://github.com/cycle-sync-ai/floz-ai-frontend
cd floz-ai-frontend
npm install
NEXT_PUBLIC_API_URL="backend-api-url"
NEXTAUTH_URL="next-auth-url"
NEXTAUTH_SECRET="next-auth-secret"
NEXT_PUBLIC_OPENAI_URL="openai-url"
NEXT_PUBLIC_GOOGLE_CLIENT_ID="google-client-id"
NEXT_PUBLIC_GOOGLE_CLIENT_SECRET="google-client-secret"
# Development
npm run dev
# Production
npm start