HackMate AI is an advanced, high-performance collaboration platform designed to accelerate hackathon success. By leveraging Artificial Intelligence, it transforms raw ideas into structured execution plans, generates actionable tasks, and provides real-time mentorship, enabling teams to build faster and smarter.
This project is built, maintained, and exclusively owned by:
- Lokesh Khairnar - GitHub Profile
- Kanhaiya Bagul - GitHub Profile
- Vishal Raut - GitHub Profile
⚠️ RESTRICTED ACCESS NOTICE This software is Proprietary. Unauthorised use, modification, duplication, or distribution of this code without the explicit written permission of the authors listed above is strictly prohibited.
- Idea Transformation: Converts simple text prompts into comprehensive project roadmaps.
- Smart Task Generation: Automatically breaks down features into technical tasks with estimated timelines.
- AI Mentor: 24/7 dedicated AI assistant for debugging and architectural guidance.
- High Performance: Sub-second load times with a 60% optimized bundle size (850KB).
- Real-time Collaboration: Instant updates across all team members powered by Firebase.
- Offline-First: Robust caching strategy ensures functionality even with poor connectivity.
- Authentication: Secure, encrypted user sessions.
- Data Privacy: Role-based access control (RBAC) for project data.
| Component | Technology | Rationale |
|---|---|---|
| Core | Next.js 14 (App Router) | Server-side rendering & SEO |
| Styling | Tailwind CSS + ShadCN UI | Rapid, beautiful UI development |
| Database | Firebase Firestore | Real-time NoSQL data syncing |
| AI Engine | OpenRouter (Gemini) | High-throughput LLM processing |
| State | React Query | Server state management & caching |
- Node.js 18+
- npm or pnpm
-
Clone the repository (Requires Permissions)
git clone https://github.com/VishalRaut2106/HackMate_AI.git cd hackmate-ai -
Install Dependencies
npm install # or pnpm install -
Environment Configuration Create a
.env.localfile with your credentials:NEXT_PUBLIC_FIREBASE_API_KEY=your_key OPENROUTER_API_KEY=your_key
-
Run Development Server
npm run dev
We take performance seriously. Recent benchmarks show:
- Lighthouse Score: 98/100 (Performance)
- First Contentful Paint (FCP): 0.8s
- Time to Interactive (TTI): 1.2s
© 2026 Vishal Raut, Lokesh Khairnar, Kanhaiya Bagul. All Rights Reserved.
This project is restricted. Please see the LICENSE file for more details. No external use allowed without permission.