u/ArtistImpossible5012

I’ve been building a lightweight restaurant management/POS system for small restaurants here in the Philippines and I wanted to ask restaurant owners here something honestly.

The system is focused more on operational simplicity rather than “enterprise features.”

Main features currently:

  • POS
  • inventory
  • payroll
  • kitchen display
  • sales/expense tracking
  • offline-capable setup
  • designed for low-end hardware and unstable internet

One thing I noticed talking to smaller restaurants/carinderias/cafes:

A lot of businesses still use:

  • notebooks
  • Excel
  • manual inventory
  • Facebook Messenger orders
  • calculators beside the cashier 😅

Partly because many existing POS systems feel:

  • expensive
  • bloated
  • complicated for staff
  • subscription-heavy
  • dependent on stable internet

The catch though:
The system is NOT yet BIR-registered/accredited.

So I’m curious from actual business owners:

Would you still consider paying for a system like this if:

  • it genuinely made operations easier
  • worked offline
  • was simple for employees
  • helped monitor the business remotely

Even without official BIR accreditation yet?

And realistically, how much monthly (or one-time) would small restaurants actually be willing to pay for something like this?

Trying to understand if I’m solving a real enough problem before going deeper into development.

reddit.com
u/ArtistImpossible5012 — 3 days ago

I’ve been building a lightweight restaurant management/POS system for small restaurants here in the Philippines and I wanted to ask restaurant owners here something honestly.

The system is focused more on operational simplicity rather than “enterprise features.”

Main features currently:

  • POS
  • inventory
  • payroll
  • kitchen display
  • sales/expense tracking
  • offline-capable setup
  • designed for low-end hardware and unstable internet

One thing I noticed talking to smaller restaurants/carinderias/cafes:

A lot of businesses still use:

  • notebooks
  • Excel
  • manual inventory
  • Facebook Messenger orders
  • calculators beside the cashier 😅

Partly because many existing POS systems feel:

  • expensive
  • bloated
  • complicated for staff
  • subscription-heavy
  • dependent on stable internet

The catch though:
The system is NOT yet BIR-registered/accredited.

So I’m curious from actual business owners:

Would you still consider paying for a system like this if:

  • it genuinely made operations easier
  • worked offline
  • was simple for employees
  • helped monitor the business remotely

Even without official BIR accreditation yet?

And realistically, how much monthly (or one-time) would small restaurants actually be willing to pay for something like this?

Trying to understand if I’m solving a real enough problem before going deeper into development.

reddit.com
u/ArtistImpossible5012 — 3 days ago

I built my own SMS gateway using an Android phone (now added basic CRM features)

I got tired of paying for SMS APIs… so I built my own.

The idea is simple:

  • Turn an Android phone into an SMS gateway, then control it via a web dashboard + API.
  • No per-message fees. No vendor lock-in. Just your own SIM + device.

Originally, it was just a gateway.
Send/receive SMS via REST API. That’s it.

But after actually using it in real projects, I realized:

Sending messages is easy.
Managing conversations is the real problem.

So I added a lightweight CRM layer.

What it does now:

  • Send & receive SMS via API
  • Use your own SIM (local rates)
  • Contact management (notes, tags, history)
  • Message history per contact
  • Scheduled messages
  • Inbound filtering (ex: only accept messages from known contacts)
  • Device monitoring (heartbeat, queue, activity logs)

Why I built it:

I had a project where SMS costs were getting out of hand (especially here in PH).
Paying per message doesn’t scale well if you’re sending thousands daily.

Using a real device as the gateway just made more sense.

Where I think this is useful:

  • School notification systems
  • OTP / alerts
  • Internal tools
  • Small businesses that rely on SMS
  • Countries where SMS APIs are expensive

Still early, but it’s already usable.

If anyone’s curious or wants to try it:
https://txtflow.xyz

Would love feedback!

u/ArtistImpossible5012 — 10 days ago