Landing page for PushFlip — a crypto-native push-your-luck card game on Solana.
Live at pushflip.xyz.
PushFlip is a card game where you push your luck against an autonomous AI dealer. Provably fair on-chain randomness, a deflationary $FLIP token for staking and power-ups, and a dealer ("The House") that runs as its own on-chain agent with its own wallet, its own strategy, and its own agenda.
Main game repo: Panmoni/pushflip
Static landing page only — plain HTML and CSS, no build step, no JavaScript framework, no dependencies.
.
├── index.html Landing page
├── _headers Cloudflare Pages security headers
└── brand/ Brand assets and preview pages
├── logo.svg Primary logo — dark cards on dark tile
├── logo-avatar.svg Avatar variant — white cards, brand-colored suits
├── logo.html Logo preview, size tests, downloads
├── twitter-header.html 1500×500 profile banner preview
└── twitter-header-raw.html Chrome-free banner for pixel-exact capture
No build step needed. Either open the files directly in a browser:
open index.htmlOr serve with any static server if you want to navigate with real URLs:
python3 -m http.server 8080
# then visit http://localhost:8080brand/logo.html— preview both logo variants side by side, test at multiple sizes (including circle-cropped for avatars), and download the SVGsbrand/twitter-header.html— preview the Twitter/X profile banner, toggle a profile-pic safe-zone overlay, and read the capture-to-PNG instructionsbrand/twitter-header-raw.html— the banner at exact 1500×500 with no surrounding page chrome, for DevTools Capture node screenshot or OS-level area captures
Served as a static site on Cloudflare Pages from pushflip.xyz. Security headers live in _headers.
To deploy a change, push to main — Cloudflare Pages picks up the commit and publishes it automatically.
- Site — pushflip.xyz
- Twitter / X — @pushflip
- Game repo — Panmoni/pushflip