Runs the whole poker night.

Felt is a tournament manager for pubs, clubs, card rooms and kitchen tables. Blind structures, seat draws, table balancing, payouts, leagues, seasons — the admin, done. And it keeps working when the venue Wi‑Fi doesn’t.

Free forever for home games. Floor staff join by QR, no accounts. Spectators just scan the screen.

LEVEL 5 12:41 150 / 300 · ANTE 300 LIVE · NO SERVER

You’re not running a poker night. You’re doing admin.

The clock was never the hard part: a dozen free clocks exist. The hard part is everything around it, every single week. Felt does that part.

The jobTonight, without FeltWith Felt
Registration A Facebook thread, and eight names of people who aren’t coming. Roster import and self-registration. Players claim their own history later, and no result is ever rewritten.
Seat draw Torn-up beer mats in a pint glass. A seeded draw: provably fair, repeatable, one tap.
Table balancing Whoever complains loudest gets moved. TDA Rule 11 balancing, suggested automatically. Accept or override.
Payouts Biro maths at 11pm while the final table waits. Payout schemes with rounding rules, and deals priced with exact ICM to 15 players.
Standings A spreadsheet somebody updates on Thursday. Usually. Season standings scored the moment results publish, embeddable on your own site.

This one’s live.

Felt’s clock is a pure function of time, not a ticking process. It doesn’t need the server, and it can’t fall behind: the sheet on the right is running in your browser right now, and so is the chip above. Turn off your Wi-Fi. Nothing happens.

That’s the whole product in one trick. The tournament is an append-only event log; the device in the room holds the authority; the cloud is a replica. The clock just reads the time.

STRUCTURE SHEET
SPECIMEN
THE CROWN · TUESDAY LEAGUE
5,000 CHIPS · 15-MIN LEVELS
LEVELSBBBANTEMIN
1255015
25010015
37515015
410020015
BREAKcolour-up 25s10
515030030015
620040040015
730060060015
840080080015
Live. It needs nothing from us — turn off your Wi-Fi. 12:41 left in level

Works when the Wi-Fi doesn’t.

Every venue’s network fails eventually: mid-event, on a Friday, during the final table. It is the one failure mode no competitor will talk about. We built the whole product around it.

A demonstration screen: the entries are invented, but the clock is real, and it is running in your browser right now.

The night is a ledger

Every action — a bust-out, a re-entry, a deal — is an event in an append-only, hash-chained log. Nothing is ever overwritten, so nothing is ever lost, and every payout can be audited back to the hand it came from.

The room holds the lease

The device in the venue is the authority; the cloud is a replica. When the connection drops, nothing stops. The iPad will run a five-hour tournament with no network at all, then reconcile when the world comes back.

The clock cannot drift

Felt’s clock is a pure function of time, not a ticking process. It doesn’t need the server, and it can’t fall behind: the chip at the top of this page is the same clock, doing the same thing.

One engine, five rooms.

The difference between a kitchen table and a thousand-runner Day 1C is configuration, not code. Same event log, same engine, same API — a bigger chip.

Home games run free forever, and they run on the same integrity invariants a casino audits against. That’s not generosity; it’s the same code path.

  • Home gameYou, six to twenty friends. A clock that looks incredible on the telly.
  • Pub leagueA landlord, or an operator with forty venues. Near-zero admin.
  • Members’ clubChampionships, rosters, and legal limits handled as configuration.
  • Card roomSeat draws, balancing, re-entries, bagging, multi-day structures.
  • Casino & festivalFlights, guarantees, audit trail — and the API drives it all.

On the hardware the venue already owns.

An iPad on the HDMI cable. A laptop behind the bar. The floor staff’s own phones. Nobody installs anything, and nobody makes an account they’ll forget.

Felt iPad · the native flagship

The tournament director’s console, with the Cinema view on the big screen over HDMI. Holds the room’s authority, and runs the whole night with no internet at all.

OFFLINE-FIRST

Felt Web any browser · the full product

Director, Cinema and Floor in a browser tab: full-screen clock with wake lock, floor control, the lot. A venue with a laptop and an HDMI cable is a customer today.

NO INSTALL

Felt Floor iPhone · in the director’s pocket

Clock control, one-tap bust-outs, re-entries, seat draws and announcements from the floor. Staff join by scanning a QR on the big screen: no account, no invite, revocable in one tap.

QR ACCESS

Spectator a link · no app, no login

Players and railbirds scan the screen and get the live board on their own phone: structure, stacks, payouts, standings. Free forever, and every Cinema screen in every pub is your league’s front page.

FREE FOREVER

Most software models a tournament. Felt models your operation.

Brand, region, venue, season, event, entry, player — with roles at every level. A scoring rule set at the brand pushes down to every venue. A venue manager signs in and sees exactly their room, and nothing else.

Built for the operator with a thousand venues as much as the landlord with one: imports run as durable jobs with a dry-run diff at 82,000 players, dual-running alongside your current system is supported deliberately, and your data exports in full, always.

  • BrandNorthern Poker League
    • RegionYorkshire
      • VenueThe Crown, Leeds
        • SeasonAutumn 2026
          • EventWeek 7, Tuesday
            • Entry → Playerclaimable, history intact
  • A specimen operation, not a customer.

The API is the product, too.

Public from day one — not a private API we’ll document later. 83 paths, 122 operations, a published OpenAPI spec, and generated TypeScript and Swift clients we use to build our own apps, which is the only reliable way to keep a public spec honest.

Breaking changes only at /v2, with twelve months’ notice and Sunset headers. A card room can drive Felt from its own floor system; a room with its own screens can embed our Cinema boards.

Read the developer page →

# the full projection of a live tournament (abridged)
$ curl https://api.feltpoker.uk/v1/tournaments/trn_82c41 \
    -H "Authorization: Bearer felt_live_k3…"

{
  "level": 5,
  "blinds": { "sb": 150, "bb": 300, "ante": 300 },
  "entries": 41, "remaining": 17,
  "prize_pool": { "total": 82000, "currency": "GBP" },
  "integrity": { "chips_conserved": true }
}
NO CUT. EVER.

Never a percentage of the prize pool.

Felt is software with a subscription. We never take a cut of prize pools or entry fees, we never touch player money, and your data exports in full whenever you ask. Leaving must be free — or staying means nothing.

Priced for the room you run.

TierForPrice
Home GameOne table, one screenFree forever
VenueOne pub, club or card room£29/month
League OperatorMany venues, one brandfrom £15/venue/month
Card Room & FestivalMulti-day, multi-flight£1/entrant, capped at £199/month

Full pricing, and what’s in each tier →