A native, hyper-optimized AI chatbot interface designed for the Monad ecosystem.
π’ Live Demo: https://agent-mon.vercel.app/
- Monad UI/UX: Deep dark mode with Monad Purple accents, custom scrollbars, and glitch animations.
- Local History: Chat history is saved in the browser's
localStoragefor persistent sessions. - Hybrid Brain: Responds instantly to hardcoded Monad-specific keywords (founders, lore, tech specs, 10k TPS), and falls back to an AI API for broader or conversational queries.
- Modularized Code: Clean separation of HTML, CSS, and JS for easy feature expansion and maintenance.
To run this project locally on your machine:
- Clone this repository:
git clone [https://github.com/YOUR_GITHUB_USERNAME/YOUR_REPO_NAME.git](https://github.com/YOUR_GITHUB_USERNAME/YOUR_REPO_NAME.git)