Home/Reports/Deep Dives/wise
← Back to Deep Dives

Wise Tech Stack Analysis: Next.js, Cloudflare & Sales-Led Without CRM

wiseB2BSaaSAPIAIFintech·May 29, 2026·18 min read

Wise operates a sales-led enterprise motion with Next.js, Cloudflare, GA4, and no observed CRM. Dive into their tech stack analysis for competitive insights.

Wise runs a sales-led enterprise motion with a contact form but no CRM or live chat in sight — a rare gap for a regulated fintech processing billions in cross-border transfers. The tech stack underneath reveals a company optimizing for broad measurement and API-driven delivery, yet leaving the core lead-to-cash journey startlingly manual.

This analysis pulls together signals from their public web presence, ad infrastructure, frontend architecture, and operational tooling to give product leaders an inside look at how Wise builds, markets, and converts. Every observation is grounded in concrete tools — from Next.js and React 18.2.0 on the frontend to Google Analytics 4, Mixpanel, and TVSquared on the commercial side — and the gaps are just as instructive as the detections.

The Stack at a Glance

Wise’s public-facing web application sits on a delivery layer managed by Cloudflare, with an additional Amazon CloudFront footprint, both served through Cloudflare’s DNS and enforced HTTPS. The TLS certificate is signed by DigiCert, and there is no www redirect — just a deliberate canonical domain structure. This dual-CDN setup suggests a blend of global acceleration and content-tiering, typical of a team that values edge caching for static assets.

The frontend is built on Next.js, the React framework, and the specific React version detected is 18.2.0. That combination points to hybrid rendering: server-side for initial loads, static generation for content-heavy pages, and client-side hydration for interactivity. Given the sheer volume of SEO-driven utility pages (more on that later), Next.js’s static generation capabilities are almost certainly used to pre-render currency converters and SWIFT code directories at build time, keeping Time to First Byte low while feeding the organic acquisition machine.

Monitoring and observability rely on Rollbar for error tracking and New Relic for application performance monitoring. A low-confidence signal for Sentry suggests the team may have experimented with alternative error tracking, but Rollbar appears to be the current production choice. This indicates a mature, if not bleeding-edge, observability posture: they catch frontend JavaScript exceptions and backend anomalies in real time, which is critical for a financial service where uptime and correctness directly impact trust.

On the business intelligence side, the analytics stack includes GA4, Mixpanel, and TVSquared. GA4 provides web and conversion event tracking, Mixpanel handles product analytics and user behavior analysis, and TVSquared specializes in TV ad attribution — an interesting inclusion that hints at offline media spend tied back to digital outcomes. Yet, conspicuously absent are any detectable CRM platforms like Salesforce or HubSpot, any live chat tools such as Intercom or Drift, or marketing automation systems. Email infrastructure relies solely on Google Workspace, which means outbound communication is likely manual or triggered by non-marketing-automation means.

How They Acquire Customers

Wise’s commercial motion is a tale of two funnels. For business customers, the path is exclusively sales-led: a contact form asking for name, company, email, phone, and message. That form is the only visible conversion endpoint for B2B in the captured crawl, and there is no self-service enterprise onboarding or product tour. For personal users, the funnel is powered by organic utility content that pulls prospects into the orbit, yet the immediate next step from those pages is ambiguous — the sample lacked observed personal account creation pages, which could imply that many visitors are siphoned off the site entirely or directed to the business contact form.

The organic engine is unmistakable. In the 200-page sitemap sample, 88 currency converter pages and 33 SWIFT code pages dominated the list. These are classic financial utilities: a visitor searches for “convert USD to EUR” or “SWIFT code for Barclays” and lands on a Wise-hosted tool. Each page is indexed, fast, and carries the Wise brand, acting as a top-of-funnel magnet. The underlying technology likely leverages Next.js static generation with incremental static regeneration to keep exchange rates fresh while serving pages at CDN edge nodes via Cloudflare.

Paid acquisition breadth is equally aggressive. The ad pixel landscape covers Google Ads, Facebook Pixel, LinkedIn Insight Tag, Twitter Pixel, Reddit Pixel, Bing Ads, plus programmatic partners like Criteo and The Trade Desk (via their respective tracking tags). A total of 12 distinct advertising or retargeting platforms were observed. This indicates a team that values reach and attribution across the entire digital ad ecosystem, using retargeting to bring back utility-page visitors and then — presumably — funneling them toward the contact sales form. But without a CRM or marketing automation to tie these ad clicks to a lead score or orchestrate follow-up sequences, the ad spend likely generates raw inquiries that then depend on manual sales processes.

