#I'm not technical, this is my first GitHub and my first solo hacking.
Coach Clone AI is a platform for coaches to create and deploy AI clones that provide 24/7 personalized support, accountability tracking, and knowledge sharing to help clients grow at scale.
This repo tracks progress for our ETHGlobal hackathon project.
- AI agents deployable via Telegram/Web
- Coach data onboarding via Telegram DMs
- Support for crypto & fiat payments
- DeFi integration for revenue/yield flows
- Public good funding revenue split system
- π§ AI framework: Artificial Superintelligence Alliance (Flockx)
- π¬ Integrations: Telegram, Sheets
- π³ Payments: Circle, Katana, Flare
- π§Ύ Onchain Accounting: Hedera, Katana
- π Frontend: V0.dev
# Install dependencies
npm install
# Create env file
cp .env.example .env
# Start development server
npm run dev