Hub for the Lakuyo merchant commerce platform, built around core POS + Inventory with Order Management expanding later.

Rule

Local-first by default, cloud-enhanced when you need it.

Core domains

  • POS — checkout, completed Sale processing, receipts (view, share, thermal print)
  • Inventory — products and stock management
  • Customer membership — registered store members (pelanggan member), member vs walk-in pricing, admin discounts, per-member purchase history (Phase 3, POS-024)
  • Order Management — customer Orders before checkout; expands in Phase 3

Backup model

  • Free: manual local backup / restore
  • Personal Cloud Backup / Drive Backup (POS-008): Google Drive on Android, iOS, macOS, and Windows; merchant-owned storage; ≈ Rp100.000 one-time unlock or included while Pro is active; automatic backup ON by default after authorization
  • Lakuyo Cloud Backup (POS-014): Lakuyo-operated Pro service

Personal Cloud Backup is backup/disaster recovery, not coordinated multi-device synchronization.

Domain architecture

Lakuyo
├── POS
│   ├── Cart
│   ├── Checkout
│   ├── Payment
│   ├── Receipt (view, share, thermal print)
│   └── Sale / transaction history

├── Inventory
│   ├── Product catalogue
│   ├── Stock quantity
│   ├── Receiving / adjustment
│   └── Stock movement history

└── Customer membership (Phase 3, POS-024)
    ├── Member registry (pelanggan member)
    ├── Member vs walk-in pricing
    ├── Admin membership discounts
    └── Member purchase history
 
Order Management
→ separate domain
→ expands later
→ Order ≠ Sale

See Product/Domain Terminology, Product/Business Model, and Product/Plans and Entitlements.

Repositories

RepoRole
lakuyo-websiteMarketing — https://lakuyo.suherman.net
lakuyo-docsThis vault — https://lakuyo-docs.suherman.net
lakuyo-control-planeSpecs, contracts, delivery status
lakuyo-appKotlin Multiplatform client — Android primary (Herry)
lakuyo-iosiOS client (Iman)
lakuyo-macosmacOS client (Iman)
lakuyo-windowsWindows client (Herry)
lakuyo-backendPaid/cloud backend (Iman)

Public host

Marketing: https://lakuyo.suherman.net · Docs: https://lakuyo-docs.suherman.net

Entry points