This is a field guide to nextjs website development for the Saudi market. No theory you can't act on, and no advice that assumes a US search landscape.
Bilingual, mobile-first and fast is the baseline in this market, not the ambition. The differentiation happens in the details — typography that respects Arabic, layouts that mirror properly, and conversion paths that match how Saudi buyers actually behave.
What good looks like here
The honest starting point for nextjs website development is an audit rather than a plan. Half of what most Saudi businesses need is already present and broken — a profile nobody maintains, pages nobody links to, data nobody reconciles. Fixing existing assets typically returns faster than building new ones, and it is considerably cheaper. Build only after you have exhausted the repairs.
APIs designed for the second consumer
Build the interface as if a mobile app, a partner and a reporting tool will all use it, because within eighteen months they usually do. Version from day one. Return consistent error shapes. Paginate. Document with real examples. Rate-limit. The cost of doing this properly at the start is a fortnight; the cost of retrofitting it across live consumers is a quarter.
Handover that leaves you free
Source in a repository you own. Documented environment setup. Credentials in a managed vault. An architecture note a competent newcomer can follow. A recorded walkthrough. Anything less and you do not own the system you paid for — you rent it. Write these deliverables into the contract before work starts, because they are difficult to obtain afterwards.
Choose the stack for the team you have
The best technology is the one your organisation can maintain in two years. A brilliant framework nobody in-house understands becomes a dependency on the agency that built it. Weigh local hiring availability, community support, upgrade cadence and total cost of ownership alongside raw capability — particularly relevant in the Saudi market, where Saudization targets make local maintainability a strategic, not just practical, concern.
The businesses that win in Saudi search are rarely the biggest. They are the ones that did the unglamorous work consistently for four quarters.
Integration is where projects actually fail
ERP, CRM, payment gateway, logistics, ZATCA clearance, SMS provider, identity via Nafath. Each integration has its own authentication, rate limits, sandbox quality and failure modes. Map every one at scoping, request sandbox credentials before committing to a timeline, and budget explicitly for retry logic, idempotency, reconciliation and error alerting. Integration work that is estimated optimistically is the single most common cause of overrun.
Typical project shape
| Stage | Typical window | What you should see |
|---|---|---|
| Discovery and content | 2–3 weeks | Usually the critical path, not development |
| Design system and key templates | 3–4 weeks | Bilingual from the first artboard |
| Build and integrations | 4–8 weeks | Varies most with third-party systems |
| QA, RTL testing and launch | 1–2 weeks | Real devices, throttled connections |
Windows assume consistent execution and a market of ordinary competitiveness. Treat them as planning ranges, not commitments.
Core Web Vitals, honestly
Interaction to Next Paint is the metric that catches most Saudi sites out, because it punishes heavy third-party scripts — chat widgets, tag managers, multiple pixels, review carousels — that accumulate over years. Largest Contentful Paint is usually an image or web-font problem: serve modern formats, set explicit dimensions, preload the hero, and subset Arabic fonts rather than shipping the full glyph set. Cumulative Layout Shift is almost always ads or late-loading banners. Fix in that order and the field data follows within a month.
Hreflang without the usual mistakes
Use ar-SA and en plus an x-default. Every annotation must be reciprocal — if the Arabic page points to the English one, the English page must point back, or the whole set is discarded. Point at canonical URLs only. Do not mix hreflang with a canonical that points to the other language. And remember hreflang selects between versions; it does not create authority. A thin Arabic page still ranks like a thin page.
Monitoring so problems surface in days, not quarters
Set up uptime checks, a weekly crawl with change alerts, Search Console coverage alerts, and a Core Web Vitals field report reviewed monthly. Most catastrophic SEO losses in this market trace back to a deployment that added a noindex, a robots rule or a broken canonical, and sat unnoticed for a full quarter because nobody was watching the right dashboard.
Logs tell the truth that reports do not
Server log analysis shows which URLs Googlebot actually fetches, how often, and where it wastes budget. On large Saudi catalogues the usual finding is that most crawl activity goes to filtered listing URLs while new product pages wait weeks. Fixing that with parameter handling, pagination discipline and a clean XML sitemap is often worth more than any content project running in parallel.
What to verify first
- Validate Saudi mobile number formats without rejecting valid ones
- Confirm the success message after form submission says what happens next and when
- Give form fields visible labels and visible focus states
- Confirm numerals, phone numbers and Latin brand names stay left-to-right inside Arabic text
- Set correct language attributes so screen readers pronounce Arabic properly
- Serve images sized for the viewport actually being rendered
Build versus buy, decided honestly
Buy where the process is standard and your version is not a competitive advantage — accounting, payroll, helpdesk. Build where the process is genuinely how you win. The costly error is building a mediocre version of commodity software, or forcing a distinctive operating model into a rigid package and losing the thing that differentiated you.
Where to start this week
Test your site on a throttled mid-range Android. Time it. Then check the Arabic version for mirrored layouts, correct typography and a language switch that preserves the page. Add the trust elements Saudi buyers look for — registration number, national address, real photographs, a WhatsApp route. Most sites gain more from that afternoon than from a full redesign.
Pick the two changes above with the clearest link to revenue and ship them this month. Momentum matters more than completeness at the start, and a finished small change beats a planned large one.



