Flex AI is a modern fitness platform powered by advanced AI technology. It provides personalized workout routines and diet plans tailored to individual goals, fitness levels, and dietary restrictions. Users can interact with an AI assistant through voice conversations to generate customized fitness programs.
- AI-Powered Fitness Plans: Generate personalized workout and diet plans using AI.
- Voice Interaction: Talk to the AI assistant to create your fitness program.
- User Profiles: Manage and view your fitness plans in your profile.
- Dynamic UI: A sleek, cyberpunk-inspired user interface.
- Secure Authentication: Powered by Clerk for user authentication.
- Frontend: Next.js, React, Tailwind CSS
- Backend: Convex for serverless database and API
- AI Integration: Google Generative AI and VAPI for voice interaction
- Authentication: Clerk for user management and authentication
- Node.js (v18 or higher)
- npm, yarn, or pnpm package manager
-
Clone the repository:
git clone https://github.com/your-username/flex-ai.git cd flex-ai
-
Install dependencies:
npm install # or yarn install # or pnpm install
-
Run the development server:
npm run dev # or yarn dev # or pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.