Skip to main content
You can customize existing pages and individual card layouts. The customizePages and cards namespaces provide layout slots for fine-grained modifications.

Home page customization

The main Home page of LynxHub can be customized by replacing core sections or adding components around scroll grids.

Category-specific pages

You can inject components into standard category feeds (Audio, Image, Text, Agents, Others, Tools, Games). The slots are defined via a shared PageAdd structure:

Example: Inject settings panel on the tools page


Settings and dashboard pages

You can append new settings tabs or dashboard modules:

Card layout customization

You can customize the card components that display card metadata in the feed.

Card menus and custom modals

You can append custom items to the options menu of each card, or link options to custom detail modals (e.g., verifying dependencies).

Example: Card menu option triggers a modal


Custom Tools Cards

You can register custom cards directly into the Tools or Games sections of LynxHub using the registerToolsCard method:

Example: Registering a custom Tools card

Last modified on July 7, 2026