Blueberry Markets Clone Features: Complete Brokerage Breakdown
Everything a forex and CFD brokerage runs on except the trading terminal itself. Order execution stays in MT4 and MT5 where traders already are. This is the operational layer around it: onboarding, funding, KYC and AML, an IB programme, a prop desk and a fifty-page admin console across six role-scoped logins.
Request a Live Demo →See PricingFeature Set by Role
Six logins, each landing in its own scope. Access control is enforced per area rather than by hiding menu items, which is the difference that matters when a compliance officer and a support agent share a platform.
Client
Everything a trader touches outside the terminal itself.
- Registration, onboarding and tiered KYC submission
- Deposits, withdrawals and internal transfers
- Account management across live and demo accounts
- Prop evaluation challenges and funded-account progression
- Document upload, verification status and support tickets
- Android client via Capacitor on the same API surface
Partner & IB
The introducer network, which for most brokers is the actual growth channel.
- Tiered rebates calculated on client trading volume
- Sub-IB hierarchies with multi-level attribution
- Affiliate CPA tracking alongside volume rebates
- Commission schedules configurable per partner
- Partner payout requests with an approval path
- Referral links, client attribution and partner reporting
Operator
Admin, support, compliance and finance, each scoped separately.
- Fifty-page admin console across eight navigation sections
- More than thirty-four operational areas: clients, trading, payments, KYC, risk, CRM, partners and system settings
- Compliance queues, document review and AML workflow
- Finance views for funding, reconciliation and payouts
- Support ticketing with client context attached
- Demo and live runtime switch for training and rollout
The demo and live runtime switch is worth calling out. The whole platform runs on simulated data for demonstrations and staff training, then flips to live vendor routes once your integrations are configured. Most brokers use it to train an operations team before a single real deposit exists.
Blueberry Markets vs Miracuves Clone vs Building From Scratch
Where the readymade platform matches an established broker's operational stack, and what the same capability costs you in months if you build it yourself.
| Capability | Established Broker | Miracuves Clone | Custom Build from Scratch |
|---|---|---|---|
| Trading terminal | MT4 / MT5 | MT4 / MT5, unchanged | Licensed separately either way |
| Client portal | Mature | Onboarding, funding, accounts, documents | 3-4 months of work |
| KYC and AML | Vendor integrated | Tiered KYC with queues and document review | Usually phase two |
| IB programme | Core to distribution | Tiered rebates, sub-IB hierarchies, CPA, payouts | Rebate attribution alone is months |
| Prop desk | Separate product if offered | Challenges, drawdown checks, funded progression | Rarely attempted at launch |
| Operator scoping | Role based | Six consoles, access enforced per area | Typically one admin role at first |
| Admin depth | Years of accretion | 50 pages, 34+ operational areas | Grows ticket by ticket |
| Multi-language | Per market | Configured before launch, including right-to-left | Retrofitted later, usually painfully |
| Training environment | Staging | Built-in demo runtime on simulated data | Separate environment to build and maintain |
| Time to live | n/a | 6 days | 9-18+ months typical |
Pricing is deliberately not on this page. The full cost breakdown lives on the development cost page.
The Technology Behind the Features
Next.js 16 and React 19 in TypeScript, on PostgreSQL 14, with Capacitor 8 producing the Android client from the same codebase and Stripe handling card rails. The schema runs to 93 tables across twelve business domains, and the REST surface is 213 handlers spanning portal, admin, partner and webhook routes. Nothing proprietary sits underneath it: standard PostgreSQL and a mainstream stack mean there is no vendor format to unwind if you later move or extend the platform.
How It Works, End to End
A brokerage portal is a client lifecycle wrapped around a trading terminal it does not own. Here is the path from first visit to a screened withdrawal, and where the platform's responsibility begins and ends.
Acquisition and education
Most brokerages buy their traffic. This one ships with an organic surface - 132 public pages and 93 education articles across academy, learn and market analysis. That is a content asset most operators spend a year building after launch.
Registration and verification
Signup opens a client record and a wallet, then routes documents into the operator verification queue where a decision unlocks trading. Nothing is tradeable before that decision exists.
Funding and wallets
Deposits credit the wallet through provider webhooks, with internal transfers and conversion between currencies handled inside the platform rather than pushed onto the client.
Trading accounts
The platform provisions and links MT4 and MT5 accounts, then reports history and performance back into the portal. Execution itself stays in the terminal - the portal is the client relationship, not the matching engine.
Prop and partner economics
Two revenue engines run alongside the core brokerage - evaluation challenges on one side, introducer rebates on the other. Both are configurable and both earn before a trader is profitable.
Compliance and payout
Every withdrawal passes screening before it reaches finance, and every operator action lands in the audit log a regulator can read. In this category that log is the product as much as the portal is.
Every Feature Earns Its Place
A feature list tells you what exists. This tells you what each one is worth to a brokerage operator, and what it costs you not to have it.
| Capability | What it actually does | Why it matters commercially |
|---|---|---|
| 132 public pages, 93 education articles | An organic acquisition surface shipped with the platform | Client acquisition cost is the defining number in retail brokerage. Most operators buy every visitor; this is the alternative |
| Verification queue with decisions | Documents routed to operators, a decision unlocking trading | No client trades before a recorded decision exists, which is the first thing a regulator tests |
| Wallet with internal transfer and conversion | Funding, movement and currency conversion inside the platform | Clients who can move money without a support ticket fund more often and complain less |
| Prop evaluation challenges | Priced challenges at three account sizes with configurable pricing | Revenue before a trader is ever funded, and the single fastest line to activate in this product |
| Configurable profit split | Funded-trader share set per package | Your prop economics are an operator decision rather than a hard-coded assumption you inherit |
| Tiered IB and affiliate rebates | Volume tiers, sub-IB attribution and affiliate CPA | Introducers are how retail brokerages actually scale. Sub-IB attribution is what lets a network build under one partner |
| Operator-set funding fees | Deposit pass-through and withdrawal fees as policy per method | Payment costs vary enormously by method and market. Hard-coded fees mean absorbing that variance yourself |
| Withdrawal screening before finance | Every payout passes a screening step before release | The control that stands between you and a fraud loss, and the one your payment providers will ask about |
| Regulator-readable audit log | Every operator action recorded and readable | In a regulated category the audit log is not a feature, it is the licence condition |
What Is Not Included in the Base Package
Two items at the top of this list are more significant than anything else on the page, and you should read them before evaluating anything else. We would rather lose a deal here than after purchase.
- Live MT4 and MT5 connectivityMT4 and MT5 are registry entries at stub level today. Live account provisioning, position sync and trade reconciliation need a bridge and liquidity connectivity, which is a scoped integration rather than a shipped capability.
- Live market dataWatchlists and instrument catalogues run on simulated prices in demo mode. Real-time pricing requires a market data contract wired into the platform - a commercial relationship as much as a technical one.
- Live money movementStripe, Skrill and Neteller webhook handlers ship in the codebase. Moving real money requires your own merchant contracts, credentials and provider approval for your jurisdiction and category.
- KYC and AML vendor connectionThe verification queue, risk scoring and screening workflow are complete. Automated identity and sanctions checking requires connecting a vendor, and their per-check fees are yours.
- Regulatory reporting formatsThe audit and compliance data model supports it. The specific formats your regulator expects are built per jurisdiction as a scoped module rather than shipped generically.
- iOS applicationAndroid ships with the base product. The same Capacitor build produces iOS, making it an additive step rather than a second codebase - but it is an add-on.
- External marketing automationSegments, campaigns and a journey engine ship in-product. Connecting an external marketing platform or a data warehouse is an integration.
- Enterprise controlsSingle sign-on for operator accounts, custom roles beyond the six shipped, extended retention policy and data residency are scoped against your procurement requirements.
To be direct about what the first two items mean: what ships is a complete, working brokerage portal - client lifecycle, verification, wallets, prop engine, partner economics and compliance. What it is not yet is a live trading venue. Bridging to MT4 or MT5 and contracting market data are the two steps between this platform and taking real orders, and both are as much commercial work as technical.
See how Miracuves compares to agencies and white-label providers
Cost, timeline, source-code ownership and what a regulator will ask you to evidence - plus the questions worth asking any provider before you sign.
Frequently Asked Questions
Does this replace MT4 or MT5?
What does the IB programme actually calculate?
Is the prop desk a separate product?
What is the demo runtime mode for?
Can this take live trades out of the box?
What does the 132-page public surface actually give me?
Explore the Blueberry Markets Clone
See exactly what you are getting - before you commit
Open all six consoles with real credentials. The access control is real: each operator login sees only its own scope.
Miracuves is an independent software development company. We are not affiliated with, connected to, sponsored by, or endorsed by Blueberry Markets.
“Blueberry Markets Clone” is used descriptively. It is how the software industry refers to building a platform with functionality similar to Blueberry Markets, and how clients search for it.
The entire design and codebase is built by our own team. The product contains no code, design, graphics, or content originating from the Blueberry Markets website or applications.
Blueberry Markets and all other third-party names and marks are the property of their respective owners, referenced here solely to describe the category of software offered.