STARNET is the decentralized registry and asset store for the OASIS Omniverse. Build a holon — an OAPP, Quest, Mission, NFT, World, Template — publish it once, and it goes live in every connected world via the WEB5 STAR API. Versioned. Avatar-signed. Yours forever.
Every piece of content in the OASIS Omniverse is a holon — a self-contained, versioned, Avatar-owned building block. STARNET is where they all live: a decentralized registry where creators publish holons and every world discovers, downloads, and runs them.
Build a quest in ODOOM and a studio in OQUAKE can install it. Mint an NFT weapon and it works across every game. Ship a world template and anyone can scaffold from it. Publish once — and it's instantly available across the entire Omniverse through the WEB5 STAR API.
No central gatekeeper. Holons are signed by your OASIS Avatar, stored across the OASIS HyperDrive's many providers, and carried with full version history and dependency graphs.
STARNET is the complete lifecycle management system for Web5 creations — from discovery to ongoing evolution.
Search STARNET for OAPPs, quests, assets, templates and tools created by the community.
Publish your holons to STARNET — signed by your Avatar, versioned, and discoverable.
Combine and compose holons together — plug dependencies and build complex systems.
Deploy to sandbox, then live — instantly available across the entire Omniverse.
Earn through licensing, subscriptions, royalties, marketplace fees and revenue splits.
Update, upgrade and evolve your creations — users get improvements instantly.
Version-controlled staging environment with full rollback and roll-forward capabilities. Test safely, deploy confidently, evolve continuously without breaking existing deployments.
Write, build and test locally with full IDE support and debugging.
Automated testing, unit tests, integration tests in isolated environment.
Staging environment — test with real users, real data, real load without affecting production.
Production deployment across the Omniverse — fully versioned and recoverable.
Instantly revert to any previous version with full control.
Confidently move forward knowing you can always go back.
From a single NFT to an entire universe, every asset in the Omniverse is a versioned, shareable holon you can publish to and install from STARNET.
Full OASIS Apps and games — like ODOOM and OQUAKE. Self-contained experiences that ship with all their holons bundled.
star oapp publishGamified missions with objectives, rewards, and karma. Span worlds — start in one game, finish in another.
star quest publishBundle quests into campaigns and story arcs that unfold across the Omniverse with branching progression.
star mission publishMint weapons, cosmetics, and collectibles as blockchain-verified NFTs — including geo-located GeoNFTs tied to real places.
star nft mintReal-world map locations that trigger content — quests, loot, AR encounters — when a player physically arrives.
star geohotspot publishPlanets, moons, stars and super stars — entire explorable worlds and the spaces that hold them, packaged as holons.
star celestialbody publishGalaxies, solar systems and universes — the macro-structures of the Omniverse that contain celestial bodies.
star celestialspace publishThe raw data layer. Zomes group holons; holons are the universal object every other type is built from.
star holon publishProject scaffolds for any holon type. Spin up a new OAPP, quest, or world pre-wired and ready to build.
star template publishShareable code libraries and STAR runtimes that other holons depend on — resolved automatically on install.
star library publishExtend the OASIS itself — new storage providers, blockchains, and integrations plugged into the HyperDrive.
star plugin publishWeapons, armour, keycards, powerups — cross-game items that persist with the player's Avatar everywhere.
star inventoryitem publishEvery holon is a Smart Brick — modular, nestable, and composable. Plug them together like LEGO to build anything: apps, worlds, economies, entire universes. Infinitely nestable, perfectly interoperable.
Smart Bricks follow a simple philosophy: Build Once. Reuse Infinitely.
Publish once. Earn forever. STARNET's revenue sharing model lets creators and developers monetize their work across unlimited worlds and users.
Per-use, per-seat, or exclusive licenses — you decide the model.
Monthly or annual recurring revenue from active users.
Earn a percentage every time your holon is used or sold.
Earn when creators sell your templates, frameworks or tools.
Collaborate and share revenue with co-creators and contributors.
Get rewarded for contributions, maintenance and community building.
Behind every holon, every world, every transaction is COSMIC ORM — the next-generation AI-native, decentralized data layer that unifies information across 40+ providers, blockchains, databases, and APIs. One data model. Infinite worlds.
// Create and save a quest var quest = new Quest(); quest.Name = "Defeat The Dragon"; quest.Description = "Epic boss fight quest"; quest.MetaData["Reward"] = "1000 XP"; // Save via STARNET (auto-publishes to app store) var result = await STAR.OASISAPI.Data.SaveHolonAsync<Quest>(quest); // Quest now searchable on STARNET for other creators // Automatically replicated to 40+ providers // Monetization rules apply automatically
// Find published quests by difficulty var filter = new Dictionary<string, object> { { "Difficulty", "Hard" }, { "Type", "Quest" } }; var results = await STAR.OASISAPI.Data .LoadHolonsByMetaDataAsync<Quest>(filter); ✓ Found {results.Result.Count()} quests // Integrate into your world with one command
Celestial Bodies aren't just a holon type — they're how your Avatar's standing in the Omniverse grows. To begin with, Avatars can only create Moons. As you level up and earn more karma, you unlock the ability to create your own Planets, and eventually Stars, Galaxies and entire Universes.
The atomic unit — a single app, game, site, avatar, or asset. Everything in the Omniverse is a holon.
Holons are grouped into Zomes — logical clusters that define a feature area or community layer within a Celestial Body.
Zomes compose a Celestial Body — Moon, Planet, Star, Super Star or Grand Super Star — each hosting its own orbit of smaller bodies.
Celestial Bodies orbit inside Celestial Spaces — the gravitational zones that define scale, from solar systems to the full Omniverse.
The starting tier. Every new Avatar can create and host Moons — small satellite apps, games or sites.
Earn enough karma and you unlock Planets — bigger worlds that can host Moons of their own.
Stars sit at the center of a solar system, creating and hosting their own Moons and Planets.
A Super Star sits at the center of a galaxy, creating entire solar systems and the Stars within them.
A Grand Super Star sits at the center of a multiverse — a network of galaxies built from Super Stars. The highest tier any Avatar can ever reach — owning your own multiverse.
There is only one Great Grand Super Star — the singular core engine at the very center of the entire OASIS Omniverse. It isn't a tier Avatars level up into; it's the Omniverse itself.
Growth isn't just cosmetic. You earn karma for hosting other holons within your Celestial Body — and the bigger the Star, the bigger the reward. Hosting rewards pay out in karma, SEEDS and HoloFuel, so the more of the Omniverse you support, the more you earn.
A live 3D visualization of the complete OASIS Omniverse — Holons orbiting Zomes, Zomes orbiting Celestial Bodies, Moons orbiting Planets, Planets orbiting Stars (Solar Systems), Solar Systems orbiting Super Stars (Galaxies), Galaxies orbiting Grand Super Stars (Universes), and Universes orbiting the one Great Grand Super Star at the Omniverse core.
The STAR CLI is your gateway to STARNET. Authenticate once with your OASIS Avatar, then create, publish, search, and install holons from a single command line — with versioning, dependency resolution, and decentralized storage handled for you.
Publishing is one command. Your holon is signed to your Avatar, versioned semantically, replicated across the OASIS HyperDrive, and instantly discoverable by every world in the Omniverse.
# Authenticate once with your OASIS Avatar (SSO) $ star avatar login ✔ Signed in as Avatar @david · karma 8,420 # Scaffold a new OAPP from a STARNET template $ star oapp create "Keycard Quest" --template fps ✔ Created ./KeycardQuest from template fps@3.2.0 # Publish it — versioned, signed & replicated $ star oapp publish ./KeycardQuest ✔ Published KeycardQuest@1.0.0 to STARNET ↳ stored across 5 HyperDrive providers # Anyone in the Omniverse can now find it... $ star search "horror quest" KeycardQuest@1.0.0 ★4.9 12.4k installs # ...and install it into their own world $ star oapp install KeycardQuest@1.0.0 ✔ Installed + resolved 3 dependencies ✔ Live via WEB5 STAR API
The STAR ODK (Synergiser Transformer/Translator Aggregator Resolver) dynamically generates optimized code for every platform and provider you target — no vendor lock-in, no rebuilding.
A universal abstraction layer that speaks every provider's language. Define your data model once, and COSMIC automatically translates it to Holochain, Ethereum, MongoDB, Neo4j, IPFS, SQLite and 40+ more.
Write your business logic in C#, debug it instantly, and let STAR ODK generate optimized Rust code for the Data Access Layer. Debug C# instead of Rust. Access both Rust and C# libraries. Best of both worlds.
Organize your applications using cosmic metaphors. Stars, SuperStars, GrandSuperStars and GreatGrandSuperStars represent different organizational levels within the OASIS network — each with powerful capabilities for creating and managing sub-systems.
Target every major blockchain, database and protocol at once. Define constraints once. STAR ODK generates provider-specific implementations automatically — no manual porting, no rewrites when networks upgrade.
Change Management — Track and version all data model changes
Version Control — Semantic versioning of your entire application
Integrated Holochain Conductor — No separate configuration or shipping needed
Provider Auto-Selection — Automatically find the fastest, most reliable provider in your region
STARNET handles versioning, signing, storage, and distribution — you just build and publish.
Scaffold a holon from a STARNET template with the STAR CLI — OAPP, quest, NFT, world, anything.
One command pushes it to STARNET — semantically versioned and signed to your OASIS Avatar.
The holon is replicated across the OASIS HyperDrive's many providers — no single point of failure.
Every creator and world can search the decentralized registry by name, type, tag, or karma rating.
Install pulls the holon and its dependencies into any world — live instantly via the WEB5 STAR API.
STARNET sits between the people who create holons and the worlds that run them — the decentralized store that makes "publish once, live everywhere" real.
STARNET is live today through the STAR CLI and WEB5 STAR API — and growing into the full decentralized marketplace of the Omniverse.
Create, publish, search, download, and install every holon type from the command line — versioned and Avatar-signed.
Programmatic access to the entire registry — hydrate holons, resolve dependencies, and deliver content to any world.
Holons are auto-replicated across many OASIS providers — IPFS, Holochain, chains and more — with auto-failover.
Browse, search, and install holons from the browser — a visual storefront for the whole Omniverse registry.
Full semantic-version ranges, lockfiles, and a visual dependency graph for every holon and its holon tree.
A drag-and-drop, low-code interface for plugging together holons — web, Unity, Unreal and metaverse components — into a working OAPP without writing code.
Drag-and-drop holons together to compose your own OAPPs without writing a single line of code. Mix any combination of holons into a fully functional app in minutes.
A decentralized marketplace with OASIS token economy, creator royalties, and karma-weighted discovery and ranking.
Grab the STAR CLI, sign in with your OASIS Avatar, and ship a holon to the entire Omniverse in minutes. Build once — live everywhere.