Skip to main content

Overview

The manifest describes how your LinkApp appears in the Linktree marketplace. Keep the copy clear, benefit-led, and easy for users to scan.

Minimal Manifest Example

linkapp.config.ts

Field Reference

All URLs must be publicly accessible HTTPS links.

Author Details

Use real contact information so testers and customers can reach you. Only accounts listed below can access the app while it is in draft.

LinkApp ID Generation

Important: The LinkApp ID is automatically derived from the name field by converting it to kebab-case:
  • "Weather LinkApp"weather-linkapp
  • "Maps"maps
  • "Bands In Town"bands-in-town
This ID is used throughout the Linktree platform and cannot be changed after deployment. Choose your name carefully.

Versioning & Validation

  • Bump version for every release using semantic versioning (major.minor.patch).
  • Run linkapp build to validate the manifest locally before deploying.
  • Fix common errors such as missing required fields, non-semver versions, or invalid URLs/emails.

Next Steps

Settings Configuration

Configure user-facing settings

URL Matching

Auto-suggest your app for URLs

Visibility & Discovery

Control how users find your app

Back to Configuration

Return to configuration overview