> For the complete documentation index, see [llms.txt](https://docs.vdo.ninja/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vdo.ninja/steves-helper-apps.md).

# Steve's helper apps & tools

This section covers the VDO.Ninja ecosystem beyond the main web app, including helper apps for screen capture, game capture, OBS publishing, audio workflows, mobile production, tipping, chat overlays, and large-scale distribution.

* [Electron Capture](/steves-helper-apps/electron-capture.md) (<https://github.com/steveseguin/electroncapture>)
* [Game Capture](/steves-helper-apps/game-capture.md) (<https://vdo.ninja/gamecapture>)
* [Ninja OBS Plugin](/steves-helper-apps/ninja-obs-plugin.md) (<https://steveseguin.github.io/ninja-obs-plugin/>)
* [Ninja VST3 Plugin](/steves-helper-apps/ninja-vst3-plugin.md) (<https://steveseguin.github.io/Ninja-VST3-Plugin/>)
* [Social Stream Ninja](/steves-helper-apps/social-stream-ninja.md)(<https://socialstream.ninja>)
* [Chat Lite](/steves-helper-apps/chat-lite.md) (<https://vdo.ninja/chat-lite/>)
* [Meshcast.io](/steves-helper-apps/meshcast.io.md) (<https://meshcast.io>)
* [Ninja Chatter](/steves-helper-apps/ninja-chatter.md) (<https://ninjachatter.com>)
* [Ninja Backer](/steves-helper-apps/ninja-backer.md) (<https://ninjabacker.com>)
* [Caption.Ninja](/steves-helper-apps/caption.ninja.md) (<https://caption.ninja/>)
* [https://github.com/steveseguin/vdo.ninja/blob/gitbook/steves-helper-apps/raspberry.ninja](https://github.com/steveseguin/vdo.ninja/blob/gitbook/steves-helper-apps/raspberry.ninja "mention") (<https://raspberry.ninja>)
* [Mixer App](/steves-helper-apps/mixer-app.md) (<https://vdo.ninja/alpha/mixer>)
* [Screen Recorder](/steves-helper-apps/screen-recorder.md) (<https://vdo.ninja/screenrecorder/>)
* [WHIP and WHEP tooling](/steves-helper-apps/whip-and-whep-tooling.md) (<https://vdo.ninja/whip>)
* [Icecast and AzuraCast audio publishing](/steves-helper-apps/icecast-and-azuracast.md) (<https://vdo.ninja/icecast>)
* [Versus.cam](/steves-helper-apps/versus.cam.md) (<https://versus.cam/>)
* [Speed and Quality Tests](/steves-helper-apps/speed-and-quality-tests.md) ([https://vdo.ninja/check](https://vdo.ninja/alpha/check))
* [Comms](/steves-helper-apps/comms.md) (<https://comms.cam/>)
* [VDO.Ninja native mobile app guide](/steves-helper-apps/native-mobile-app.md) ([Android](https://play.google.com/store/apps/details?id=flutter.vdo.ninja) | [iOS](https://apps.apple.com/us/app/vdo-ninja/id1607609685))
* [Native mobile app versions](/steves-helper-apps/native-mobile-app-versions.md) ([Android](https://play.google.com/store/apps/details?id=flutter.vdo.ninja) | [iOS](https://apps.apple.com/us/app/vdo-ninja/id1607609685))
* [Teleprompter Tool](/steves-helper-apps/teleprompter-tool.md) (<https://vdo.ninja/teleprompter>)
* [VDO Applications](/steves-helper-apps/vdo-applications.md)
* [Tech Demonstrations](/steves-helper-apps/tech-demonstrations.md)
* [Invite Link Generators](/steves-helper-apps/invite-link-generators.md)
* [app.invite.cam](/steves-helper-apps/app-invite-cam.md) (<https://app.invite.cam>)
* [Community contributed tools](/steves-helper-apps/community-contributed-tools.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.vdo.ninja/steves-helper-apps.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
