import { component$, useSignal } from "@builder.io/qwik"; import { TitleSection, MotionComponent, transition } from "@nestri/ui/react"; import { NavBar, Footer, Book } from "@nestri/ui" import { cn } from "@nestri/ui/design"; //FIXME: Add a FAQ section // FIXME: Takes too long for the price input radio input to become responsive const w = 280 const two = (.25 * w) + 14 const three = .5 * w const four = (.75 * w) - 14 const five = w - 28 const convertToCss = (value: any) => { switch (value) { case 1: return 28 case 2: return two case 3: return three case 4: return four case 5: return five default: return three; } } const convertToPrice = (value: any) => { switch (value) { case 1: return [1, 0] case 2: return [1, 5] case 3: return [2, 0] case 4: return [3, 0] case 5: return [5, 0] default: return [2, 0]; } } const convertToTitle = (value: any) => { switch (value) { case 1: return "No sweat. Pay what you can\n and enjoy Nestri" case 2: return "You've got a deal" case 3: return "Choose what feels right" case 4: return "Our hero. We see you!\n We thank you" case 5: return "Omg! You have no idea\n how much your support\n means to us" default: return "Choose what feels right"; } } export default component$(() => { const priceValue = useSignal(3) const audioUrl = new URL('./cash.mp3', import.meta.url).href const audio = useSignal() return ( <>

Individual

Perfect for casual gamers and those new to Nestri. Dive into self-hosted gaming without spending a dime.

Free

{/**FIXME: Add the link to the docs here */}

Single user

1080p video stream

Community support

Install on a single rig

Shared single region relay

Public parties only

Unlimited cloud saves

Unlimited state shares 1

Game mod support 1

Stream to Youtube/Twitch 1

Family

Ideal for dedicated gamers who crave more flexibility and social gaming experiences.

$ {new Array(2).fill(0).map((_, key) => { const [digitOne, digitTwo] = convertToPrice(priceValue.value) return (
9
0
1
2
3
4
5
6
7
8
9
0
) })}
/month
{new Array(5).fill(0).map((_, key) => (
= key + 1 ? "bg-gray-500" : "bg-gray-400 dark:bg-gray-600")} /> ))}

{convertToTitle(priceValue.value)}


Upto 5 users

4k video stream 1

Priority support

Install on multiple rigs 1

Dedicated multi-region relays

Public & private parties 1

Unlimited cloud saves 1

Unlimited state shares 1

Game mod support 1

Stream to Youtube/Twitch 1

1 Feature is in development

Enterprise

Looking for something else? Use Nestri as your own on our servers or yours. Flexible licensing and white-glove onboarding included.

Organization Account · Security Restrictions · Custom Events · Single Sign On · Advanced Integrations · Additional APIs · Custom-Built Features · Organization Account · Security Restrictions · Custom Events · Single Sign On · Advanced Integrations · Additional APIs · Custom-Built Features ·