> For the complete documentation index, see [llms.txt](https://kbase.whitelabel-loyalty.com/product/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kbase.whitelabel-loyalty.com/product/interfaces/white-label-interfaces/loyalty-microsite/loyalty-microsite-setup/1.-deployment-type/1.c-standalone-website-or-pwa.md).

# 1.c Standalone website or PWA

## Deploy the microsite as a standalone website

Deploying the Loyalty Microsite in standalone mode allows you to offer the full loyalty experience as an independent website accessible via a custom URL, such as rewards.yourdomain.com.

This approach is ideal for clients who want their loyalty program accessible across different devices without embedding the microsite within an app or existing website.

***

## User authentication options

Standalone mode offers flexible authentication options to best suit your user base:

* **WLL-Provided Authentication:** Users can log in and create accounts directly on the microsite.
* **Single Sign-On (SSO):** Configure SSO with SAML or OIDC to integrate with your existing identity provider, enabling seamless access to the microsite.
* **Proxying Pre-existing Account Systems:** In some cases, it may be possible to directly link the microsite to an existing user account system for authentication.

***

## Progressive web app (PWA) features

To enhance the standalone experience, the microsite includes support for Progressive Web App (PWA) features. By configuring a [web app manifest file](https://developer.mozilla.org/en-US/docs/Web/Manifest), you enable users to:

* **Add to Home Screen:** Users on mobile devices can add the microsite directly to their home screen, allowing it to function much like a native app with full-screen viewing.
* **Offline Support:** PWA caching capabilities mean certain elements of the microsite remain accessible even with limited connectivity.

***

## Adaptive interface

The microsite’s interface automatically adjusts to the user’s screen size, ensuring an optimal experience on mobile, tablet, and desktop devices. No additional configuration is needed for responsive design, making this an efficient option for a variety of user preferences.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://kbase.whitelabel-loyalty.com/product/interfaces/white-label-interfaces/loyalty-microsite/loyalty-microsite-setup/1.-deployment-type/1.c-standalone-website-or-pwa.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
