Tutorials
Tutorials are the safest path to your first win with Orga. Each guide walks you from a clean project to a working real-time AI experience, so you finish with something you can demo immediately.
How to use this section
- Start with the SDK you ship today (React, React Native, or Node).
- Follow the single recommended path—no detours or optional branches.
- Ship the working baseline, then jump to How-to or Reference pages for deeper integrations.
Featured tutorials
React: Getting started
- Spin up the Orga React SDK inside a Next.js app.
- Create a secure backend route that returns ephemeral tokens and ICE servers.
- Initialize the provider, drop in
<OrgaVideo />/<OrgaAudio />, and start your first live session. Launch the React tutorial →
React Native: Getting started
- Install the React Native SDK with the right platform permissions.
- Proxy credentials through a lightweight backend so secrets stay server-side.
- Render mobile-friendly audio/video controls and verify a round-trip session. Launch the React Native tutorial →
Node: Getting started
- Install the Node Server SDK and load your API key from environment variables.
- Stand up an endpoint that issues client secrets and negotiates WebRTC.
- Trigger a session from a test client to confirm logs, media events, and teardown. Launch the Node tutorial →
Need more? Let us know what you want to learn next and we’ll add it here.
Last updated on