The missing conversion infrastructure is the most striking finding. No experimentation tool like Optimizely, VWO, or Google Optimize was detected, which suggests that landing page optimization and A/B testing happen — if at all — through custom-built feature flags or analytics-only comparisons. No lifecycle marketing tools such as Customer.io, Braze, or Marketo were observed; same for referral or affiliate platforms. The entire post-click nurture journey appears to happen outside the observable technology: sales reps receive contact form submissions via email (Google Workspace) and take over manually. This approach can work in high-ticket enterprise deals where every lead gets a tailored human touch, but it leaves a vast middle ground of lower-intent prospects — people who visit a currency converter but aren’t ready to talk to sales — with zero automated nurture, educational drip, or product-led nudging.

Infrastructure & Operations

From an operational standpoint, Wise invests in transparency and API-driven ecosystems, even if the backend hosting details remain opaque. The public status page at status.wise.com is a self-hosted or third-party incident communication platform (not a standard Atlassian Statuspage, based on its subdomain pattern) that broadcasts real-time system health. For a financial service, a public status page is not just a nice-to-have; it is a trust signal for both personal users checking if a transfer will go through and enterprise partners integrating via API.

The API surface itself is accessible under the wise.com domain with no dedicated api.wise.com subdomain observed. This could indicate a monorepo or backend-for-frontend pattern where API calls are routed through the same Cloudflare edge under path-based routing, simplifying CORS and cookie management. The presence of docs.wise.com (HTTP 200 verified) points to a dedicated developer documentation portal, likely built with a static site generator or a docs-as-code platform, serving as the primary entry point for integration engineers. Given the sales-led enterprise motion, this documentation is the self-serve part of the funnel: developers explore the API capabilities, then contact sales to negotiate commercial terms.

Frontend asset delivery is hardened: forced HTTPS via Cloudflare and DigiCert TLS eliminates downgrade attacks, and the use of Cloudflare’s modern edge network keeps latency minimal. The monitoring stack of Rollbar and New Relic provides a lightweight but effective observability layer. Rollbar captures and groups frontend exceptions, alerting on spikes that could indicate a deploy regression in the currency converter logic, while New Relic tracks server-side performance for the APIs that power those converters. In regulated financial environments, this combination also helps satisfy operational resilience requirements by providing audit trails of incidents.

One notable architectural choice is the absence of a detectable content management system. The sitemap suggests that content is either directly authored in code (likely Markdown or MDX) and compiled at build time with Next.js, or served headlessly from an API. This structure is fast, secure, and developer-friendly, but it also means that marketing teams probably need engineering support to publish new landing pages or update SEO copy — a potential bottleneck when iterating on acquisition strategies.

Growth Maturity & Optimization Gaps

Despite the wide paid acquisition array and deep SEO investment, Wise’s growth maturity appears lopsided. They possess advanced measurement capabilities through GA4, Mixpanel, and TVSquared, which together can tie ad impressions, web sessions, and in-product behavior into a coherent attribution picture. TVSquared specifically suggests they are running TV or OTT ads and measuring their direct response impact — a sophisticated move that most fintechs skip.

Yet, the absence of an experimentation layer means they can observe what happens but struggle to test alternatives systematically. Without an Optimizely-class A/B testing framework, every currency converter page layout, form field change, or call-to-action text requires a code deploy or feature flag. The velocity of conversion optimization drops dramatically. Competitors who pair utility SEO with a lightweight experimentation engine can continuously refine everything from the word “Send” to the form’s field order, squeezing incremental conversion gains that compound over time.

Lifecycle marketing is the second big gap. When a business visitor fills out the contact form, what happens next? If sales doesn’t respond within minutes, that lead cools. Tools like Salesloft or Outreach can automate sequences from CRM event triggers, but without a CRM in the observable stack, Wise likely relies on generic Google Workspace-based email templates or manual sales cadences. For personal users who visit a currency converter and leave without creating an account, there is no visible mechanism to retarget them with educational emails about multi-currency accounts, no onboarding sequence, and no referral program to turn satisfied customers into advocates. This is a leaky bucket: heavy spend to bring people in, minimal programmable infrastructure to keep them engaged.

