Official Disruptors AI plugin marketplace for Claude Code MCP servers and development tools
npx claudepluginhub TechIntegrationLabs/disruptors-ai-marketing-hubComplete MCP server suite for Disruptors AI development: 22 pre-configured servers for development, AI services, cloud platforms, and automation
Production-ready workflow orchestration with 75 focused plugins, 182 specialized agents, and 147 skills - optimized for granular installation and minimal token usage
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
A comprehensive AI-powered marketing platform built with React, Vite, and Supabase, featuring advanced GSAP animations, 3D Spline integrations, and cutting-edge AI automation tools.
disruptors-ai-marketing-hub/
โโโ src/
โ โโโ components/ # React components
โ โ โโโ shared/ # Reusable components
โ โ โโโ home/ # Homepage components
โ โ โโโ examples/ # Example implementations
โ โโโ pages/ # Page components
โ โโโ lib/ # Utility libraries
โ โโโ hooks/ # Custom React hooks
โ โโโ utils/ # Helper functions
โโโ public/ # Static assets
โโโ tests/ # Test files
โ โโโ unit/ # Unit tests
โ โโโ integration/ # Integration tests
โ โโโ e2e/ # End-to-end tests
โโโ scripts/ # Build and utility scripts
โโโ docs/ # Documentation
โโโ supabase/ # Database migrations
โโโ schema.sql # Authoritative database schema
Clone the repository
git clone https://github.com/TechIntegrationLabs/disruptors-ai-marketing-hub.git
cd disruptors-ai-marketing-hub
Install dependencies
npm install
Environment Setup
cp .env.example .env.local
# Edit .env.local with your API keys
Database Setup
# Apply the database schema
npx supabase db push
Start Development Server
npm run dev
npm run dev - Start development servernpm run build - Build for productionnpm run preview - Preview production buildnpm run lint - Run ESLintnpm run generate:service-images - Generate AI service imagesnpm run test:image-apis - Test image generation APIsnpm run validate:image-apis - Validate API configurationsnpm run mcp:start - Start MCP serversnpm run mcp:status - Check MCP server statusnpm run mcp:health - Run health checksnpm run mcp:optimize - Optimize MCP performancenpm run db:setup - Initialize databasenpm run migrate - Run database migrations