GoPlan AI is an intelligent project planning agent built for the Code Without Barriers Hackathon 2026. It helps users automatically break down complex project ideas into actionable technical tasks using AI.
- AI-Powered Planning: Uses Groq Cloud (Llama 3) to generate task lists from simple descriptions.
- Smart Task Breakdown: Automatically assigns priorities and estimated durations.
- Persistent Storage: Saves all projects and tasks securely in MongoDB.
- Clean Architecture: Built with Golang for high performance and scalability.
- Language: Golang (Gin Gonic Framework)
- Database: MongoDB
- AI Engine: Groq API (Llama 3-70B model)
- DevOps: Go-Dotenv for environment management
- Go 1.20+
- MongoDB instance
- Groq API Key
- Clone the repository:
git clone [https://github.com/tristaamnee/GoPlanAI.git](https://github.com/tristaamnee/GoPlanAI.git)