# Skyvex Software Pty Ltd ## Docs - [Getting Started](https://docs.skyvexsoftware.com/guide/getting-started.md): Download Stratos, connect to your virtual airline, and start tracking flights. - [Landing Rate Detection](https://docs.skyvexsoftware.com/guide/landing-rates.md): How Stratos measures landing rates accurately, how it differs from other trackers, and how to interpret the numbers — for pilots and VA administrators. - [OAuth Authentication Setup](https://docs.skyvexsoftware.com/guide/oauth-setup.md): Configure OAuth 2.0 with PKCE and refresh tokens so your pilots can sign in to Stratos with their existing crew system account. - [Remote Simulator Setup](https://docs.skyvexsoftware.com/guide/remote-sim-connection.md): Connect Stratos to a flight simulator running on a different PC over your local network. - [VA Administrator Setup](https://docs.skyvexsoftware.com/guide/va-setup.md): Set up Stratos integration for your virtual airline. - [Stratos Documentation](https://docs.skyvexsoftware.com/introduction.md): Documentation for Skyvex Stratos — a multi-simulator ACARS client. - [Architecture](https://docs.skyvexsoftware.com/plugins/architecture.md): How plugins integrate with the Stratos shell. - [Background Module](https://docs.skyvexsoftware.com/plugins/background-module.md): Running code in the Electron main process. - [Best Practices](https://docs.skyvexsoftware.com/plugins/best-practices.md): Patterns, pitfalls, and tips for plugin development. - [Build & Deploy](https://docs.skyvexsoftware.com/plugins/build-and-deploy.md): Build, bundle, and distribute your plugin. - [Getting Started](https://docs.skyvexsoftware.com/plugins/getting-started.md): Create your first Stratos plugin in 5 minutes. - [Hooks Overview](https://docs.skyvexsoftware.com/plugins/hooks/overview.md): All React hooks available in the Stratos Plugin SDK. - [useFlightEvents](https://docs.skyvexsoftware.com/plugins/hooks/use-flight-events.md): Access flight events and manage comments. - [useFlightManager](https://docs.skyvexsoftware.com/plugins/hooks/use-flight-manager.md): Manage the full flight lifecycle. - [useFlightPhase](https://docs.skyvexsoftware.com/plugins/hooks/use-flight-phase.md): Track the current flight phase in real-time. - [useLandingAnalysis](https://docs.skyvexsoftware.com/plugins/hooks/use-landing-analysis.md): Access landing analysis data in real-time. - [usePluginContext](https://docs.skyvexsoftware.com/plugins/hooks/use-plugin-context.md): Access the plugin UI context. - [useShellAuth](https://docs.skyvexsoftware.com/plugins/hooks/use-shell-auth.md): Access VA authentication state from the shell. - [Shell Utility Hooks](https://docs.skyvexsoftware.com/plugins/hooks/use-shell-hooks.md): Navigation, toasts, config, and logging hooks. - [useSimData & Socket Hooks](https://docs.skyvexsoftware.com/plugins/hooks/use-sim-data.md): Real-time simulator data and socket event hooks. - [useTrackingSession](https://docs.skyvexsoftware.com/plugins/hooks/use-tracking-session.md): High-level flight tracking state and controls. - [useVaApi](https://docs.skyvexsoftware.com/plugins/hooks/use-va-api.md): Singleton axios instance for the bound airline's API with auto-refresh on 401. - [Plugin Manifest](https://docs.skyvexsoftware.com/plugins/manifest.md): Complete reference for plugin.json fields. - [Plugin SDK](https://docs.skyvexsoftware.com/plugins/overview.md): Build plugins for Stratos using the @skyvexsoftware/stratos-sdk package. - [Sub-Page Routing](https://docs.skyvexsoftware.com/plugins/routing.md): Add multiple pages to your plugin with client-side routing. - [Plugin Settings](https://docs.skyvexsoftware.com/plugins/settings.md): Declare and read configuration settings for your plugin. - [UI Components](https://docs.skyvexsoftware.com/plugins/ui-components.md): Pre-built UI components from the Stratos SDK. - [UI Module](https://docs.skyvexsoftware.com/plugins/ui-module.md): Building your plugin's user interface. ## OpenAPI Specs - [openapi](https://docs.skyvexsoftware.com/api-reference/openapi.json) ## Optional - [Skyvex Software](https://skyvexsoftware.com) - [Download (v2.14.0)](https://skyvexsoftware.com/download) - [Stratos SDK (v0.8.0)](https://www.npmjs.com/package/@skyvexsoftware/stratos-sdk)