The Client
StartSmart is a Dubai-based business-setup consultancy. They help entrepreneurs, investors and expat families establish companies, secure residency visas and stay compliant across all three UAE jurisdictions — Mainland, Free Zone and Offshore. It's a category where trust is the entire product: clients are making a multi-year commitment to a country and a team, often before they've ever met them in person.
The Challenge
StartSmart's website wasn't doing the consultancy justice. A credible prospect — someone about to relocate their business and family to Dubai — needs to find enough depth on a single site to form an opinion: what's the jurisdiction mix, what's the process, who's behind the firm, how do they handle tax and visas, and are they serious?
The brief was to ship a real website — not a template, not a landing page — that could:
- Explain a broad catalogue of services (company formation, residency and relocation, DIFC foundations, tax planning, corporate compliance) in enough depth that a serious prospect never has to leave the page to feel informed
- Serve both English-speaking international audiences and Dutch-speaking expats looking at Dubai, without the stiff, machine-translated feel that plagues most bilingual sites
- Load fast, rank well, and convert visitors into booked consultations
What We Built
The public website at startsmart.ae — a complete marketing surface for the firm:
- A bilingual routing layer in English and Dutch, with
next-intldriving the message catalogue and correct hreflang alternates in every page's metadata - A structured services catalogue — each service (business setup, residency, DIFC foundations, tax, compliance) has its own detail page with process steps, documents needed, and benefits
- Home, About, Services, Blog, Contact, Privacy, Terms and Imprint — the full content shape a prospect expects from a credible firm, not a startup landing page
- A blog module with locale-aware slug routing, ready for content marketing
- A contact and lead-capture flow with server-side form handling that routes qualified leads to the StartSmart team
- Motion and polish via Framer Motion on the hero and process timeline — restrained, not performative
- SEO infrastructure: sitemap generation, robots.txt, metadata alternates for hreflang, security headers at the Vercel edge, and clean URL redirects so link equity survives future restructures

How We Built It
Three choices define the codebase:
Typed service data, not MDX prose. Every service — business setup, residency, DIFC foundation and so on — lives in src/lib/services-data.ts as a strongly-typed object with process steps, required documents, benefits and CTAs as structured arrays. Pages render from that single source. Adding a new service takes minutes, not hours, and translations line up by shape.
i18n at the routing layer. Rather than bolting translations onto individual components, the [locale] segment is the source of truth. Pages, sitemaps and metadata alternates are generated per-locale automatically, which means hreflang is correct, canonical URLs are correct, and the site is genuinely bilingual at the infrastructure level — not just in the copy.
Performance as a first-class constraint. Tailwind v4, the Next.js App Router, and deliberate image and font choices keep the Lighthouse scores where they need to be for a site competing on organic search in a high-intent category.
The Outcome
StartSmart now has a website that looks and reads like the serious UAE consultancy they are. The bilingual setup opens the Dutch-speaking expat audience without fragmenting the rest of the site, and the SEO foundation is in place for content marketing to compound over time.
Operationally, adding a service, a translation, a blog post or a landing page is a routine operation rather than a project — which matters in a business where regulations and jurisdictions shift every year.
Why It Matters
Plenty of consultancies ship brochure sites. The point of this engagement was to ship a platform — something StartSmart can grow on for years without a rebuild, and something credible enough to close five- and six-figure engagements off organic traffic. That's the difference between "a website" and the product that sells the product.
