Skip to content

jeffreymnfgroups/agentconnect

Repository files navigation

⚡ AgentConnect

AI-Powered Startup Intelligence Platform

Your autonomous AI workforce that scouts markets, validates ideas, and builds your launch package — in minutes, not months.

Next.js 16 React 19 Gemini AI TailwindCSS 4


🚀 The Problem

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.

💡 The Solution

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

✨ Key Features

  • 🧠 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 PaletteCtrl+K for instant navigation
  • 💬 Agent Chat — Gemini-powered conversational AI with project context
  • 📥 Report Exports — Download market reports, pitch decks, and MVP blueprints

🛠️ Tech Stack

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

📦 Getting Started

Prerequisites

  • Node.js 18+
  • npm or yarn
  • Google Gemini API Key (Get one here)

Installation

# 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 dev

Demo Credentials

Email:    demo@agentconnect.ai
Password: password123

🏗️ Architecture

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

🎬 Demo Flow

  1. Landing Page → Explore the premium marketing site
  2. Sign In → Use demo credentials
  3. Dashboard → View project stats, agent status, market data
  4. New Project → Generate an AI-powered startup report
  5. Report Detail → Browse SWOT, personas, pitch deck, MVP blueprint
  6. Investors → Match with VCs and send pitches
  7. Agent Chat → Ask AI for strategy insights

👥 Team

Built for the Hackathon by the AgentConnect team.

📄 License

MIT License — see LICENSE for details.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages