Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Starter kit for the official PartyKit tutorial that adds realtime features to a Next.js 13 app via a live poll.
PartyPoll Tutorial Starter is a starter-kit template for the official PartyKit tutorial that teaches you how to add realtime features to a Next.js 13 app by building a live poll. The template is a small GitHub repository that serves as the starting point for the step-by-step guide "Add PartyKit to a Next.js App" on docs.partykit.io, and it is maintained by the PartyKit team.
PartyPoll Tutorial Starter is a boilerplate repository on GitHub that contains the initial Next.js 13 project used in the PartyKit tutorial "Add PartyKit to a Next.js App." It takes a plain Next.js scaffolding as its starting state and produces a simple poll application where votes update in realtime across connected clients once the tutorial steps are completed. The template is publicly available under the PartyKit organization and serves as the companion code for the tutorial, a finished reference implementation, and a live demo.
The intended workflow is to clone the repository, install dependencies, and follow the step-by-step PartyKit tutorial. The tutorial walks you through adding PartyKit connection code, creating rooms for each poll, and broadcasting vote updates so all connected clients see changes in realtime. By the end, your local app matches the finished PartyPoll implementation linked in the repository.
The starter is publicly available as a GitHub repository under the PartyKit organization. The tutorial and the live demo are also free to access based on the public links provided in the repository description.
It provides the initial Next.js 13 project for the PartyKit tutorial "Add PartyKit to a Next.js App," so learners start from the exact codebase used in the tutorial rather than building a new project from scratch.
Yes. The starter is a Next.js project, and the tutorial assumes you can run a Next.js development server locally. You should be comfortable with React components and basic JavaScript.
The repository page links to the finished PartyPoll source code at github.com/partykit/partypoll and a live deployment at partypoll.vercel.app, both of which show the completed realtime poll.
This template is a tutorial starter kit, not a production boilerplate. It is designed for learning how to add PartyKit to a Next.js app and does not include authentication, database persistence, or other features required for a real deployed poll service.
