Skip to content

Documentation site for OpenNOW - open source GeForce NOW client

Notifications You must be signed in to change notification settings

OpenCloudGaming/OpenNOW-Site

Repository files navigation

OpenNOW Documentation

Documentation site for OpenNOW - the open source GeForce NOW client

Documentation Main Repository Discord


About

This repository contains the documentation website for OpenNOW, an open source native GeForce NOW client built in Rust.

Live Documentation: https://opennow.zortos.me

Documentation Contents

  • Getting Started - Download releases or build from source
  • Architecture Overview - How OpenNOW works internally
  • Reference Documentation
    • Authentication (OAuth, PKCE, Alliance Partners)
    • WebRTC (Signaling, SDP, Data Channels)
    • Media Pipeline (Video/Audio decoding, Hardware acceleration)
    • Input System (Mouse, Keyboard, Gamepad, Racing Wheels)
    • Configuration (All settings and options)

Development

This documentation site is built with Astro and Starlight.

Local Development

# Install dependencies
npm install

# Start dev server
npm run dev

# Build for production
npm run build

# Preview production build
npm run preview

Project Structure

src/
├── assets/          # Images and static assets
└── content/
    └── docs/        # Documentation pages (Markdown/MDX)
        ├── index.mdx
        ├── guides/
        ├── architecture/
        └── reference/

OpenNOW Main Repository · Documentation · Discord

About

Documentation site for OpenNOW - open source GeForce NOW client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •