Build without limits

Asterune is a modern game development platform that makes it easy to build, deploy, and scale your first game.

data.ts
fireworks.ts
"use client";
import { LocalStorageBuilder } from "@fw/localstorage";
const storage = new LocalStorageBuilder()
.addTable(
"saves",
...
)
.build();
storage.tables.saves.insert({
name: "My Save",
date: new Date(),
level: 1,
});
export default storage;

Introduction

Getting started

Find out more about Asterune game development and self-hosting.

Studio

Studio is our powerful game development environment that makes it easy to create, edit, and manage your games.

API

Integrate Asterune's powerful API and OAuth2 system into your applications to take advantage of Asterune's open platform.

Game development

Learn how to develop games on Asterune Studio.

API reference

Learn how to use the Asterune Game API to build games.

Note

Asterune is in an early stage of development. We're working hard to get it ready for release, but it's not quite ready yet. Don't worry, though! We'll be releasing it soon, and we'll be sure to let you know when it's ready.


Learn more