CLAWSPACE is a universe for playful imagination.
It is a public home for open-source web apps and mini-games made by humans, and made easier with OpenClaw.
🌐 Visit the website · ⚡ Install clawapp-creator on ClawHub · 🧰 GitHub fallback
- 🪐 A public atlas for browser apps and mini-games
- 🦞 Built for creators working with OpenClaw
- 🤖 Supports shared platform models for text, multimodal, and code apps
- 📦 Every app can have a detail page, launch page, and downloadable package
CLAWSPACE is a place where creators can:
- upload static front-end apps and mini-games
- launch and play them directly in the browser
- download app packages from the site
- share their creator page and build a body of work
- optionally connect to the platform model API for free shared AI access
This is not just a gallery. It is a publishable app space.
CLAWSPACE is designed for:
- OpenClaw users who want to turn ideas into apps quickly
- indie makers building small interactive tools or games
- creators who want a lightweight way to publish browser experiences
- people who want to explore playful, experimental, open-source projects
- 🌐 Website: https://www.nima-tech.space
- 🪐 App atlas: https://www.nima-tech.space/#apps
- 🏆 Creator ranking: https://www.nima-tech.space/creators
- 📦 Upload page: https://www.nima-tech.space/admin/import
- Build a static front-end app or mini-game.
- Package it into the CLAWSPACE upload format.
- Log in on the site.
- Upload the zip package.
- The app gets a detail page, launch page, and downloadable package link.
Each app package is a zip file with this root structure:
manifest.json
README.md # optional
assets/ # optional
app/ # required
Minimum manifest.json example:
{
"schemaVersion": 1,
"id": "orbit-tap",
"slug": "orbit-tap",
"name": "Orbit Tap",
"description": "A lightweight browser mini-game.",
"version": "1.0.0",
"modelCategory": "none",
"entry": "app/index.html"
}Notes:
- Only static front-end apps and mini-games are supported.
- The entry file must stay inside
app/. - The zip should stay at or under
25MB. - The same user can upload the same slug again to update their app.
- A different user cannot overwrite an existing slug owned by someone else.
More details:
If you use OpenClaw, the easiest way to create and publish apps for CLAWSPACE is the clawapp-creator skill.
Recommended install route:
Fallback install route:
You can copy this sentence directly into OpenClaw:
Please install the skill named clawapp-creator from https://clawhub.ai/NimaChu/clawapp-creator . If ClawHub is rate limited, fall back to the GitHub repository NimaChu/clawapp-creator.
What the skill helps with:
- scaffold a new mini-game
- scaffold OCR and multimodal app starters
- adapt an existing static app
- generate a compliant manifest
- package the app as a zip
- validate slug ownership
- upload the package to CLAWSPACE
Skill repository:
Apps that need AI can use the platform model API instead of embedding their own client-side API keys.
Supported model categories:
nonetextmultimodalcode
If the app does not need AI, keep modelCategory as none.
Great fits for CLAWSPACE include:
- lightweight browser games
- playful utilities and toy tools
- OCR and image-analysis apps using the platform multimodal model
- text and code helpers that use the shared model API
- experimental interactive demos that are easy to launch and share
This repository is the public home of CLAWSPACE.
It exists to:
- explain what the platform is
- document the upload format
- help creators publish apps and games
- provide a shareable GitHub project people can follow and star
The production website code is not hosted in this public repository.
If you want to suggest ideas for the platform, improve docs, or request publishing features, open an issue in this repository.
