Indonesia Bisa Ekspor · B2B · Commodity Trading · 2022 — 2023
BisaTrade
An export commodity portal connecting Indonesian exporters to global buyers — built on a security-first authentication layer.
- Role
- Front-End Architect
- Sector
- B2B · Commodity Trading
- Period
- 2022 — 2023
01
Overview
BisaTrade is a business-to-business portal where Indonesian exporters list commodities and global buyers discover and transact. B2B trust rests on identity: every participant has to be who they claim to be.
I architected the front-end around a defense-in-depth authentication layer — the security module was designed before the features it protects. On top sat a Next.js experience with a modular Redux state design, so the portal could grow alongside the commercial roadmap.
02
Approach
- 01
Security before features
Authentication and authorization were architected as a hardening-first layer — the trust anchor for every business interaction.
- 02
Modular state design
Redux modules mapped one-to-one with product domains, keeping the store predictable as features accumulated.
- 03
SSR where it matters
Next.js server rendering kept listings fast, indexed and consistent.
03
Delivered
Auth module
Registration, login, session and role-based access engineered as a reusable, hardened layer.
Commodity portal
Listings, search and deal surfaces for exporters and buyers.
Modular state layer
Domain-scoped Redux modules that scale without tangled cross-dependencies.
04
Selected views
05
Impact
- A B2B portal where identity is assumed safe — so buyers and exporters can focus on the trade.
- An auth layer reusable across the company's future portals.