X: 0, Y: 0

RAW POWER

NO COMPROMISE DEVELOPER PLATFORM

DOCS
$ curl -X POST https://api.brutalist.dev/v1/deploy \\
-H "Authorization: Bearer $API_KEY" \\
-d '{"repo": "github.com/user/app"}'
_

TRUSTED BY

GITHUB
STRIPE
VERCEL
AWS
DOCKER
K8S

FEATURES

INSTANT DEPLOY

const deploy = await fetch('/api/deploy', {
  method: 'POST',
  headers: { 'Authorization': 'Bearer ' + token },
  body: JSON.stringify({ repo: 'my-app' })
});
console.log('DEPLOYED:', await deploy.json());

SCALE FAST

// Auto-scale based on traffic
const config = {
  minInstances: 1,
  maxInstances: 100,
  targetCPU: 70
};
await brutalist.scale('my-app', config);

MONITOR ALL

// Real-time metrics
const metrics = await brutalist.metrics('my-app');
console.log('RPS:', metrics.requestsPerSecond);
console.log('ERRORS:', metrics.errorRate);
console.log('LATENCY:', metrics.p99);

PRICING

STARTER
$0
  • 1 APP
  • 100K REQUESTS
  • BASIC SUPPORT
  • COMMUNITY FORUMS
PRO
$29
  • UNLIMITED APPS
  • 10M REQUESTS
  • 24/7 SUPPORT
  • CUSTOM DOMAINS
  • ADVANCED METRICS
ENTERPRISE
$299
  • DEDICATED INFRA
  • UNLIMITED EVERYTHING
  • SLA GUARANTEE
  • CUSTOM FEATURES
  • DEDICATED SUPPORT