Install guide
Each app ships as a single .sppkg package that you upload to your tenant App Catalog
once. The apps are deployed tenant-wide, so they're available on every site with
no per-site "Add app" step.
Before you start
- You need SharePoint Administrator (or Global Administrator) rights.
- Your tenant needs an App Catalog site. If you don't have one, create it in the SharePoint admin center under More features → Apps → App Catalog.
- Your tenant must be activated in the customer portal (see Licensing & activation) - otherwise the apps will load a "licence required" message.
1. Download the package
- Sign in to the customer portal.
- Go to Downloads and click Download .sppkg for each app you want.
2. Upload to the App Catalog
- Open your App Catalog site → Apps for SharePoint.
- Drag the
.sppkgin (or Upload). - In the dialog, tick "Make this solution available to all sites in the organization", then Deploy.
Tick the "all sites" box. These packages use tenant-wide deployment - the older per-site "Add an app" flow will error.
3. Approve API permissions (Directory & Calendar only)
Header and Theme need no Graph permissions. Directory and Calendar request a small set - approve them once:
- Go to the SharePoint admin center → Advanced → API access.
- Approve the pending requests for the app (the exact scopes are listed in each app's guide).
4. Add the app to a page
- Header - nothing to add to a page; once deployed it renders site-wide. Configure it from the Header Designer web part (add it to any page to open the control panel). See the Header guide.
- Theme, Directory, Calendar - edit a page → + → pick the web part from the toolbox → configure it in the property pane.
Upgrading to a new version
When a new version is released, download the latest .sppkg and upload it to the App
Catalog - choose Replace. Because the package identifiers are unchanged, this is an
in-place upgrade: your existing instances and settings are preserved. Approve any new API
permissions if prompted.