Client platformsCommissioned2026
Auxesis Group
Corporate website for a holding and consultancy firm in Kigali, Rwanda, with English, French, and Kinyarwanda locales and a Supabase-backed CMS.

Outcome
Handed the client a multilingual site they can update themselves, with HMAC-signed sessions, image uploads, and a static fallback when the database is unreachable.
What I built
- Delivered locale-aware routing in English, French, and Kinyarwanda with next-intl, plus dynamic sitemaps and database-backed content.
- Built an authenticated CMS with CRUD and image uploads, using HMAC-SHA256-signed httpOnly sessions.
- Made Supabase optional: without credentials the site falls back to file-based case study data, so local builds and previews never depend on the database.
- Delivered contact form email over Zoho SMTP with configurable host, port, and TLS mode.
- Wrote a HANDOVER.md documenting environment variables and content workflows for client operations.
Stack
Next.js (App Router)TypeScriptnext-intlSupabasePostgreSQLSMTPTailwind CSSVercel