A new way

Framework is a new way to make your dreams come true. Free, open and safe game platform - built by the community, for the community.
  • 100% free & community driven - Framework is free to use and driven by the community and its contributors.
  • Packed with features - Framework empowers anyone to build their dream game with hundreds of unique features.
  • Safe, private and friendly - Solarius prides itself on its stance on safety, privacy and a civil community.

What makes us different?

Framework is built with the community in mind. Ordinary people, like you, can contribute to the project and make it better.

For you and your friends

We cherish the community and strive to continuously improve the experience for everyone.

Developer friendly

We provide a huge set of tools to help new developers get started with game development on Framework.

Free, forever

Framework is free to use and doesn't require any payments to access its core features.

Always online

Framework is federated - meaning that your experience is never interrupted by the failure of a single server.

Customizable

Framework is highly customizable, and doesn't impose any harsh limits on your creativity.

Monetizable

Framework allows you to monetize your creations, and make quick money off of your passion.

Strength at your fingertips

Our huge suite of free tools will help you deploy your first game in a matter of hours.
Get started

TypeScript & Lua

Coming from Roblox? We've got you covered. Our Lua API is built to closely resemble Roblox, so you can get started quickly.

Robust backend

We've built a robust backend to power your games. It's written in Rust, and is designed to be fast and scalable.

Analytics

We provide you with a suite of analytics tools to help you understand your players and grow your audience.

Zero cost

We don't charge you a penny for hosting your game. We only make money when you do, so we're incentivised to help you succeed.

Build your games however you like

Unbelievably flexible and easy to use, Framework is the perfect solution for any game project. Whether you're a solo developer or a 100-person team, Framework is the best choice.
1
"use client";
2
3
import { LocalStorageBuilder } from "@fw/localstorage";
4
5
const storage = new LocalStorageBuilder()
6
.addTable(
7
"saves",
8
...
9
)
10
.build();
11
12
storage.tables.saves.insert({
13
name: "My Save",
14
date: new Date(),
15
level: 1,
16
});
17
18
export default storage;

Frequently asked questions

Made with ❤️ by Solarius B.V. We have no affiliation with Roblox Corporation or its partners. Roblox, and all associated trademarks, are property of Roblox Corporation. Love from Solarius and contributors.