/// build metaverses. create games. unify platforms.
Revolutionary interoperable low/no-code generator that unifies all metaverses, games, apps, sites, and platforms into one powerful OASIS Omniverse platform. Create entire applications with minimal coding.
Create OAPPs (OASIS Applications), manage STARNETHolons, link dependencies, and publish to STARNET - all with minimal coding required. Build entire metaverses, games, and applications that work across all platforms and engines.
Full CRUD operations for all STARNETHolon types. Create, edit, delete, publish, and download OAPPs, NFTs, Quests, Missions, and more. Version control and rollback capabilities built-in.
Link any STARNETHolon to any other STARNETHolon as dependencies. Automatic DNA file generation and management. Handle complex dependency chains with intelligent resolution.
Publish OAPPs and assets to STARNET store for distribution. Download and install OAPPs from the community. Search and discover assets, templates, and applications.
Create entire metaverses, games, and applications with minimal coding. Template system, visual wizards, and automatic code generation. Write once, deploy everywhere.
STAR CLI manages 15+ types of STARNETHolons - the building blocks of the OASIS Omniverse.
OASIS Applications - write once, deploy everywhere. Cross-platform applications that work across all metaverses, games, and platforms.
Application templates for rapid development. Pre-built structures for common use cases and quick prototyping.
Execution environments for OAPPs. Configure runtime settings and deployment targets for your applications.
Code libraries and frameworks. Reusable components and shared code across OAPPs and applications.
Non-fungible tokens with cross-chain support. Create, manage, and distribute NFTs across all supported blockchains.
Location-based NFTs for geographic applications. Perfect for AR games, location-based rewards, and geo-spatial experiences.
Game quests and objectives. Create interactive quests with rewards, progress tracking, and completion criteria.
Mission system for complex game mechanics. Multi-stage missions with dependencies and branching paths.
Story chapters for narrative-driven experiences. Link chapters together to create immersive storylines.
Game items and rewards. Manage inventory systems, item properties, and reward distribution across platforms.
Virtual spaces for metaverse experiences. Create 3D environments, virtual worlds, and immersive spaces.
Virtual worlds and metaverses. Complete virtual environments with their own rules, physics, and ecosystems.
Holons are self-contained data modules that provide a universal data format, enabling true interoperability across all Web2 and Web3 technologies, platforms, and engines.
Holons provide a standardized data structure that works across all providers - MongoDB, IPFS, Ethereum, Solana, and 50+ more. Write once, store anywhere, access everywhere.
The same Holon works seamlessly across JavaScript, Unity, Unreal, and any other engine. Platform-agnostic data that moves freely between Web2 and Web3 systems.
Holons are stored with provider-specific keys while maintaining a universal structure. Switch providers without data migration - HyperDrive handles the translation automatically.
All STARNETHolons (OAPPs, Quests, NFTs, etc.) are built on Holons. This means they can be shared and reused across any OAPP, regardless of platform or engine. Create once, use everywhere.
The Holonic architecture is the foundation of OASIS interoperability. By standardizing data at the Holon level, we enable deep interoperability where Quests created in one game work in another, NFTs from one platform are usable in all platforms, and OAPPs share data seamlessly across the entire OASIS Omniverse ecosystem.
STAR CLI makes it easy to create OAPPs, manage STARNETHolons, and publish to STARNET. Get started in minutes with the Light Wizard or use commands directly.
View full documentation# Clone the OASIS repository
git clone https://github.com/NextGenSoftwareUK/OASIS.git
cd OASIS
# Navigate to STAR CLI
cd "STAR ODK/NextGenSoftware.OASIS.STAR.CLI"
# Build the CLI
dotnet build
# Run STAR CLI
dotnet run
# The CLI will guide you through:
# 1. Avatar authentication
# 2. Provider selection
# 3. Initial configuration
# Start the Light Wizard (interactive)
star light wiz
# Or create directly
star light "My First OAPP" \
--description "A sample OAPP" \
--template "basic"
# STAR CLI creates:
# - OAPP structure
# - DNA file
# - Basic configuration
# - Dependency management
# Result: Ready-to-deploy OAPP
# Publish OAPP to STARNET
star seed "My First OAPP" \
--version "1.0.0" \
--description "My first OASIS Application"
# Publish supporting STARNETHolons
star seed quest "Tutorial Quest"
star seed nft "Character Collection"
# Download published OAPP
star download oapp "My First OAPP"
# STARNET handles:
# - Version control
# - Dependency resolution
# - Distribution
# - Discovery
Create entire metaverses with minimal coding. Generate Celestial Bodies, Spaces, Quests, and NFTs. Link dependencies to build complex virtual worlds.
Build games with Quests, Missions, Inventory Items, and Chapters. Create cross-platform gameplay with shared assets and progression systems.
Develop OAPPs that work across all platforms. Write once, deploy everywhere. Use templates and libraries to accelerate development.
Manage NFTs, GeoNFTs, and digital assets. Create collections, link dependencies, and publish to STARNET for distribution.