This pattern fits a company that has historically grown through product-led pull (people need international transfers) and brand recognition. Yet as competition intensifies and customer acquisition costs rise, the lack of automated nurture and experimentation becomes a strategic liability. Competitors who adopt HubSpot Marketing Hub or Marketo can build sophisticated lead scoring, and those who layer on Segment plus Braze can orchestrate cross-channel journeys — capabilities that today’s Wise stack only addresses with manual processes.

Enterprise Readiness

Wise is a regulated financial institution operating under multiple authorities: the tech stack detection confirms compliance associations with FDIC (US), FCA (UK), MAS (Singapore), and Bank Negara Malaysia. This multi-jurisdiction footprint is essential for serving cross-border business clients who need assurance that their funds are handled within proper regulatory frameworks. However, the translation of compliance into customer-facing trust signals is incomplete.

A public status page is a good start, but there is no observable trust center — no security certifications page, no SOC 2 report download, no penetration test summary, and no data processing agreement available without contacting sales. For procurement teams at mid-market or enterprise companies evaluating Wise for bulk payouts or API integration, this means every deal involves a manual back-and-forth email chain to request compliance artifacts. That slows the sales cycle and introduces friction that a well-structured trust center can eliminate.

The enterprise conversion motion itself is entirely sales-led, with no self-serve onboarding for business accounts visible in the sample. The captured flow leads from utility content to the contact form, and then the prospect waits for a human touch. For competitors, this is a gap that product-led enterprise onboarding — where a user can create a sandbox account, test the API, and upgrade to production with a click — could exploit. The existence of docs.wise.com demonstrates that API documentation is a priority, but docs alone don’t close enterprise deals; a frictionless “try before you buy” flow paired with automated compliance evidence can dramatically shorten time-to-value.

Operationally, the use of Rollbar and New Relic with continuous deployment (likely via a CI/CD pipeline not directly observable) suggests that Wise can maintain high availability even as they push updates. The combination of Cloudflare’s edge network and DigiCert-backed TLS provides a robust perimeter, and forced HTTPS ensures encryption in transit. For risk-averse enterprises, these are baseline requirements fulfilled.

What This Means for Competitors

For any B2B SaaS company competing with Wise or building adjacent financial products, the stack reveals a major strategic window. Wise has invested heavily in top-of-funnel acquisition and can measure their multi-channel attribution with precision, but their visible missing pieces — CRM, marketing automation, experimentation, and a trust center — create an opening to out-execute on conversion and customer experience.

If you are a founder evaluating this space, consider these implications:

  • Utility SEO works, but it’s become the ante, not the winning hand. Wise’s 88 currency converter pages drive traffic, but without conversion paths for self-serve users, many visitors bounce. A competitor can replicate the utility SEO play and then out-convert by adding a self-serve account creation flow, backed by lifecycle emails via Customer.io or Braze, to capture demand that Wise leaves on the table.
  • CRM and marketing automation are not optional for enterprise sales. Wise’s contact form without a CRM means every lead is a manual burden. A smaller player using HubSpot CRM with a live chat integration like Intercom can respond faster, score leads automatically, and nurture unconverted visitors through sequences — creating a higher-velocity sales motion even with a fraction of the ad budget.
  • Experimentation is a compounding advantage. By adding an A/B testing tool and integrating it with their analytics, a competitor can continuously improve the same utility pages Wise uses, slowly stealing organic traffic conversions by offering slightly better usability, a clearer call-to-action, or a one-click signup.
  • Enterprise trust can be a differentiator. Building a public trust center with automated SOC 2 and ISO 27001 evidence, plus a self-serve sandbox environment, reduces the procurement friction Wise forces onto its prospects. For regulated industries that require extensive vendor assessment, that alone can swing a deal.
  • The monitoring and infrastructure setup is replicable. Wise’s frontend stack (Next.js, Cloudflare, Rollbar, New Relic) is modern but not exotic. A well-funded startup can adopt the same architecture in months, leaving the real competition on the commercial and experience layers.

