Save game data to the cloud in Unity. No server required.

Zero configuration. Cloud Saves, Auth and Leaderboards for Unity in one line of code. Free and open source SDK.

SavePlayerState.cs
// Save your player's progress to the cloud
AstenSDK.Instance.SavePlayerData(new PlayerData {
    level = 5,
    experience = 1500
}, (success, response) => {
    Debug.Log(success ? "Saved!" : response);
});

// Your flexible data structure (NoSQL)
[System.Serializable]
public class PlayerData {
    public int level;
    public int experience;
}

Why choose Asten BaaS?

Integration in Minutes

Use UnityWebRequest or our official C# SDK. Forget about relational databases, SQL, or complex migrations.

🏆

Leaderboards

Submit and query Top 10 or Top 100 global rankings in real time. Ultra-fast indexed database queries without overloading your game.

💾

Cloud Saves & Custom Data

Save progress, inventories, currencies and settings in fully flexible NoSQL JSON objects associated with each player.

🔒

Game-Scoped API Keys

Maximum security. If a player decompiles your game and extracts the key, your other games and main account are 100% safe.

🖥️

Visual Dashboard

Validate your players' data in real time. Edit inventories and game variables directly from the Dashboard.

🔑

Built-in Authentication

Fast and secure player session management. Support for game credentials and Google OAuth authentication.

Build today, scale tomorrow

We know how hard it is to launch a game. That's why Asten BaaS is built with production-grade infrastructure, designed for the long term. Start prototyping for free today; we'll be here to support your millions of players tomorrow.

💬 Join our Discord community

Indie / Tester

For local testing, prototyping ideas and learning to integrate the SDK.

$0 / free forever
  • 250,000 API Calls / month
  • 500 OTP Emails / month (Unlimited Device & OAuth Auth)
  • 50 MB Cloud Storage
  • Up to 3 Games
  • Cloud Saves, Auth & Leaderboards
  • Discord community access
  • Always-on environment (Never auto-paused)
  • No credit card required

Studio / Scale

For hit games scaling to hundreds of thousands of active players.

Custom
  • 20,000,000 API Calls / month
  • 100,000 OTP Emails / month
  • 20 GB Cloud Storage
  • Unlimited Games
  • Dedicated Infrastructure Option
  • 24/7 Priority Support & Slack Channel
  • Everything in Pro

Built for simplicity

FeatureAsten BaaSOther Platforms
Learning CurveMinutesDays or weeks
Leaderboards1 line of codeComplex setup
Cloud SavesFlexible JSONRigid models
Pricing ModelPredictable (API calls)Hidden costs (Reads/Writes)
Developer SupportDirect with creatorsSlow forums or tickets
Sandbox ModeYesStrict limits
Live JSON EditorBuilt-in editorMissing