A cute AI chat assistant as a Farcaster Mini App~ ✨
Chat with Misa, a friendly AI girl who loves anime, cute things, and the Farcaster community!
- 💕 Cute AI personality based on @xqc's style
- 🎀 Animated avatar with lip sync
- ✨ Cyberpunk terminal UI
- 📱 Farcaster Mini App compatible
- 🔥 Powered by Gemini AI
- Node.js 22+
- Python 3.10+ (for backend server)
- Gemini API Key
npm install- Start the backend server (from avatar-ui/server):
cd ../avatar-ui/server
.venv\Scripts\activate
python -m uvicorn main:app --reload- Start the frontend:
npm run devOr run both together:
npm run dev:allnpm run build- Deploy to Vercel or similar hosting
- Update URLs in:
src/index.html(fc:miniapp meta tag)public/.well-known/farcaster.json
- Sign the manifest at: https://farcaster.xyz/~/developers/mini-apps/manifest
- Update
farcaster.jsonwith signed accountAssociation
MIT