Setting Up Your First Project
Welcome aboard! 🚀 This guide will walk you through creating your first project on DynamicPixels, connecting your game, and making your first API call, in just a few minutes.
Create a DynamicPixels Account
Go to DynamicPixels Dashboard
Fill out the SignUp form and confirm your email account.
Once you're in, click “New Project” from the header and give it a name (e.g.
MyGame
) and category.

DynamicPixels supports two backend types based on your use case:
Shared Backend: In this mode, all games requests will handled by a shared server, It helps developers reduce costs when they develop new games or when they have low demand.
Standalone Backend: This server type creates a new instance of server for each game, so you can control the number of instances and their power.
Hybrid Cloud: If you need more power and control over your data, DynamicPixels can connect to your infrastructure, in this way, you can use the backend and dashboard with your custom servers.
Installed the SDK
Choose your preferred SDK from the options below:
You're In!
You’ve now:
Created a project
Get Your API Credentials
Installed the SDK
Logged in a player
Next step: Explore the Core Concepts to learn how to store player data, manage sessions, use leaderboards, and more.
Need help? Join our Developer Discord or check out Support.
Last updated