OASIS Omniverse · Build on Web5
STAR is the Web5 developer platform of the OASIS Omniverse. It provides everything a developer needs to build, deploy and manage OAPPs (OASIS Applications) — from the ODK (OASIS Developer Kit) to the STAR API, STAR CLI, and COSMIC ORM for universal data abstraction across 40+ storage providers.
| Tool | Description |
|---|---|
| STAR ODK | OASIS Developer Kit — scaffolding, code generation and dev toolchain for OAPPs |
| STAR API | REST/GraphQL API for deploying, managing and discovering OAPPs |
| STAR CLI | Command-line interface for the full STAR/OASIS workflow |
| COSMIC ORM | Universal ORM with adapters for 40+ databases, blockchains and distributed storage providers |
| STARNET | Decentralized registry and asset store where published OAPPs are listed |
COSMIC abstracts over providers including: MongoDB, SQL Server, PostgreSQL, MySQL, SQLite, Redis, IPFS, Holochain, Ethereum, Solana, Arweave, Filecoin, ThreeFold, ActivityPub, and many more — all behind a single unified API.
STAR ODK scaffold → develop → STAR CLI build → STAR API deploy → STARNET publish
STARNET— the decentralized OAPP registry (TypeScript source)STARNETSite— the STARNET landing pageOASIS2— the core OASIS API platform
| Layer | Detail |
|---|---|
| Site | Single-file index.html — inline CSS + vanilla JS |
| Fonts | Orbitron, Rajdhani, Share Tech Mono (Google Fonts) |
npx serve .
# or
python -m http.server 8080Part of the OASIS Omniverse · Web5 Developer Platform