First look at the opening sequence — every frame generated, then hand-graded. Full disclosure below. 🌀
Home feed
Our new profile theme pack Ember Drift is live in the Market. Studios: our live-chat SDK now ships cross-network presence out of the box.
shot this on a rooftop at 5am. no filter, no ai. just the city waking up.
Music — artists earn directly
90% to the artist · 10% platformCustomization Market
creators keep 85% · devs keep 80%For developers
connect a game in minutes// Embed MYSTHOOD live chat into your game — safety enforced server-side import { MysthoodChat } from '@mysthood/chat-sdk'; const chat = new MysthoodChat({ apiBase, publishableKey: 'mk_live_…' }); await chat.connect({ gameUserId: 'player-42', displayName: 'Nova' }); const room = await chat.joinRoom({ roomKey: 'match-1001' }); room.on('message', render); await room.send('gg!'); // adult↔minor + content rules applied automatically
Safety is the architecture
automation-first · humans where the law requiresAge assurance
Under-13 refused. Teens locked until a verified guardian consents.
Adult→minor DMs
A hard rule the code enforces everywhere, including game chat.
Bot clawback
Fake streams stripped; revenue reversed on the ledger.
Portal Video
AI video disclosed and badged — honesty carries no penalty.
This is a design preview with sample content. The platform code (API, safety engine, payments, provenance, developer SDK) is real and test-covered in the repo.