Building the future of AI-assisted collaboration between businesses and student innovators.
ProjectHive is an AI-powered autonomous multi-agent platform that bridges the gap between small businesses and student developers.
A business owner simply describes their idea in natural language. ProjectHive automatically converts it into a structured project plan, recommends the ideal technology stack, matches the most suitable student team, monitors project progress, and adapts to changing requirements through intelligent AI agents.
Our goal is to help small businesses adopt digital solutions while giving students valuable real-world project experience.
Small businesses and non-profits often struggle to adopt digital tools such as e-commerce platforms, basic cybersecurity, and online business solutions because they lack technical expertise.
At the same time, Computer Science and IT students need real-world projects to build their portfolios and gain practical experience.
ProjectHive automates this entire process using an intelligent multi-agent system.
ProjectHive acts as an AI consultancy that transforms simple business ideas into complete software projects.
Instead of manually coordinating between businesses, students, and university coordinators, ProjectHive autonomously:
- Understands business requirements
- Generates a structured project plan
- Recommends an appropriate technology stack
- Matches the most suitable student team
- Tracks project progress
- Handles requirement changes automatically
Converts business requirements written in plain English into a detailed Product Requirements Document (PRD).
Example:
Input:
"I want customers to order cakes online."
Output:
- Functional Requirements
- Non-functional Requirements
- User Stories
- Project Deliverables
- Feature List
Designs the technical solution by recommending:
- Frontend Framework
- Backend Technology
- Database
- APIs
- Authentication
- Third-party Integrations
Reviews the generated project before assignment.
Checks for:
- Missing requirements
- Timeline feasibility
- Scope completeness
- Missing user roles
- Project consistency
Also generates a Project Readiness Score.
Matches students based on:
- Skills
- GitHub Profiles
- Technologies
- Interests
- Availability
Continuously monitors project progress.
Tracks:
- Milestones
- Deadlines
- Weekly Updates
- Team Progress
Handles unexpected changes such as:
- Client requirement updates
- Delayed milestones
- Scope changes
- Timeline adjustments
Automatically proposes revised plans for approval.
Business Owner
│
▼
Requirements Engineer Agent
│
▼
Solution Architect Agent
│
▼
Quality Review Agent
│
▼
Talent Scout Agent
│
▼
Project Pulse Agent
│
▼
Conflict Resolution Agent
- Next.js
- React
- Tailwind CSS
- FastAPI / Node.js
- Google Gemini API
- Google Agent Development Kit (ADK)
- PostgreSQL
- pgvector
- Google Cloud
- Vertex AI
- Cloud Run
- BigQuery (optional)
project-hive/
│
├── frontend/
│
├── backend/
│
├── prompts/
│
├── docs/
│
├── assets/
│
└── README.md
git clone <repository-url>git checkout -b arisha/frontendgit checkout -b sneha/backendgit checkout -b shubha/ai-agentsgit checkout -b shreya/systemgit add .
git commit -m "Describe your changes"git push origin <branch-name>Example:
git push origin arisha/frontendDo NOT push directly to the main branch.
Create a Pull Request and wait for it to be reviewed before merging.
- Git coordinator
- Frontend lead
- Product integration
- Final demo
- Merge everyone's work
- Backend APIs
- Database
- Matching Logic
- Data Models
- AI agents
- System architecture
- Gemini integration
- ADK workflow
- Prompt engineering
- Test datasets
- Documentation
- QA testing
- UI support
- Always work on your own branch.
- Commit frequently.
- Pull the latest changes before starting new work.
- Keep commits small and meaningful.
- Open Pull Requests instead of pushing to
main. - Test your changes before requesting a merge.
By the end of the hackathon, ProjectHive should be able to:
- Accept a business idea in natural language.
- Generate a structured PRD.
- Recommend a technology stack.
- Match the most suitable student team.
- Create a project timeline.
- Handle project changes autonomously.
- Arisha — Frontend Developer & Git Coordinator
- Sneha — Backend Developer
- Shubha — AI Engineer
- Shreya — AI Engineer & System Architect
Built with ❤️ for the Google Gen AI Academy APAC Hackathon 2026.