GameFlow

Server Hosting
Matchmaking
Skill Rating
Get Started

Trusted by industry leaders and innovators

AugeBear SneezeTaloGentlemanwithinfriendAWS StartupsVortrius
AugeBear SneezeTaloGentlemanwithinfriendAWS StartupsVortrius

Key Features

Everything you need to build and scale multiplayer games with confidence

Game Server Hosting

Deploy and scale your game servers globally with just a few clicks. Automatic ping based server selection and DDoS protection.

Deploy a game server in minutes

Matchmaking

Create balanced and engaging multiplayer experiences for any competitive game with our sophisticated matchmaking interface.

Advanced Visual Rule Engine

Skill Rating Models

Implement fair and accurate skill rating systems without the need for a Data Scientist. Keep your players engaged and competing at the right level.

Build and Deploy AI Powered Models

A Powerful Platform

at Your Fingertips

Built for Game Developers, by Game Developers. Experience the future of multiplayer infrastructure.

User Friendly Dashboard

Get an immediate view of your game's performance and player activity with our intuitive dashboard.

Real-time player statistics
Server health monitoring
Matchmaking insights

Advanced Analytics

Make data-driven decisions with our comprehensive analytics suite.

Skill distribution analysis
Server utilization reports
GameFlow Dashboard

Developer Focused

Simple, powerful SDKs and APIs that get you up and running in no time

Dead Simple Matchmaking API

Connect players with skill-based matchmaking that considers rating, region, and wait time. GameFlow ensures balanced matches and keeps queue times low.

  • Skill-based player matching
  • Regional server selection
  • Real-time match updates
PYTHON
response = requests.post(
    "api.gameflow.gg/games/game-id/matchmaking",
    headers={
        "X-Api-Key": "secretkey",
    },
    json={
        "player_id": "9504b4ae-cd6d-40ae-9f2b-b1ab595fb79c",
        "region": "us-east",
        "skill": 1520,
    },
)

match = response.json()

print(f"Match found! {match['ip']}:{match['port']}")
# Match found! 52.201.45.123:7777

Deploy Servers Anywhere, Instantly

Spin up dedicated game servers on-demand across multiple regions with automatic scaling out of the box.

  • Single API call
  • Global server network
JS/TS
const response = await fetch(
  `api.gameflow.gg/games/game-id/servers`,
  {
    method: "POST",
    headers: {
      "X-Api-Key": "secretkey",
    },
    body: { region: "us-east" },
  }
);

const server = await response.json();

console.log(`Server ready! ${server.address}:${server.port}`);
// Server ready! 34.240.18.92:7777
curl -fsSL https://install.gameflow.gg | sh

GameFlow CLI

Install the CLI and manage your servers, matchmaking, and deployments straight from your terminal.

  • One-line install
  • macOS, Linux & Windows

Supporters of the Stop Killing Games Initiative

Deploy servers that still run when you're gone.

  • GameFlow is also built for self-hosting, community servers, and game preservation
Stop Killing Games Initiative

Modern Infrastructure
Designed for Today’s Games

Be among the first to experience GameFlow, rethink the way you deploy game servers and match players.