Links
Create a link-in-bio style page with multiple clickable links. Each link can have its own icon and styling.
Target is a hosted page.
Use cases
- Social media link aggregation
- Resource collections
- Multiple call-to-action buttons
- Download pages with multiple files
- Portfolio or project links
- Product catalog links
Properties
Content
| Property | Type | Description |
|---|---|---|
name |
string | Page title |
image |
string | Header image for the page |
text |
string | Optional description text (supports markdown) |
links |
array | Collection of link items (see below) |
Link Item Properties
Each link in the links collection has the following properties:
| Property | Type | Default | Description |
|---|---|---|---|
url |
string | - | Destination URL |
name |
string | - | Link display text |
image |
string | - | Optional image for the link |
showIcon |
boolean | true |
Whether to display an icon |
iconStyle |
string | colored |
Icon style variant |
iconColor |
string | #374151 |
Icon color |
useCustomIcon |
boolean | false |
Use custom SVG icon instead of auto-detected |
customIconSvg |
string | - | Custom SVG icon markup |
Appearance
| Property | Type | Default | Description |
|---|---|---|---|
hostedPageBackgroundColor |
string | #f9fAfb |
Background color of the hosted page |
hostedPagePrimaryColor |
string | #3b308a |
Primary accent color |
hostedPageTemplate |
string | bordered |
Page template style (bordered or borderless) |
hostedPageLocale |
string | en_US |
Locale for the hosted page |
imagePreset |
string | gradient-layered-paper.webp |
Preset background image |
titlePosition |
string | over-image |
Position of the title |
titleAlign |
string | left |
Title text alignment |
titleColor |
string | #3b308a |
Title text color |
titleSize |
string | xl |
Title font size |