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
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
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