INDOHP Rekber
Escrow web application for a community marketplace — built to make transaction status and trust visible by default.
- Stack
- Nuxt · Laravel · MySQL
- Category
- Freelance · Web
What shipped
- Designed transaction states so progress is readable at every step.
- Separated status records from the UI so admins can read the process clearly.
- Combined a Nuxt frontend with a Laravel backend and MySQL data layer.

Rekber — short for rekening bersama (escrow) — is a transaction pattern used in Indonesian communities where trust between buyers and sellers is not guaranteed by the platform. The problem is straightforward: when money changes hands but goods or services are still in progress, both parties need to see exactly where the transaction stands.
The problem
In community marketplaces, a clear transaction flow substitutes for institutional trust. Without it, both parties guess — which is the opposite of a useful product.
What I built
A web escrow application combining a Nuxt frontend and a Laravel backend. The work centered on transaction status: modeling the stages a payment goes through, making those stages visible to both parties, and separating status records from the interface so admins could audit the flow without hunting through UI state.