One-Page Public Site

SVR POKER

Rich neon presentation, simple public flow, and a cleaner one-page structure.

This page is built for show-and-tell: brand forward, lightweight, and ready for your next round of login, SQL, and payment wiring without another redesign.

Login Access Shell

This section gives you the visual entry point for member login, creator access, and future account flows.

Member Portal

Sign In

UI only in this build. Connect to your SQL-backed auth service next.

Member Flow

Account Features

Saved profile, membership tier, table access, purchase history, and future event invites can all hang off the same account object once your SQL tables are wired.

Email Capture

Waitlist Form

Use this for launch updates, approvals, founder offers, and table invites.

Store + Lobby Preview Plan

The site now has a clear place for the item shop and the future live lobby or training-room preview feed. This is the cleanest next layer before full auth and backend wiring.

Item Shop

Avatar Packs

$9 and up

Character cosmetics, props, accessories, and themed bundles for members.

Bundles

VIP Packages

$29 starter

Founder packs, chip sets, room access, and premium cosmetic drops.

Room Feed

Live Preview Panel

Next

Third-camera lobby preview or live room feed can sit in a dedicated panel once the game camera output is exposed.

Recommended next step: reserve a live preview window for a lobby feed or third camera, then wire it through a lightweight backend session layer so visitors can watch activity before entering.

Payment Entry

Styled for Stripe Checkout or a hosted payment link. The visuals are here; live keys are not embedded in this public file.

Starter

Public Access

Free

Launch news, public previews, and browser room access.

Core

VIP Table

$19 / month

Future gated tables, member identity, and premium access.

Founders

Creator Tier

$49 / month

Founders perks, premium event access, and partner positioning.

Recommended flow: your front end calls a server endpoint, the server creates a Stripe Checkout Session, and the client redirects there. Keep secret keys on the server only.

SQL Ready Handoff

The page is now laid out so you can bolt in real data without changing the public design again.

Users

Store account email, password hash, membership tier, role, and approval state.

Payments

Track Stripe customer ID, subscription ID, status, and renewal dates.

Access

Bind gameplay entitlements and room permissions to the logged-in account.

Email

Save opt-in state, waitlist status, and campaign list tags for your domain mailboxes.

Contact + Business Setup

Business Email

Use your domain for branded addresses like hello@svrpoker.com and vip@svrpoker.com. The setup notes in this zip point you to simple options for routing or hosted mail.

Next Backend Step

Hand over your SQL schema or connection details and the next pass can wire the login form, waitlist capture, and Stripe endpoints to real data.

Public Posture

This build keeps the launch face clean while leaving clear hooks for accounts, payments, and member-only content.