PPLPPL
... /loading ...
INITIALIZING_
SYS / BOOT
A mobile app that automates payment reminders and escalation workflows for businesses — reducing manual follow-ups with push notifications and payment tracking.
PayUp automates the awkward process of chasing late payments. Instead of manually drafting reminder emails or messages, businesses configure escalation rules — send a gentle reminder on day 3, a firmer notice on day 7, escalate to management on day 14. PayUp handles it automatically.
Small businesses and freelancers lose significant time on payment follow-ups. The manual cycle of "draft email → check if paid → repeat" is inefficient and emotionally draining. PayUp turns it into a configurable, hands-off workflow.
| Layer | Technology |
|---|---|
| Mobile | React Native, Expo Router |
| Styling | NativeWind (Tailwind for RN) |
| Language | TypeScript |
| Backend | Supabase (database + auth + realtime) |
Supabase Edge Functions handle the scheduled reminder dispatch — they query overdue invoices, evaluate escalation rules, and trigger push notifications via Expo's notification service. The mobile app is the management interface; the logic runs server-side on a cron schedule.