Skip to content
Go back / Projects

TruMarket

An investor-facing marketing site for Tru Market — a blockchain-secured agricultural trade financing platform offering 15% APY, with a live investment return calculator.

TruMarket

Overview

client's2026

An investor-facing marketing site for Tru Market — a blockchain-secured agricultural trade financing platform offering 15% APY, with a live investment return calculator.

Tech Stack

Next.jsTypeScriptTailwind CSSReact

Challenges & Learnings

The site pitches an institutional-grade investment product (agricultural trade financing, 66+ completed deals, 98.2% track record per its own stats) and needs to make the pitch concrete rather than abstract — the centerpiece is a live investment calculator where a prospective investor enters an amount and period and immediately sees projected monthly income and total profit, rather than reading a static disclosure paragraph. The commit history shows real refactoring discipline on top of the initial build: reorganizing the src folder structure and flattening routing, unifying landing sections under a reusable layout so the calculator and content blocks share consistent spacing/typography, consolidating design tokens for contrast fixes on gradient buttons, and a dependency bump (Next.js to 15.5.19) specifically to satisfy a Vercel deployment security block — the kind of unglamorous but necessary fix that keeps a site deployable.