Key Takeaways for Product Leaders

  • Wise runs a sales-led enterprise motion without a visible CRM, which creates a manual handoff gap that competitors can exploit with automated lead routing and nurture sequences.
  • Heavy SEO investment in 88 currency converter and 33 SWIFT code pages provides a massive top-of-funnel engine, but the conversion infrastructure lags — no self-serve personal onboarding and no marketing automation to capture interested users.
  • Advanced analytics (GA4, Mixpanel, TVSquared) sit without an experimentation layer, meaning they can measure what happens but can’t systematically test improvements, capping conversion rate optimization velocity.
  • Infrastructure is operationally solid with Cloudflare forced HTTPS, Rollbar error tracking, and New Relic monitoring, while API documentation at docs.wise.com enables enterprise integration exploration — yet the absence of a trust center requires sales intervention for every compliance check.
  • The tech stack is highly replicable, but the real competitive battleground is not the underlying tools; it’s the missing commercial and experience layers that determine who captures the demand their SEO and ads generate.

For founders and engineering leaders evaluating a build-vs-buy decision in the international finance space, Wise’s stack offers a clear blueprint and a clear warning. Build the acquisition flywheel with utility content and broad ad attribution, but don’t stop there. Pair it with a connected CRM, lifecycle automation, and a testing culture — or risk becoming the top-of-funnel workhorse for savvier competitors.

Evidence-Grounded Buying Implications

An enterprise evaluating Wise’s business platform must weigh the signals that are fully observable against the significant gaps that remain hidden from our technical scan. The visible technology footprint yields a cautious picture: the infrastructure fundamentals are sound, content investment in utility SEO is aggressive, and the company’s regulatory standing is well-established. However, the missing pieces in the buyer journey, sales orchestration, and security transparency create material evaluation friction for procurement teams and must be acknowledged before forming a purchase decision.

The go‑to‑market infrastructure illustrates a sales‑led motion that is heavily instrumented for measurement but appears under‑invested in real‑time engagement and automated nurture. The presence of a contact sales form with typical enterprise fields (name, company, email, phone, message) confirms that complex deals require human interaction. Simultaneously, the multi‑pixel ad stack – spanning LinkedIn, Facebook, Reddit, and programmatic partners – indicates broad retargeting capability and a sophisticated multi‑channel attribution setup. Yet no CRM system (Salesforce, HubSpot, or similar) and no live chat were observed on the scanned pages. This does not prove these tools are absent; a CRM is often hidden behind authenticated portals and server‑side processes. Still, a buyer should question what happens after the form is submitted: how quickly and consistently will a follow‑up arrive, and will the routing be manual and potentially inconsistent? The absence of detectable marketing automation and lifecycle tooling reinforces the need to validate the lead management process directly with the vendor. For an evaluator, this means the procurement cycle may involve more human variability and a potential lack of self‑serve qualification content before the initial sales conversation.

Content strategy, as captured through the truncated sitemap, reveals a deep but narrow organic acquisition play. The 88 currency converter and 33 SWIFT code pages are textbook utility content designed to capture top‑of‑funnel search traffic from a broad international audience. Critically, no product‑level conversion pages, buyer‑education resources, case studies, or self‑serve sign‑up flows were listed among the first 200 URLs. This leaves the business product funnel almost entirely opaque. The pathway observed – from utility tool to a business contact sales form – skips the typical SaaS conversion stages of account creation, documentation browsing, and interactive demos. While the docs subdomain exists, indicating API content, the full extent of technical enablement materials remains unknown. A buyer must verify that the missing product content actually exists and is discoverable once you engage with the sales team, because the public site alone provides very little evidence of a product‑awareness journey for business users. For a regulated entity buying from a regulated entity, this content vacuum can extend the due‑diligence timeline, because trust‑building artifacts must be requested rather than self‑served.

On infrastructure, the signals are generally positive for reliability: Cloudflare CDN with forced HTTPS, DigiCert TLS, active status page, and modern frontend monitoring via Rollbar and New Relic. However, the absence of a visible API subdomain (API calls resolve to the main wise.com domain) and the unknown backend hosting stack prevent a full resilience assessment. From an enterprise perspective, this means you cannot independently validate platform architecture for disaster recovery, data residency, or performance SLAs without asking. The site’s status page is a trust signal, but without an accessible trust center or published security certifications, procurement must initiate a manual compliance review. The presence of multiple national regulatory bodies (FDIC, FCA, MAS, Bank Negara Malaysia) assures that Wise operates under strict supervision, but it does not automatically satisfy an enterprise’s specific third‑party risk evaluation. Buyers should plan to request copies of penetration test reports, SOC reports, and insurance certificates directly, because none of these documents are surfacing through automated discovery.

