You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AI-powered, enterprise-grade marketing and business management SaaS platform.
Built with Next.js 14, React 18, TypeScript, Supabase, PostgreSQL, and OpenAI — designed for agencies, startups, and growing businesses that need CRM, SEO, AI content, analytics, and marketing automation in one unified dashboard.
Screenshots
Dashboard & Analytics
Dashboard
Analytics
AI & Content Studio
AI Content Studio
Reports & Intelligence
Social Media & Search
Social Media
Search Console
CRM & Business
Team Management
Invoices & Billing
Integrations & Administration
Integrations
Security
Developer Portal
WordPress Manager
Shopify
Help Center
Login
Core Modules
Module
Description
Data Status
Dashboard
KPI overview, quick actions, AI assistant
Mixed (real user, mock metrics)
CRM
Leads, pipeline, tasks, deals
✅ Real Supabase data
Clients
Client management, contacts, notes
✅ Real Supabase data
Campaigns / Ads
Campaign management, audiences, A/B testing
✅ Real Supabase data
SEO
Keywords, audit, backlinks, competitors
✅ Real Supabase data
AI Studio
Content generation, prompts, templates, workflows
UI complete (requires OpenAI key)
Analytics
Traffic, funnels, realtime
UI complete (requires Google Analytics)
Search Console
Queries, coverage, vitals
UI complete (requires GSC credentials)
Social Media
Post scheduling, calendar, inbox
UI complete (mock data)
Commerce
Products, orders, customers
UI complete (mock / Shopify API)
Email
Campaigns, automation, templates
UI complete (mock data)
Reports
Executive, scheduled, custom
UI complete (mock data)
Billing
Subscriptions, invoices, Stripe
UI complete (requires Stripe keys)
WordPress
Sites, plugins, backups
UI complete (requires WP REST API)
Team
Members, roles, audit log
UI complete (mock data)
Admin
User management, feature flags, system health
UI complete (mock data)
Integrations
Marketplace, API keys, webhooks
UI complete (mock data)
Developer
API explorer, SDK docs, rate limits
UI complete
Monitoring
Error tracking, queues, API health
UI complete (mock data)
Notifications
In-app, email preferences
UI complete (mock data)
Technology Stack
Frontend
Next.js 14 — App Router, Server Components, Server Actions
# Clone
git clone https://github.com/sivaprakashtech/GrowthPilot-AI.git
cd GrowthPilot-AI
# Install dependencies
pnpm install
# Set up environment
cp apps/web/.env.example apps/web/.env.local
# Edit .env.local with your Supabase credentials# Run development servercd apps/web
pnpm dev
# Opens at http://localhost:3000# Run tests
pnpm exec playwright test