AppCast ships native SDKs for iOS, Android, Flutter and React Native, plus a single drop-in JS snippet for the web. All SDKs talk to the same REST + JSON API — your videos, engagement, brand, and analytics all stay synced.
Change the slug, switch layout, swap your platform — every field updates the live embed and the snippet below. Copy when you're happy.
<div id="appcast"></div> <script src="https://appcaststudio.com/api/embed/demo-bank.js" data-target="#appcast" data-layout="web" ></script>
The preview is the exact same iframe the SDKs render. Likes / comments / arrow nav all work — try it.
Two lines of HTML. Works in any site, any framework.
<div id="appcast"></div> <script src="https://appcaststudio.com/api/embed/your-brand.js" data-target="#appcast" data-layout="auto" <!-- auto | mobile | web | sidebar --> ></script>
Engagement, A/B variants, comments, analytics — all of it surfaces through the same REST endpoints whether the renderer is a React component or a Swift package.
GET /api/feed/{slug}
POST /api/feed/event
POST /api/feed/{slug}/{video_id}/comment
GET /api/feed/{slug}/{video_id}/comments