← PushPig
Team & group updates
Reach a whole group in real time — without an app of your own.
Dev team, family, sports club or community: with PushPig you reach a whole group
in real time — on every device, without an app of your own.
No app required
Your members don't install anything. They receive messages via
web push in the browser, through the
Android app, or — when a push can't be delivered — via
email fallback. One broadcast, all channels.
Join in seconds
Create a channel and share an invite link (valid
for 7 days) or invite directly by username or email. The Android app also shows invitations as
a QR code — scan, join, done. Private channels stay invisible to outsiders.
Personal, not one-size-fits-all
For individual messages to many recipients there's bulk send:
upload a CSV and personalise title and body with placeholders.
username,name,rank
alice,Alice,3
bob,Bob,1
Template Congrats {name}, rank {rank}! → every member gets their own message.
Up to 5,000 recipients per job.
Push notifications for clubs and associations
For a club the situation is almost always the same: something changes at short notice and everyone
needs to know right away. Training cancelled, kick-off moved, meeting called off, helpers needed
today. A notice on the board reaches nobody in time, a round-robin email sits unread, and building
a club app and maintaining it in both app stores is not worth it for a few dozen members.
With PushPig you create one channel per group — First team, Youth,
Committee, All members — and each member subscribes only to what concerns them.
An urgent announcement lands on the lock screen within seconds, with nobody
installing an app:
curl -X POST https://pushpig.de/api/push/send \
-H "X-API-Key: $PUSHPIG_KEY" \
-H "Content-Type: application/json" \
-d '{"channel":"first-team","title":"Training cancelled",
"body":"Pitch closed — no session today.","urgent":true}'
The same works from the dashboard without a line of code. With "urgent": true genuine
alerts reach members even inside their quiet hours — while the weekly schedule politely waits
until morning.
A privacy side effect for clubs: members hand over neither a phone number nor a messenger account.
They subscribe to a channel, cannot see each other and can leave again at any time. Servers are in
the EU and processing is GDPR-compliant.
Respect quiet hours
Each member sets their own do-not-disturb window per channel — messages within it
are held back and delivered afterwards. The group stays informed without being woken at night.
One-way broadcast, not a chat: PushPig sends from the sender to all subscribers — ideal for
announcements, not for discussions.
Frequently asked questions
How can a club send push notifications to its members?
The club creates a channel in PushPig and shares the invite link or QR code, for example in an
existing group or on the club's website. Everyone who joins receives each message of that
channel as a push in the browser, in the Android app, or by email as a fallback. No club app of
your own is required.
Do members need an app?
No. Web push works directly in Chrome, Firefox, Edge and Safari; on iPhone and iPad the page has
to be added to the home screen once. Anyone who prefers it can additionally use the Android app.
How do I make sure an urgent announcement reaches everyone immediately?
Urgent messages are sent with the urgent flag and are delivered even inside the
recipients' quiet hours. Anyone the push cannot reach because no device is registered receives
the same message via the email fallback.
Can members write to each other?
No, and that is deliberate. PushPig is a one-way broadcast from the sender to all subscribers.
Members see neither each other's messages nor each other's contact details, so no group chat
emerges that would need moderating.
What does it cost for a small club?
The free plan includes 1,000 pushes per month, which is usually plenty for announcements to a
manageable number of members. Counting is per send, not per recipient. See the pricing page for
details.
Help & API ·
Pricing ·
Contact ·
Imprint ·
Privacy