Bryha Logistics.
“Freelance gig: ship a logistics company a real production website, not a template.”
Bryha Logistics is a Gurugram-based logistics outfit that needed a customer-facing website with actual lead-capture infrastructure — booking and customer-inquiry endpoints, form validation, edge-cached delivery — not a contact-form-and-prayer landing page. The brief was concise: own the build end-to-end (frontend, backend endpoints, deployment), make it fast, and make it convert. Shipped over four months on a Next.js / TypeScript / Tailwind / Vercel stack.
The work, with the technical decisions that mattered.
- +30% online engagement from production-grade lead capture
Designed and shipped REST endpoints for booking and customer-inquiry management — the inquiry form became a real funnel rather than a dead-letter mailbox. Engagement metrics tracked a 30% lift after launch.
contribution · 01 - Next.js + TypeScript + Tailwind frontend with a clean UX pass
Implemented a responsive Next.js + TypeScript + Tailwind site with a deliberate UX pass — every form, CTA, and page transition tightened so the logistics-quote flow didn't drop users between the homepage and the inquiry form.
contribution · 02 - Sub-second loads via Vercel edge caching + form-validation hardening
Owned the full deployment pipeline on Vercel — edge caching where it helped, form validation hardened on both client and server, structured handling of common inquiry payloads. Production load times stayed under one second on the launched traffic profile.
contribution · 03
Owning the full stack on a freelance build forces you to be honest about which optimisations actually matter: edge caching landed; over-engineering the inquiry schema would not have. Shipping production-quality UX on a four-month timeline depends as much on tight scope as on tooling.
- Designed and developed a production website with backend REST API endpoints for booking and customer-inquiry management, increasing online engagement by 30%.
- Implemented a responsive Next.js + TypeScript + Tailwind frontend ensuring a clean UX and seamless integration with backend services.
- Owned the full deployment pipeline on Vercel with edge caching and form validation hardening, achieving sub-second initial load on production traffic.