About
What this service is built to do
Balatro on the Web is a browser-based play platform built specifically around Balatro. It is not a content farm,
generic launcher clone, or one-page embed. The site combines in-browser play, per-player save handling,
progression systems, public leaderboards, ranked duel support, cosmetic ownership, a player market, and trade offers into one service.
The core design goal is consistency: a player should be able to sign in, launch a real game, preserve their normal
progress, and understand exactly what the service is doing when a duel or game is being prepared.
Browser play instead of disposable launches
Each player uses a tracked game flow. The dashboard shows launch status, fullscreen controls, and the current game state
so the site behaves like a managed play environment instead of a bare iframe.
That matters because browser play is only useful when the surrounding system handles failure cases clearly. This
site keeps launch messages, reward summaries, and game state visible in one place.
Progression and integrity are first-class features
The service tracks leaderboards, quests, Chips, cosmetics, duel ratings, and profile presentation. Those systems are
built around server-side validation so public progression does not depend on untrusted client input.
If Profile 1 becomes ineligible through moderation or unlock-state rules, the site disables affected systems and tells
the player why. That keeps public competition, economy, and rewards credible.
Duels are isolated from solo saves
Ranked and private duels are handled separately from normal solo play. The duel system is designed around temporary,
controlled match environments rather than the player’s own long-term session state. That separation reduces the chance
that duel automation or match prep could overwrite a normal save path.
The site includes real product surface area
Beyond launching the game, the site contains profile editing, player bios, public profile views, cosmetics, quest
tracking, feedback submission, admin review tooling, daily and weekly leaderboard periods, and duel match history.
Reviewers should see a product with real purpose, not a thin wrapper.
Operational notes
How the platform is intended to be used
Normal sessions: Use the player’s own progression and save path.
Duels: Use match-specific setup, seed handling, and independent result resolution.
Leaderboards: Reflect tracked play and server-side parsing, with eligibility enforcement.
Feedback: Signed-in players can submit bug reports and feature requests inside the site.
Profiles: Players can set a nickname, avatar, bio, and cosmetic presentation.