Yesterday evening I threw together a landing page for a side project to my other side projects:
It’s a tiny and opinionated tool for sending push notifications. No sign up. No message history. No dashboard.
I like it. Would you? 😄
Yesterday evening I threw together a landing page for a side project to my other side projects:
It’s a tiny and opinionated tool for sending push notifications. No sign up. No message history. No dashboard.
I like it. Would you? 😄
If I am to release brrr, then I’ll need to come up with a pricing strategy. Even if it’s a simple app, I’ll need to ensure that I cover my costs and ideally earn just a little. Choosing a strategy is difficult, though.
Current ideas include:
- First N pushes are free, then $X for 1,000 pushes.
- First month is free, then $X/year.
- One device is free. $X/year for multiple devices.
A tip jar and one-time purchase seem risky for an app with hosting costs.
When people try to send pushes without an active subscription, I could just return an error, but I feel like I should also do something more fun.
Like, I could send a push saying people need to start a subscription or scramble the text in the notification.
But I fear that any such notification might be sufficient for some users to deduce why they would have otherwise received the notification 😄
Do you want to help me test brrr? 👇
https://testflight.apple.com/join/55qZ7dRn
Learn more about the project on https://brrr.now
@simonbs Might be a HTTPBot (cURL import) issue; when manually entering raw JSON in the body the notification displays correct (spaces instead of escape codes).
Will check with Proxyman later today and report back.
@simonbs I don't have a use for this right now, but I’d _like_ to have one!
For me I'd rather $X for N pushes. I assume you'd offer options of auto top-up or manual?
One device being free sounds dangerous, some people might be happy with that and end up costing you a bunch. (And also you could just open 5 free accounts for your 5 devices -- anything that can send one HTTP call can send five!)
@amyworrall Indeed. I’m not too happy allowing a single device for free either.
As for the automatic top pup, that’s why I don’t like that option either. It gets complicated.
@simonbs Maybe:
First N pushes are free, then tiered subscriptions based on usage level:
- $X/period for 1000 pushes per period
- $Y/period for 10000 pushes per period
- $Z/period for unlimited pushes
Maybe too complicated.
But most people hopefully understand subscriptions that also include actual server costs.
@simonbs Status: “Waiting for TestFlight invite”.
But seriously: I hope you do a public beta and will share an invite link here or on the landing page.