MicroMind is a minimalist, mobile-first AI agent suite built for the Celo MiniPay ecosystem. It provides high-speed, on-chain tools for creators and developers, including AI Chat, Resume Generation, Tweet Crafting, and Bio Optimization.
- MiniPay Optimized: Silent auto-detection and seamless payments.
- On-Chain Payments: Pay-per-prompt using cUSD on Celo Mainnet.
- AI Agent Suite: Powered by Llama-3.3-70b (via Groq) for high-fidelity responses.
- Non-Custodial: Full control of your assets via MetaMask or MiniPay.
- Frontend: Next.js 15+, Tailwind CSS 4, Framer Motion.
- Smart Contracts: Solidity, Hardhat, Viem.
- Backend: Node.js, Express, Groq SDK, Upstash Redis.
- Network: Celo Mainnet / Alfajores Testnet.
- Node.js 18+
- Foundry (for wallet generation)
Create .env.local in root and .env in agent/ and contracts/ following the .env.example files provided in each directory.
npm install
cd agent && npm install
cd ../contracts && npm installnpm run dev:all- Celo Mainnet:
[MAINNET_ADDRESS_HERE] - Alfajores Testnet:
[TESTNET_ADDRESS_HERE]
- 8004 Agent ID:
[AGENT_8004_ID_HERE] - Self Agent ID:
[SELF_AGENT_ID_HERE]
Built for the Celo Proof of Ship competition. Deadline: May 25, 2025.