{% extends "base.html" %} {% block title %}myboker.org · Poker league records{% endblock %} {% block page_class %}page--landing{% endblock %} {% block content %}
Home poker tracking

Your league, on record.

Sessions, leaderboards, and settlement tracking for home poker groups. No fees, no payment apps in the way.

{% if is_logged_in %} Open my leagues → {% else %} Start your league → Sign in {% endif %}
No fees · Append-only ledger · Private by default {% if not is_logged_in %} · Explore public leagues {% endif %}
What's included

No spreadsheets. No Venmo math. No guessing.

Game-night sessions

Open a session at the start of the night, log buy-ins and cashouts as they happen, then close it when the last player leaves. Multiple sessions on the same date auto-sequence as S1, S2.

Rankings that earn their spot

Set a minimum session count so regulars rank and one-time guests go provisional until they qualify. Sort by net, ROI, win rate, or recent form. Every number is derived directly from raw ledger events.

Settlement without the spreadsheet

Every event is logged and kept: buy-ins, cashouts, fronts, corrections. Nothing is deleted; mistakes get fixed by appending. When a session closes, the house knows exactly what it holds and who is owed what.

In the app

Sessions and results

Every number your group tracks, in one place.

{% if not is_logged_in %}

Start tracking your league

Free to use. No payment processor. Your data stays yours.

{% endif %} {% endblock %}