πŸ”©Integrating Keycloakify in your Codebase

Before You Start:

This documentation section is relevant only if you already have a project and want to add a Keycloak theme as one of its deliverables.

One of the powerful aspects of Keycloakify is its ability to let you reuse components and styles from your main application in your Keycloak theme. However, if you don't have an existing codebase, it’s easier to fork the starter project and develop your Keycloak theme as a standalone project.

There is two main approach to integrate Keycloakify into your project, pick the one that you think will work best for you.

If you happen to be devlopping a React Single Page Application with Vite or Webpack you can install Keycloakify directly within your project!

This approach make it easy to reuse style and component of your main application in your Keycloakify theme if you are not in a mono-repository setup.

In your React Project

Last updated