In summary, the evidence suggests a mature, regulated financial institution with robust digital measurement but a sales funnel that is intentionally obscured from automated scraping. The buying implication is clear: treat the visible public site as a demand‑generation surface, not a self‑service evaluation environment, and front‑load discovery calls with specific questions about automation, content accessibility, and security attestations.

What a Competitor Should Verify Next

Competitors seeking to benchmark their own enterprise motion against Wise must first fill the intelligence gaps that technical scanning cannot close. The following verification steps, derived directly from the observed signals and absences, outline a practical investigation agenda without speculating beyond the data.

First, expand the content inventory beyond the 200‑URL sitemap truncation. Use targeted crawling of the main domain, probing URL patterns for `/business`, `/enterprise`, `/pricing`, `/case‑studies`, and `/trust` to determine whether buyer‑education pages exist but were simply pushed beyond the scan’s limit. Similarly, deep‑crawl the docs.wise.com subdomain to catalogue its structure, authentication requirements, and the presence of SDKs, sandbox environments, or quick‑start guides. This will reveal whether Wise’s developer enablement is as mature as its status page suggests or remains a thin documentation layer. Absent this crawl, competitors cannot know if Wise offers self‑serve technical integration paths that rival their own.

Second, map the conversion paths for both personal and business users. Although no self‑serve account creation was detected in the scan, that could be because the personal product lives on a separate sub‑path or even a different domain entirely (e.g., app.wise.com or a mobile‑first flow). Attempt to sign up for a personal account from various entry points, and for a business account through both the form and any possible hidden self‑service flow. The presence or absence of friction‑free onboarding directly impacts competitive positioning. In parallel, submit the contact sales form with a test identity and track the response: measure time‑to‑first‑touch, the communication channel (email, phone), and any marketing automation signals in the email headers (such as `X‑Mailer`, `List‑Unsubscribe`, or dedicated sending domain). These breadcrumbs could expose the underlying CRM or marketing platform even if not visible on the web page.

Third, probe the security and compliance surface manually. Visit `wise.com/security`, `wise.com/trust`, and the standard `wise.com/.well‑known/security.txt` and `wise.com/legal` paths. Check for published certifications, audit reports, or a formal trust center. Competitors often differentiate on transparent security posture; if Wise hides these documents behind a sales‑assisted wall, that becomes a competitive friction point in regulated deals. Additionally, test the subdomain structure for `secure.wise.com`, `auth.wise.com`, or `login.wise.com` to understand whether authentication pages reveal a distinct technology stack (such as an identity provider) that might hint at a federated enterprise setup.

Fourth, perform a competitive organic search analysis focused on the utility content. The 88 currency converter and 33 SWIFT code pages suggest a deliberate strategy to capture high‑volume, low‑intent queries. Verify how these pages rank for competitive terms across different regions using manual incognito searches and rank‑tracking tools. Assess whether the content is templated across locale subpaths (e.g., `/gb/`, `/us/`) and how it links to business conversion pages. Competitors can then evaluate the cost of replicating such an asset and whether it creates a defensible traffic moat.

Finally, monitor the paid acquisition footprint more closely. The presence of pixels from Reddit, Criteo, and The Trade Desk indicates programmatic and interest‑based targeting beyond the standard Google‑Facebook duopoly. Use third‑party ad intelligence platforms to observe live creatives, audience segmentation, and retargeting sequences. This will clarify whether Wise is bidding on enterprise‑intent keywords or leaning heavily on broad brand awareness, which informs a competitor’s own media mix.

Each of these steps respects the boundary between observed signal and assumption, turning the initial scan’s unanswered questions into an actionable competitive review that does not overstate the inference from limited data.

Tech stack detected from public signals — using automated code analysis, DNS profiling, and browser-level inspection across https://wise.com/. No privileged access. No guessing.

Send wise's Full Strategy Report

Get the complete 5-module analysis delivered to your inbox

GTM Stack

Demand generation & routing

Funnel Design

Conversion path & user journey

Product Architecture

Infrastructure & delivery

Growth Maturity

SEO, content & lifecycle

Enterprise Readiness

Trust, security & scale