RightBower

Local-multiplayer euchre (Flutter). Host Pass IAP unlock model.

What it is live

RightBower is a local-multiplayer euchre app built in Flutter. Players use the same WiFi / Bluetooth piconet — no server-side state, no accounts, no online matchmaking. The mental model is "the cards are on the table, your phones are the players' hands."

Pricing — Host Pass

Single APK, free everything except hosting. Every player can join a game for free. The host pays a one-time $3.99 IAP to unlock the ability to host a game. Replaces the earlier two-APK split (lessons-only build vs full build) — one binary, in-app entitlement check.

This shape lets one paying player in a group enable hosting for everyone at the table. Lower friction than per-seat pricing for a casual card game.

Hosting + distribution

AppFlutter, Android-first (single APK)
Marketingrightbower.app
Repoteaganwins-dev/rightbower
Local source~/dev/RightBower/
DistributionToken-protected URL at dl.teaganwins.net/<random-hex>/right-bower.apk

APK distribution infrastructure

RightBower pioneered the SPS-portfolio APK-distribution pattern. A dl-nginx container on vigil-server at port :8090 is fronted by the multi-tenant vigil-ledger cloudflared tunnel as dl.teaganwins.net. The APK lives at /srv/dl/<random-hex-token>/right-bower.apk — the token in the path is the access gate. Rotate the token via tool/publish.sh to invalidate existing share links.

This pattern is now reused by OneCut Shop, NWZ Companion, and (eventually) HaulHard.

Visual style

Bias toward real DALL-E art for consumer-app polish. Court cards, app icon, avatars, hero illustration — illustrated DALL-E art wins every time over programmatic / generative-fill alternatives. Don't pre-ask permission for the $1-5 spend on these images; just generate them.

Email

Roadmap

Related