What you need
- Node.js 18 or newer (download here)
- A text editor (VS Code is free and works great)
- A Linktree account (sign up free)
Quick start
Run these 3 commands to create and preview your first LinkApp:What are LinkApps?
LinkApps appear on Linktree profiles. Instead of a link that takes people away, they can interact right on your Linktree page. Examples:- Video players (YouTube, Vimeo, TikTok)
- Product showcases with prices
- FAQ sections
- Contact forms
- Social media feeds
- Normal link → Click → Leave Linktree
- LinkApp → Click → Stay and interact
Create your first LinkApp
Run this command to start:- Project name - Your app’s folder name (like
my-video-player) - Git repository - Version control (say Yes)
- Install dependencies - Download required files (say Yes)
New to terminal? No problem!
- Mac: Press
Cmd + Space, type “Terminal”, hit Enter - Windows: Press
Win + R, type “cmd”, hit Enter
Your project files
Your new project includes:app/expanded.tsx- Your main app layout (start editing here!)linkapp.config.ts- Your app’s name and settingscomponents/- For reusable UI componentsapp/featured.tsx- Optional hero layout
Preview your app
Start the preview:- Test light/dark themes
- See how it looks on different layouts
- Edit code and see changes instantly
Edit your app
Openapp/expanded.tsx in your editor and change the text:
app/expanded.tsx
What’s happening: -
__linkUrl - The URL they’ll click toDeploy to Linktree
Step 1: Log in
Step 2: Deploy
Add pre-built components
Want buttons, forms, or other UI elements? Add them instantly:button, switch (more coming soon!)
Next steps
Layouts
Classic vs featured layouts
Configuration
Configure your app settings
CLI Commands
All available commands
Components
Browse UI components
Common issues
Preview won’t open?- Make sure Node.js 18+ is installed
- Check nothing else is using port 3001
- Save your file in the editor
- Check the terminal for errors
- Run
npm run buildfirst to check for errors - Make sure you ran
npx @linktr.ee/linkapp login
- Full documentation
- Contact Linktree developer support