Nerdkidchiki
Nerdkidchiki3w ago

Food app notifications help

I want my users to be able to receive notifications and alerts whenever an order is ready or the delivery person is nearby.....how can i do this for a web based project with either Next.js or Tanstack Start
3 Replies
CodingWithJamal
If your app is a website only it would be easier to use emails or text messages for notifications. Browser push notifications do exist but the api is different for every browser and you will have to do a lot of work to make sure it never fails
lee
lee3w ago
if you're using Expo (mobile), we have this https://www.convex.dev/components/push-notifications
Convex
Expo Push Notifications
Send push notifications with Expo. Manage retries and batching.
Matt Luo
Matt Luo3w ago
Hey @Nerdkidchiki I can potentially write a Stack article on setting up a email notifications using Bluefox.email. Let me know!

Did you find this page helpful?