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.