BEAST MODE - Neural Intelligence Development Ecosystem. AI-powered code analysis, deployment orchestration, and development intelligence.
npm install @beast-mode/coreBuilt for Vibe Coders Who Ship with Style
Code Better. Ship Faster. Have Fun.




BEAST MODE is your AI-powered co-pilot for building better code.
We're not just another dev tool. We're built for vibe coders - developers who code with passion, build with purpose, and ship with style. With 9 integrated AI systems, BEAST MODE helps you write better code, learn faster, and have more fun while doing it.
🎯 NEW: Day 2 Operations Platform - The AI Janitor that works while you sleep. Silent refactoring, architecture enforcement, and invisible CI/CD for AI-generated code.
That's the BEAST MODE VIBE. 🚀
| AI System | Purpose | Key Features |
|-----------|---------|--------------|
| Oracle AI | Architectural Intelligence | Code analysis, performance insights, security scanning |
| Code Roach | Bug Detection & Fixing | Automated bug detection, code optimization, vulnerability scanning |
| Daisy Chain | Workflow Orchestration | Task coordination, process automation, intelligent sequencing |
| Conversational AI | Natural Language Interface | Code suggestions, documentation, guided development |
| Health Monitor | System Monitoring | Real-time diagnostics, self-healing, performance tracking |
| Mission Guidance | Project Planning | Success prediction, risk assessment, timeline optimization |
| Marketplace AI | Plugin Intelligence | Smart recommendations, usage analytics, monetization |
| Quality Engine | Code Quality Analysis | Comprehensive scoring, improvement suggestions |
| Deployment Orchestrator | Multi-Platform Deployment | Automated deployments, rollback capabilities, scaling |
Freemium SaaS - Built by a solo developer for developers worldwide
Note: Core library is MIT licensed and works offline. Cloud API access requires subscription.
View Full Pricing • 30-Day Money-Back Guarantee
---
New to BEAST MODE? Start here:
- 📖 Quick Start Guide - Get running in 5 minutes
- 🎯 100-Point FTUE Guide - Complete walkthrough
- 💼 New Developer Workflow - Day-in-the-life guide
``bash`
npm install -g @beast-mode/coreor
npm install @beast-mode/core
`bashInitialize in your project (with epic animations!)
beast-mode init
$3
`javascript
import { BeastMode } from '@beast-mode/core';// Free tier: Works offline with limited features
const beastMode = new BeastMode({
oracle: { enabled: true },
codeRoach: { enabled: true },
daisyChain: { enabled: true }
});
// Paid tier: Add API key for cloud features
const beastMode = new BeastMode({
apiKey: process.env.BEAST_MODE_API_KEY, // Get from https://beastmode.dev/dashboard
janitor: {
enabled: true,
silentRefactoring: true,
architectureEnforcement: true,
overnightMode: true
}
});
await beastMode.initialize();
// Validates subscription tier and unlocks features
// Analyze code quality
const quality = await beastMode.getQualityScore();
console.log(
Quality Score: ${quality.overall}/100);// Day 2 Operations - The AI Janitor
const janitorStatus = await beastMode.janitor.getStatus();
console.log(
Issues Fixed: ${janitorStatus.issuesFixed});
console.log(PRs Created: ${janitorStatus.prsCreated});// Deploy your application
await beastMode.deployApplication({
platform: 'vercel',
environment: 'production'
});
`🤖 ML Training System
Complete ML training data pipeline with feedback collection
$3
`bash
Monitor feedback collection
npm run monitor:feedbackExtract training data
npm run test:training-extractorBuild training dataset
npm run test:training-pipelineTest feedback collector
npm run test:feedback-collector
`$3
- Training Data Extractor - Extracts from production + GitHub
- Feedback Collector - Records outcomes for predictions
- Training Pipeline - Combines, validates, and exports datasets
- Feedback Monitor - Tracks feedback rates and alerts
$3
-
docs/COMPLETE_ML_TRAINING_SYSTEM.md - Complete system overview
- docs/TRAINING_DATA_IMPLEMENTATION_GUIDE.md - Implementation guide
- docs/FEEDBACK_COLLECTION_INTEGRATION.md - Service integrationCurrent Status: 728 predictions, 2 with actual values (0.27% feedback rate)
---
📚 Documentation
$3
#### BeastMode Class
`typescript
interface BeastModeOptions {
oracle?: OracleOptions;
codeRoach?: CodeRoachOptions;
daisyChain?: DaisyChainOptions;
conversationalAI?: ConversationalAIOptions;
healthMonitor?: HealthMonitorOptions;
missionGuidance?: MissionGuidanceOptions;
marketplace?: MarketplaceOptions;
quality?: QualityOptions;
deploymentOrchestrator?: DeploymentOptions;
}class BeastMode {
constructor(options: BeastModeOptions = {});
async initialize(): Promise;
// Core methods
async analyzeQuality(path: string): Promise;
async deployApplication(config: DeploymentConfig): Promise;
// Component access
getComponent(name: string): any;
}
`$3
`javascript
const quality = await beastMode.analyzeQuality('./src');console.log(quality);
// {
// score: 87,
// issues: 12,
// improvements: 8,
// metrics: {
// complexity: 2.3,
// coverage: 85,
// maintainability: 78
// }
// }
`$3
`javascript
const ai = beastMode.getComponent('conversationalAI');const response = await ai.processQuery(
"How can I optimize this React component?"
);
console.log(response.answer);
// Intelligent suggestions and code improvements
`$3
`javascript
const deployment = await beastMode.deployApplication({
name: 'my-app',
platform: 'vercel',
strategy: 'blue-green',
environment: 'production',
source: './dist'
});console.log(
Deployment: ${deployment.deploymentId});
// Monitors deployment progress automatically
`🔧 Configuration
$3
`bash
BEAST MODE API Key (for cloud features)
BEAST_MODE_API_KEY=your_api_key_here # Get from https://beastmode.dev/dashboardAI Service Endpoints
ORACLE_API_URL=http://localhost:3006
CODE_ROACH_API_URL=http://localhost:3007
DAISY_CHAIN_API_URL=http://localhost:3008Deployment Platforms
VERCEL_API_KEY=your_vercel_api_key
RAILWAY_API_KEY=your_railway_api_key
AWS_ACCESS_KEY_ID=your_aws_key
AWS_SECRET_ACCESS_KEY=your_aws_secretDatabase (optional)
DATABASE_URL=postgresql://...
`$3
Core Library: MIT licensed - works offline with limited features
Cloud API: Requires subscription - features unlocked based on tier
Get API Key:
1. Sign up at https://beastmode.dev
2. Go to Dashboard → API Keys
3. Create new API key
4. Set
BEAST_MODE_API_KEY environment variableSubscription Tiers:
- Free: $0 - 10K calls/month, basic features
- Developer: $79/month - 100K calls, Day 2 Operations
- Team: $299/month - 500K calls, team features
- Enterprise: $799/month - 2M calls, enterprise features
See LICENSE.md for full licensing details.
$3
`javascript
const beastMode = new BeastMode({
oracle: {
enabled: true,
confidence: 0.95,
maxTokens: 4096
},
codeRoach: {
enabled: true,
aggressive: false,
autoFix: true
},
deploymentOrchestrator: {
enabled: true,
platforms: ['vercel', 'railway', 'aws'],
rollbackOnFailure: true
}
});
`🎯 Use Cases
$3
- Quality Assurance: Automated code review and quality scoring
- Deployment Automation: Zero-downtime deployments across multiple platforms
- Team Coordination: AI-powered workflow orchestration
- Security Monitoring: Real-time vulnerability detection$3
- Rapid Prototyping: AI-assisted code generation and optimization
- Scalable Deployments: Multi-platform deployment from day one
- Performance Monitoring: Real-time application health tracking
- Cost Optimization: Intelligent resource management$3
- Code Quality: Maintain high standards with automated analysis
- Documentation: AI-generated documentation and examples
- Community Management: Automated issue triage and PR reviews
- Release Management: Intelligent versioning and deployment🏆 Performance & Reliability
- ⚡ Fast API Response Times - Quality scores in seconds
- 🏥 Production Monitoring - Real-time system health tracking
- 🔄 Automated Systems - Day 2 Operations for code maintenance
- 📊 Quality Tracking - Historical data and trends
- 🚀 Scalable Architecture - Built for growth
🚀 Getting Started
$3
`bash
npm install @beast-mode/core
`$3
`bash
Clone the repository
git clone https://github.com/repairman29/BEAST-MODE.git
cd BEAST-MODESet up environment variables
cp ENVIRONMENT_SETUP.md .env.local
Edit .env.local with your API keys
Install dependencies
npm installStart development
npm run dev
`$3
`bash
Start individual AI services
npm run oracle:start # Port 3006
npm run code-roach:start # Port 3007
npm run daisy-chain:start # Port 3008Or start all services
npm run services:start
`🛡️ Open Source Business Model
BEAST MODE is proudly open source while protecting our business interests.
$3
- Trust & Transparency: Developers can audit our code
- Community Building: Contributors improve the platform
- Standards Compliance: Industry best practices
- SEO & Discovery: Public code helps marketing$3
- API Keys & Secrets: Never in code (see Environment Setup)
- Business Logic: Proprietary algorithms and optimizations
- Future Features: Advanced capabilities remain private
- Pricing Strategy: Competitive advantages protected
- Brand Assets: Trademarks and visual identity$3
While the core is MIT-licensed, commercial features and enterprise support are available. See Licensing and Pricing for details.📄 License
MIT License - see LICENSE for details.
🌟 Roadmap
- [ ] Quantum AI Integration - Advanced quantum computing algorithms
- [ ] Multi-Language Support - Python, Go, Rust integrations
- [ ] Enterprise SSO - Single sign-on and team management
- [ ] AI Marketplace - Third-party plugin ecosystem
- [ ] Mobile SDK - React Native and Flutter support
🚀 Launch & Deployment
Automated Launch Script
BEAST MODE includes a comprehensive launch script that handles:
- ✅ NPM package publishing
- ✅ Vercel project configuration
- ✅ Domain setup (beast-mode.dev)
- ✅ DNS record updates
- ✅ Launch announcements
$3
`bash
Step 1: Login to NPM
npm loginStep 2: Publish to NPM
npm publish --access publicStep 3: Complete post-launch setup
npm run launch:post-npm
`This will guide you through the entire launch process!
$3
If you prefer to do things manually:
#### 1. Publish to NPM
`bash
Login to NPM (if not already)
npm loginPublish the package
npm publish --access public
`#### 2. Update Vercel Project
`bash
Update Vercel project settings
npm run vercel:update
`Or manually in Vercel dashboard:
- Go to your
beast-mode project
- Settings → Git → Change repository to repairman29/BEAST-MODE
- Settings → Build & Development → Root Directory: website#### 3. Configure Domain
In Vercel project settings:
- Settings → Domains → Add
beast-mode.dev
- Copy the DNS records provided#### 4. Update DNS Records
`bash
Update Porkbun DNS automatically
npm run dns:update
`Or manually in Porkbun:
Add CNAME records:
- Host:
@, Answer: cname.vercel-dns.com
- Host: www, Answer: cname.vercel-dns.com$3
Copy
env.example to .env and fill in your API keys:`bash
cp env.example .env
Edit .env with your credentials
`Required for launch:
-
VERCEL_TOKEN - Get from https://vercel.com/account/tokens
- PORKBUN_API_KEY & PORKBUN_SECRET_KEY - From Porkbun account$3
BEAST MODE includes CLI tools for API management:
`bash
Vercel project management
npm run vercel:updateDNS record management
npm run dns:updateCheck DNS records
node scripts/porkbun-api.js records beast-mode.dev
``- Documentation: docs.beastmode.dev
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Email: support@beastmode.dev
Built with ❤️ using cutting-edge AI and machine learning technologies.
---
BEAST MODE: Where AI meets Development. Transform your workflow with intelligent automation. 🧠⚡🚀