Community-curated directory of apps for Unicity Sphere. Apps listed in apps.json appear automatically in the Sphere desktop.
- Fork this repo
- Add your app to the
appsarray inapps.json - Open a pull request
{
"category": "games",
"name": "My App",
"description": "Short description shown on hover",
"url": "https://example.com",
"icon": "https://example.com/logo.png"
}| Field | Required | Description |
|---|---|---|
category |
Yes | Category for grouping in the Sphere desktop (see below) |
name |
Yes | Display name |
description |
No | Short description shown as tooltip on hover |
url |
Yes | HTTPS URL of your app |
icon |
No | URL to a square icon image (PNG or SVG recommended, min 128x128px) |
hidden |
No | Set to true to hide the app from the Sphere desktop (default: false) |
Use an existing category when possible:
games— Games and entertainmentdev— Developer tools, examples, and SDKsdefi— DeFi, exchanges, and financial appssocial— Social and communication appstools— Utilities and productivity
Need a new category? Propose it in your PR.
- App must be accessible over HTTPS
- Icon should be square with a transparent or solid background
- Keep the
appsarray sorted alphabetically by category, then by name - One app per PR makes review easier
- For Sphere wallet integration, use
@unicitylabs/sphere-sdk/connect