Enterprise Tech

The Axyon Holdings Digital Platform — Built by Mistla

How Mistla designed and built the complete Axyon Holdings digital presence — a static marketing site, working capital client portal, Supabase-backed CRM, and full form-to-notification pipeline — deployed on Netlify with Cloudflare providing edge security and performance.

Mistla Team31 May 20266 min read
The Axyon Holdings Digital Platform — Built by Mistla

When Axyon Holdings needed a complete digital presence, the brief was clear: it had to credibly represent a transatlantic investment firm to founders, boards, and institutional partners — while also serving as the operational front-end for its working capital and client portfolio management functions.

Mistla — Axyon's flagship managed services and technology portfolio company — designed and built the entire stack, delivering two distinct but connected properties: a public-facing marketing site at axyonholdings.com and a private client portal at app.axyonholdings.com. Both live, production-ready, and connected from day one.

The Marketing Site

The public site is a pure static HTML, CSS and JavaScript build — no framework, no build step, no npm. This was a deliberate architectural choice: static files load instantly, require no server, cost almost nothing to host, and can be updated by drag-and-drop deploy without any developer toolchain.

Mistla built the site as a single cohesive design system with a dark, professional aesthetic — deep navy backgrounds, emerald green accents, and a consistent typographic hierarchy across nine service pages, six portfolio company pages, three case studies, an investment criteria page, a team page, and a full FAQ and contact section.

  • Navigation: A JavaScript-built click-based mega menu with grouped dropdowns, built at runtime by forms.js so it works consistently across every page.
  • Forms: Nine distinct contact and enquiry forms, each submitting to its own Supabase table via AJAX, with reCAPTCHA v3 verification and edge function email notification on every submission.
  • SEO: Full OpenGraph and Twitter Card meta tags, structured JSON-LD schema (Organization, FAQPage, Article types), canonical URLs, a sitemap covering all 16 pages, and geo meta for UK targeting.
  • Accessibility: Fully keyboard-navigable FAQ accordion with ARIA expanded states, and a full-screen mobile overlay menu — all in plain JavaScript.

The Form Pipeline — Enquiry to CRM

Every form on the site feeds into Axyon's operational database. When a visitor submits an enquiry, the following happens automatically:

  1. Submission — Visitor fills in the form. reCAPTCHA v3 runs silently in the background.
  2. Verification — Token sent with the payload to a Supabase Edge Function for spam scoring.
  3. Database — Record written to the relevant Supabase table, tagged by enquiry type and source page.
  4. Email — Notification fired to the Axyon team instantly, with full submission detail.

Each service has its own Supabase table — working_capital_submissions, sell_my_business_submissions, investment_submissions and others — giving the team structured, queryable records per enquiry type rather than a single undifferentiated inbox.

The Client Portal

The portal at app.axyonholdings.com is a separate Netlify deployment connected to the same Supabase backend. Portfolio companies and working capital clients log in to view their facility balance, submit drawdown requests, review repayment schedules, and manage their engagement with Axyon. Authentication is handled by Supabase Auth, with role-based access ensuring each client sees only their own data.

Infrastructure

Both properties are deployed on Netlify, with Cloudflare sitting in front as a proxy layer providing DDoS protection, edge caching, and SSL termination. The architecture means there are no servers to manage, no containers to maintain, and no infrastructure to patch.

  • Marketing site: Pure static HTML deployed by drag-and-drop zip upload. Deploys in under 5 seconds. axyonholdings.com → Cloudflare → Netlify
  • Client portal: Separate Netlify site on the app subdomain, connected to the same Postgres database. app.axyonholdings.com → Cloudflare → Netlify

What this demonstrates

This is Mistla's core capability in practice — taking a complete brief covering brand, functionality, operational integration, and infrastructure, and delivering a production system that works from day one, costs almost nothing to run, and can be maintained without specialist knowledge.

The Axyon platform is not a template or a website builder output. It is a bespoke, engineered system built to precise requirements, with every component chosen and implemented deliberately. For businesses that need more than a website — operational tooling, CRM integration, client-facing portals, or anything that connects a public presence to a working backend — Mistla builds it end to end.

Talk to Mistla about your platform →

Platform DevelopmentSupabaseNetlifyCloudflareStatic SiteClient PortalCRMMistlaAxyon HoldingsInfrastructure