Customizable crypto exchange.

The most customizable exchange. Develop your own UI, exchange application and more with HollaEx®'s crypto white label software.
01
· Get started
fingerprint

Exchange source code at your fingertips

You can manually customize your exchange with our source code. Just fork the HollaEx Kit code for your own customizable exchange website.
HollaEx has over many plugins that allow you to expand the capabilities of your crypto exchange. Read more about how to add plugins and how to develop your own crypto exchange plugins in our documentation, or learn more about our extensive integrations and partnerships.
HollaEx is made by developers for developers and has been designed for other teams that want to customize their crypto exchange. Read more on our Developer page.

The perfect choice for  

payment processors
money exchanges
token creators
financial services
crypto enthusiasts
crypto funds
fintech providers
software dev companies
developers
hedge funds
entrepreneurs
startups
DeFi projects
blockchain projects
investment firms
open-source communities
ATM operators
designers
community leaders
fintech advisors
crypto consultants
crypto educators
emerging market investors
creator
02
· Built for developers, trusted by enterprises

Plug & play for all your customization needs

1
datasource db {
2
provider = "hollaex"
3
url      = env("DATABASE_URL")
4
}
5
6
generator client {
7
 provider = "hollaex-client-js"
8
}
9
model Post {
10
id        Int @id
11
@default(autoincrement())
12
content   String?
13
published Boolean @default(false)
14
authorId  Int?
15
}
app_shortcut
Build any feature
HollaEx is built in JavaScript and HTML, as well as CSS, SCSS, TypeScript, and Gherkin but you can use any other programming language you like.
campaign
Create reusable plugins
Expand your exchange by using pre-made built in plugins. Turn them off and on at will. You can even sell your plugins to other exchange operators in our exchange plugin marketplace.
dashboard_customize
Keep your UI organized
HollaEx offers over 30 unique crypto exchange pages and hundreds of functions. Fully customize the structure and navigation, allowing your users to trade seamlessly from anywhere.
tips_and_updates
Database

HollaEx uses Redis, postgreSQL and InfluxDB Run. You can run HollaEx with an external custom backend system when needed.

backup
Database information
shopping_cart
Learn about Plugins
usb
Integrations
03
· flexibility

Build what others can't with HollaEx®

FAQ
· Customization
brush

Customization

How do I customize the exchange interface?

Exchange admins are provided with a panel that handles customization for changing UI colors, graphics, as well as all the text (strings). Adding a new language is also possible. HollaEx also allows for simple code injecting through the Console.

For those on higher cloud exchange plans, a built in landing page and a way for operators to add their own GitHub repo and code for easier exchange customizations.

For those seeking dedicated assistance, HollaEx offers hourly development packages, allowing a dedicated exchange engineer to perform custom development work upon purchase.

If I have a tech team, can I fully customize the exchange as I wish?

HollaEx Kit is open-source exchange kit that can be downloaded from GitHub. The exchange software is free to modify and includes features that encouraged customizations.

For the fastest deployment and testing it is recommended to go with a testnet exchange which is an option presented in the Exchange Server Initialization stage for on-premise exchange users.

At anytime an exchange can be upgraded to the cloud for added support and ease-of-use in the hosting page of the exchange dashboard.

How can I add custom scripts to my website into head and body?

You can use the code-inject or console within your exchange once you've logged in as an admin. Like other web builders, you can simply put the code directly in there and publish the changes which will appear on your live exchange.Code inject panel example (admin operator view).For cloud exchanges you can use the exchange dashboard and go to hosting>Domain & SEO page and go to the bottom of the page and open the 'Show advanced', there you will be presented with head and body input area, after which you should save and upgrade to apply changes in manage section.

How do I customize the content of the exchange?

The exchange features an edit mode enabling real-time changes to graphics, text, and colors. Further more, cloud exchanges, the custom page includes a GitHub repo section, facilitating swift platform adjustments. Simply upgrade your cloud exchange, apply your custom GitHub repo, and code your desired changes.

On-premise exchanges can opt for a more comprehensive editing approach by forking the HollaEx Kit repo and custom coding changes. It's crucial to note that this is an unsupported method, and the full responsibility lies with the operator.For those seeking dedicated assistance, HollaEx offers hourly development packages, allowing a dedicated exchange engineer to perform custom development work upon purchase.

How do I add a new language to the exchange?

You need to fork HollaEx Kit repo and add a translated version with a new language by referring to en.js. Pull the request after it has been added and it will be applied in the next release.The Operator Control Panel within your exchange also includes a language editing and strings editing feature set.

Where do I customize my token's icon?

You can upload a graphic during your custom token on dash.hollaex.com, or once your exchange is live you can upload a graphic while you are in the edit mode. Simply click the 'Enter edit mode' tab at the bottom left.

Watch this HollaEx YouTube video on customization to learn more.

Can I pay to get custom development done for my exchange?

Custom development is subject to review and requires that you submit clear instructions for what you are looking for. For additional customization we offer custom development packages which is hourly based and the number of hours is calculated based on how much work it takes for your exchange customization. Upgraded plans such as Enterprise and Boost include certain allotment of exchange custom development hours.