Life & fun · September 11, 2023
I built Wuf, mobile notifications for all your needs
Hi, I am Luca software engineer and indie hacker. For one of my SaaS products, I had the need to add mobile push notifications to send specific messages to the users (like new messages received, support requests, and so on). But that meant building and releasing a mobile app for iOS and Android. So I thought that I could create a third-party product, to provide exactly that service. The users install the Wuf app. They send you their User Key generated upon sign-up. You send them push mobile notifications via HTTP POST. I'd love to hear your feedback on it, and if you want to become an early…
In plain words
Wuf is a mobile push notification service that allows developers to send targeted messages to users without building their own iOS and Android apps. Users install the Wuf app and share their unique User Key, while developers send notifications via simple HTTP POST requests. It handles common notification scenarios like new messages and support alerts, streamlining the process for SaaS products and other applications that need to reach users on mobile devices.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
Hi, I am Luca software engineer and indie hacker. For one of my SaaS products, I had the need to add mobile push notifications to send specific messages to the users (like new messages received, support requests, and so on). But that meant building and releasing a mobile app for iOS and Android. So I thought that I could create a third-party product, to provide exactly that service. The users install the Wuf app. They send you their User Key generated upon sign-up. You send them push mobile notifications via HTTP POST. I'd love to hear your feedback on it, and if you want to become an early user, I'd be happy to welcome you Luca
More life & fun this month
the category →- TL
Life & fun · 10d ago · louisabraham.github.io

Photosynthesis fires two of your iPhone
Life & fun · 28d ago · photosynthesis.camera
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 28d ago · solouno.io

Scroll through all 43,252,003,274,489,856,000 reachable Rubik's Cube permutations.
Life & fun · 26d ago · everycube.alen.is


Hi HN, I built Eigendrum, a web tool that solves the 2D wave equation for arbitrary shapes so you can hear what they sound like as drums. How it works: * Solves -∇²u = λu using finite element analysis (Kφ = λMφ) on a triangle mesh. * Validated to <0.1% error against closed-form solutions for circles (Bessel zeros) and rectangles. * Sound model factors in strike location, Rayleigh damping, and mallet width. * Includes Kac drums I & II to demonstrate identical sound spectra from different geometries. * No frameworks, build steps, or dependencies. Repo and tests:…
Life & fun · 27d ago · baselashraf81.github.io