Swipelux

Starter Kit

A complete, working neobank you can run in minutes and turn into your own product with AI — the fastest way to see Swipelux in action.

Starter Kit

The Swipelux neobank starter is a complete, working neobank — accounts, send money, add funds, customer onboarding, settling transfers — that runs on your machine in minutes and becomes your product with a single prompt. It's the fastest way to see what you can build on Swipelux, and a real head start on building it.

See it live: demo.swipelux.com.

Try it in 60 seconds

Clone and run — no account, no key, nothing to configure:

git clone https://github.com/swipelux/neobank-starter
cd neobank-starter
npm install
npm run dev

It opens fully interactive with realistic data: send money, add funds, onboard a customer, watch transfers settle. This is the shape of your product, ready to click through.

Make it yours — with your AI agent

You don't wire this up by hand. Hand the repo to your AI coding agent (Claude Code, Cursor, Codex, …), paste one prompt, and it re-brands the whole app to your company — name, colors, logo, tone — in a single pass:

Clone and set up the Swipelux neobank starter, then re-brand it as mine:
  git clone https://github.com/swipelux/neobank-starter && cd neobank-starter && npm install
Read AGENTS.md and follow PROMPT.md. Ask me my company name and brand notes (website, colors,
vibe), make it look like my product, then run it and show me the result.

The agent asks once for your company name (plus an optional website or brand notes), then does the rest. You review the running app and refine in plain words — "more corporate", "green not purple", "drop the crypto tab" — until it's right.

Demo today, live tomorrow

The same app runs two ways. Out of the box it's in demo mode with local data — perfect for showing stakeholders or clicking through the flows. Paste your Swipelux API key and the exact same screens switch to the live API, moving real money through your account.

Demo to live is one key — not a rebuild.

What Swipelux runs for you

The starter is a thin, brandable shell over the Swipelux platform. Underneath, Swipelux handles the regulated, hard parts:

  • Customer accounts and wallets
  • Money in and out across local payment rails
  • Transfers and balances
  • Customer onboarding and compliance (KYC / KYB)

You ship the experience; Swipelux runs the financial plumbing. Need to connect your own auth, analytics, or extra screens? The starter has clean extension points your agent fills in — no Swipelux internals to learn.

Next step

On this page