White Label Solutions

Your Brand, Our Technology

Offer sophisticated financial modeling under your own brand. Complete white-label solutions that seamlessly integrate with your existing platform and maintain your brand identity.

Complete Brand Customisation

Transform Wealthie's powerful financial modeling platform to match your brand perfectly. From colours and fonts to custom domains and logos, create a seamless experience for your clients.

Custom Branding

Your logo, colours, fonts, and styling throughout the entire platform

Invisible Integration

No Wealthie branding visible - appears as your own native solution

Custom Domain

Host on your own domain (e.g., modeling.yourfirm.co.nz)

Your Support Team

We can train your support team or use our white-label support services so that you have your own in-house experts

Standard Wealthie Platform
Wealthie
wealthie.co.nz
Your White-Label Platform
YourFirm
modelling.yourfirm.co.nz

Complete UI Customisation

Customise every aspect of the user interface including colours, fonts, layouts, and component styling to match your brand guidelines perfectly.

Custom Domain & SSL

Host the platform on your own domain with enterprise-grade SSL certificates. Your clients never know they're using a third-party solution.

Branded Communications

All emails, notifications, and communications sent from the platform use your branding and come from your domain.

Custom Feature Set

Enable or disable specific features to match your service offerings. Create different tiers for different client segments.

Data Ownership

Maintain complete ownership and control of your client data. Export capabilities and data portability guaranteed.

Dedicated Support

Dedicated account management and technical support to ensure smooth operation and quick resolution of any issues.

Drop-in Components

Embeddable React & HTML Components

Integrate powerful financial modeling directly into your existing applications with our pre-built components. No need to build from scratch - just drop in and customise.

React Components

Modern React components with TypeScript support

import { WealthieCalculator } from '@wealthie/react-components'

function MyFinancialApp() {
  return (
    <div className="financial-dashboard">
      <WealthieCalculator
        clientId="your-client-id"
        theme="light"
        features={['netWealth', 'monteCarlo', 'cashflow']}
        onCalculationComplete={(results) => {
          console.log('Calculation results:', results)
          // Handle the results in your application
        }}
      />
    </div>
  )
}
Fully customisable themes and styling
Modular components for specific features

HTML/JavaScript

Simple integration for any web platform

<!-- Simple HTML Integration -->
<div id="wealthie-calculator"></div>

<script src="https://cdn.wealthie.com/calculator.js"></script>
<script>
  WealthieCalculator.init({
    containerId: 'wealthie-calculator',
    apiKey: 'your-api-key',
    theme: 'auto',
    locale: 'en-NZ'
  })
</script>
Works with any framework or vanilla JS
CDN-hosted for fast loading

Customisable

Match your brand colours, fonts, and styling

Modular

Use only the components you need

Framework Agnostic

Works with React, Vue, Angular, or vanilla JS

Easy Integration

Get started in minutes with simple setup

Powerful API

Financial Calculation API

Access Wealthie's sophisticated calculation engine through our RESTful API. Send client data, receive comprehensive financial projections, and build your own custom interfaces.

API Request

Send client data for calculation

// POST /api/v1/calculate/net-wealth
const response = await fetch('https://api.wealthie.com/v1/calculate/net-wealth', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer your-api-key',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    client: {
      age: 35,
      retirementAge: 65,
      currentSavings: 50000,
      monthlyContribution: 1000
    },
    investments: {
      kiwisaver: {
        balance: 25000,
        contribution: 300,
        employerMatch: 150
      },
      portfolio: {
        balance: 75000,
        monthlyContribution: 500,
        riskProfile: 'balanced'
      }
    },
    options: {
      includeMonteCarlo: true,
      projectionYears: 30,
      inflationRate: 0.025
    }
  })
})

const results = await response.json()
// Returns comprehensive financial projections

API Response

Comprehensive financial projections

{
  "projections": {
    "netWealth": [
      { "age": 35, "value": 125000 },
      { "age": 40, "value": 285000 },
      { "age": 50, "value": 650000 },
      { "age": 65, "value": 1450000 }
    ],
    "monteCarlo": {
      "percentile_10": [...],
      "percentile_50": [...],
      "percentile_90": [...]
    }
  },
  "breakdown": {
    "kiwisaver": 485000,
    "investments": 725000,
    "savings": 240000
  },
  "metadata": {
    "calculationTime": "45ms",
    "scenario": "balanced_growth"
  }
}

NZ-Specific Calculations

Built-in support for KiwiSaver, NZ Superannuation, and local tax regulations

Enterprise Security

SOC 2 compliant with end-to-end encryption and audit trails

RESTful API

Clean, well-documented API with comprehensive SDKs

High Performance

Sub-100ms response times with 99.9% uptime guarantee

Available Endpoints

POST /calculate/net-wealth

Comprehensive wealth projections

POST /calculate/monte-carlo

Risk analysis simulations

POST /calculate/cashflow

Retirement cashflow analysis

POST /calculate/kiwisaver

KiwiSaver projections

POST /calculate/property

Property investment analysis

GET /scenarios

Saved calculation scenarios

Enterprise Support

Enterprise-Grade Support & Services

Beyond powerful technology, we provide comprehensive support services to ensure your success. From implementation to ongoing optimisation, our team is here to help you maximise value.

We‘re Always Here for You

Comprehensive support that grows with your business - no tiers, no limits, just dedicated help whenever you need it.

24/7 Availability

Round-the-clock support whenever you need assistance

Multiple Channels

Phone, email, chat, and direct engineering access

Dedicated Team

Personal account manager and dedicated support specialists

Training & Education

Custom workshops, on-site training, and certification programs

Custom Development

Bespoke features and integrations tailored to your needs

Enterprise SLA

Guaranteed response times and uptime commitments

Additional Enterprise Services

Training & Onboarding

Comprehensive training programs for your team, including custom workshops and certification programs.

Custom Development

Bespoke features and integrations tailored to your specific business requirements and workflows.

Compliance & Security

Assistance with regulatory compliance, security audits, and meeting industry-specific requirements.

Strategic Consulting

Strategic guidance on implementation, optimisation, and leveraging financial modeling for business growth.

Ready to scale your financial modelling capabilities?

Let Wealthie do the heavy lifting with our enterprise solutions to power YOUR client experiences. Let's discuss how we can help you deliver sophisticated financial modelling at scale.

Custom implementation tailored to your specific requirements

Dedicated support team and account management

Enterprise-grade security and compliance support

Flexible pricing based on your usage and requirements

Get a personalised demo and discuss your specific requirements with our enterprise team.

Get Enterprise Pricing

Tell us about your requirements and we'll provide a custom quote so that you can get the most out of your advice.

By submitting this form, you agree to our privacy policy. We'll only use your information to provide you with relevant information about our enterprise solutions.