Your autonomous AI workforce that scouts markets, validates ideas, and builds your launch package — in minutes, not months.
Validating a startup idea takes weeks of manual research — competitor analysis, market sizing, pitch deck creation, and MVP planning. Most founders skip these steps, leading to a 90% failure rate.
AgentConnect deploys a team of 5 specialized AI agents that automate the entire validation pipeline:
| Agent | Role | Output |
|---|---|---|
| 🔍 Scout | Market intelligence & demand sensing | Competitor analysis, trend signals |
| 🗺️ Atlas | Global demand mapping | Regional opportunity heatmaps |
| 🔧 Forge | Technical architecture & MVP scaffolding | Code templates, tech stack recommendations |
| 📊 Deck | Pitch deck generation | Investor-ready slide decks |
| 🤝 Connect | VC matching & outreach | Investor compatibility scoring |
- 🧠 AI-Powered Analysis — Gemini-driven market research and SWOT generation
- 📈 Founder Studio Dashboard — Real-time agent status, market sizing graphs, roadmap tracking
- 🎯 Investor Matching — AI-scored VC compatibility with one-click pitch sending
- 🌗 Dark/Light Mode — Premium aesthetic with theme switching
- 🔒 Secure Authentication — Protected routes with session management
- ⌨️ Command Palette —
Ctrl+Kfor instant navigation - 💬 Agent Chat — Gemini-powered conversational AI with project context
- 📥 Report Exports — Download market reports, pitch decks, and MVP blueprints
| Layer | Technology |
|---|---|
| Framework | Next.js 16 (App Router) |
| Language | TypeScript |
| Styling | TailwindCSS 4 |
| AI | Google Gemini API |
| Animation | Framer Motion |
| Charts | Recharts |
| UI Primitives | Radix UI |
| Theming | next-themes |
| Notifications | Sonner |
- Node.js 18+
- npm or yarn
- Google Gemini API Key (Get one here)
# Clone the repository
git clone https://github.com/your-username/agentconnect.git
cd agentconnect
# Install dependencies
npm install
# Set up environment variables
cp .env.example .env.local
# Add your Gemini API key to .env.local:
# NEXT_PUBLIC_GEMINI_API_KEY=your_key_here
# Start the development server
npm run devEmail: demo@agentconnect.ai
Password: password123
src/
├── app/ # Next.js App Router pages
│ ├── (auth)/ # Authentication (sign-in, sign-up, forgot-password)
│ ├── (marketing)/ # Landing page & marketing pages
│ ├── dashboard/ # Founder Studio
│ ├── reports/ # Report library & detail views
│ ├── investors/ # VC matching engine
│ ├── workspace/ # Asset management
│ ├── settings/ # Account settings
│ └── onboarding/ # Multi-step AI report generation
├── components/
│ ├── dashboard/ # Founder Studio, Agent Chat, Command Palette
│ ├── global/ # Layout, AuthGuard, ThemeToggle, Providers
│ └── marketing/ # Landing page sections
├── context/ # AppContext (global state management)
├── lib/ # Gemini API utilities
├── constants/ # Routes, links, typography
└── styles/ # Global CSS with dark/light themes
- Landing Page → Explore the premium marketing site
- Sign In → Use demo credentials
- Dashboard → View project stats, agent status, market data
- New Project → Generate an AI-powered startup report
- Report Detail → Browse SWOT, personas, pitch deck, MVP blueprint
- Investors → Match with VCs and send pitches
- Agent Chat → Ask AI for strategy insights
Built for the Hackathon by the AgentConnect team.
MIT License — see LICENSE for details.