Questions tagged [white-labelling]

The practice of creating generic code such that it can be easily reused on multiple projects for different clients with independent branding requirements. Items that can be changed in a white label app may include colors, fonts, images, text, layout, even features or entire sections of the app.

See also: http://en.wikipedia.org/wiki/White-label_product

127 questions
1
vote
1 answer

Secured shared login for a white label platform

Scenario - Let's say I have a website - www.example.com. I would like to white label it for different customers. So going to example.customer1.com should display www.example.com with some customizations like different logo, name, etc. I have opted…
Poonam M
  • 11
  • 2
1
vote
0 answers

design patterns or best practices for private labeling .NET application?

I hope this is not too off topic but I have searched everywhere I can think of and keep coming up empty. We have a commercial .NET application suite that works and is mature. Some of our partners have asked us to provide a private label version of…
ebahr
  • 11
  • 2
1
vote
1 answer

Serving different CSS based on user ID - spring mvc

I have a web app developed with spring-mvc. Every company will have an admin who will be able to edit backgrounds, fonts and colors. The app should store the color settings( in the database or in a css file ?) and it should use the preferred CSS for…
1
vote
2 answers

GREP - finding all occurrences of a string

I am tasked with white labeling an application so that it contains no references to our company, website, etc. The problem I am running into is that I have many different patterns to look for and would like to guarantee that all patterns are…
Walter White
0
votes
1 answer

Best practice for white-labeling a static web site?

I have a directory structure with files under directory 'web', which represents a white-label web site (html files, images, js etc.). I also have some twenty different 'brands' let's call them 'web-1', 'web-2' etc. each containing specific files…
Hagai Cibulski
  • 4,421
  • 3
  • 20
  • 23
0
votes
1 answer

The best way to define flavor-specific navigation for NavHost with Jetpack Compose

I have a multi-flavored, modularized app. Currently, I have 4 flavors and just one feature module, e.g. :feature:cars At the moment, the :feature:cars module should be connected only to 3 flavors out of 4. But in the future, there will be more…
0
votes
0 answers

White Label Design System & Figma Tokens

Has anyone created a white label design system and found a way to witch style guides or libraries each time a new client is onboarded and update all screens with their brand colors, logo etc? I want to use one library of components for different…
0
votes
0 answers

How to share common assets in white-label Flutter app?

I am developing white-label Flutter app. I am using dependency approach, inspired by this article. That means, I have a base project and in the same folder have brand1, brand2, ... , brandn projects. Each brandi project has dependancy inside of its…
Draško
  • 2,119
  • 4
  • 41
  • 73
0
votes
0 answers

White Label on Nextjs

At my current company we are starting to sell our software to another business and government organisations. What we want to is to find out the right approach for white labeling our next repo, allowing some differences on functionality and pages…
0
votes
0 answers

How to set up Angular i18n for a white-label app with per-brand translations?

I’m working on a white-label app that multiple brands use. Each brand is distributed to numerous countries/languages. Currently, we’re using ngx-translate module for translations. We serve necessary translations as JSON files in the format…
sneas
  • 924
  • 6
  • 23
0
votes
0 answers

is there any way to white label MAUI app?

I have project in Xamarin forms which we have to migrate to .NET MAUI we need White Labelling in that project like this White Labeling in Xamarin Forms Applications In Xamarin forms I define constants and configuration in solution and project file…
KD_
  • 32
  • 9
0
votes
0 answers

How to fix whitelabel error from angular end without setting or using useHash :true

We are working on application where frontend is developed in Angular & backend is SpringBoot. In our application, when we hit the URL it throws "WhiteLabel Error Page". To resolve this, earlier we have added hash (#) in Angular side but while Okta…
0
votes
0 answers

White Label Native apps for Android made by AppSheet

I'm trying to find people who made apps with AppSheet, and posted their apps in the PlayStore. Can they tell me experience about it, names from apps posted on PlayStore to download and try it, see how they works? Thanks
0
votes
0 answers

White-label product with NextJS? Best approach?

I’m working on a white-label product which I want to migrate from a create-react-app project using react-router to NextJS. The requirements: Routing with a prefix in front of all routes…
Marco
  • 327
  • 2
  • 13
0
votes
0 answers

Can Twillio's WhatsApp allow for whitelabeling?

My chatbot sits between clients and their customers. Is it possible to develop a 1 (me) to many (clients) relationship? This is a user story: User signs up for my service and gives me their business number. I use this number to enable my chatbot,…
1 2 3
8 9