About PartyF
PartyF is a free collection of quick, real-time party games you play entirely in the browser — no app to install, no account to create. One person opens the site, starts a game, and gets a short room code; everyone else opens the same site on their own phone or laptop, types in the code, and the room fills up in seconds. From there the host picks a game, everyone plays a few rounds together, and the app keeps score along the way.
Under the hood, a room is a lightweight session that lives in server memory (Redis) for the length of the game and nothing more: sessions expire automatically after a few hours, or sooner if everyone leaves and nobody comes back. There's no sign-up flow because there are no user accounts at all — PartyF doesn't ask for a name tied to an identity, doesn't store game history against a profile, and doesn't need to know who you are to let you play. When a session ends, its data is gone.
The games themselves span a few different moods: fast word games you can finish in a couple of minutes, drawing and deduction games that reward knowing your friends, and a few slower cooperative or card-based games for a longer game night. New games get added regularly — see the full games list for what's currently playable.
PartyF is built and maintained by a single independent developer as a side project, not a company. It's free to play, supported by a small amount of advertising and optional Ko-fi tips from people who enjoy it — there's no paywall and no premium tier. If something breaks or you have an idea for a game, the contact page has the ways to reach out.