Back to projects
Company WebsiteLive2026

INTERFRUIT

A 4-language marketing and lead-generation website for a fruit export/import company connecting Uzbekistan and South Korea.

Next.jsReactTypeScriptTailwind CSSNeon PostgresDrizzle ORM
INTERFRUIT project preview

Overview

INTERFRUIT is a full-featured corporate website built for a fruit export/import company operating between Uzbekistan and South Korea. It brings together products, the export process, documentation, banking details, and inquiry handling in one place.

Problem

An international trading company needed a trustworthy, multilingual, and official source of information for potential partners - covering products, the export process, and documentation - along with a way to capture inquiries in real time.

Solution

I built a 4-language (Uzbek/English/Russian/Korean) site on Next.js App Router using a dynamic [locale] segment. The contact form writes to a Neon Postgres database in real time via Drizzle ORM, and products and documents are presented with real photos.

Key features

  • 4-language i18n (uz/en/ru/ko) via a dynamic [locale] segment
  • Contact form that writes to Neon Postgres in real time
  • Export documents and product gallery with real photos
  • Auto-rotating image carousel on the homepage

Challenges

  • Translating and managing four languages to the same quality bar
  • Keeping the backend (contact form) lightweight and fast
  • Presenting real documents and photos in a professional layout

Lessons learned

  • Next.js App Router's [locale] segment makes multilingual sites much easier to manage
  • Drizzle + Neon is a very lightweight solution for small backend needs
  • Real content (photos, documents) builds trust far more than placeholder content

Future improvements

  • Manage product prices/catalogs through an admin panel
  • Add email/Telegram notifications for contact form submissions
  • Further optimize SEO and page speed