CONNECTIVITY-AS-CODE · AUTONOMOUS VALIDATION

Validate your multiplayer backend
before it ships.

Aevs spins up an isolated sandbox from every pull request, runs your validation plan against it, and tears it down on merge — so integration bugs don't reach players.

request access →how it works
aevs.plan.ts
export default {
  id: 'matchmaking-smoke',
  steps: [
    { type: 'http', method: 'POST', path: '/v1/match/queue',
      body: { playerId: 'p1', mode: '4v4' } },

    { type: 'wait', condition: 'match.status === "active"',
      timeout: 10_000 },

    { type: 'http', method: 'GET', path: '/v1/match/active',
      assert: { players: { length: 8 } } },
  ],
}

staging costs explode

One shared staging environment means blocked engineers, polluted state between branches, and a monthly bill that scales with headcount.

QA can't keep up

Manual backend testing can't match the pace of concurrent feature branches. Edge cases — race conditions, session conflicts, region failovers — slip through.

production is your sandbox

Integration bugs surface live because there's no per-PR isolation before merge. A hotfix cycle costs more than a month of Aevs.

how it works

01

connect your repo

Install the Aevs GitHub App. One webhook wires your repository — no infra changes.

02

sandbox per PR

On every PR open, Aevs provisions a clean, isolated environment running your game server stack. Provisioned in < 60s. Torn down on merge or close.

03

validate, then merge

Your Plans-Based Validation suite runs automatically. The PR receives a green status check when every step passes. Failed plans block merge.

built for production game studios

Plans-Based Validation

Declarative request / wait / assert DSL. Write once, run on every PR. SDK available for TypeScript and C# (Unity / Unreal).

Ephemeral sandboxes

Isolated per branch. No shared state. Wildcard DNS routing per sandbox (*.sandbox.aevs.app). Sleep hibernation at $150/mo.

Privacy by design

PII gateway redacts emails, payment cards, and device IDs from telemetry. GDPR and COPPA consent management included.

Audit trail

Every mutation logged with actor + org + timestamp. Dashboard compliance view. SOC 2 Type 2 in progress.

pricing

Sleep

$150/mo

  • · 3 concurrent sandboxes
  • · Sandbox hibernation
  • · Restore in < 60s
  • · Community support

Growth

most popular

$1,799/mo

  • · 20 concurrent sandboxes
  • · Unlimited validation runs
  • · Webhook integrations
  • · Priority support
  • · Audit log

Enterprise

Custom

  • · Dedicated infra
  • · SLA guarantee
  • · SSO / SAML
  • · SOC 2 Type 2 report
  • · Design partner roadmap

READY TO VALIDATE BEFORE YOU SHIP?

Stop discovering bugs in production.

request access →

Early-access pricing · Direct line to the team