👤 Player

Welcome to Kidstania.ly!

A file-based mini social game platform starter. Your profile, catalog, groups and games live in JSON files.

👤 Avatar

Change your look and save it to your profile file.

🛍️ Catalog

Browse items and add them to your inventory.

🎮 Games

Create game files that appear in the Games list.

Avatar

Catalog

Groups

Games

Create a new game file

This creates a JSON file in games/ and adds it to data/games.json.

Files

This starter uses plain JSON files so you can edit your data without a database.

data/
  profile.json
  catalog.json
  groups.json
  games.json
games/
  welcome-world.json

Important: browsers normally cannot silently write files to a folder. This demo downloads changed JSON files instead. A real server can save them automatically.