Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions templates/link-in-bio.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Link in Bio Page
app_type: link-in-bio
wallet: 0x4C853c8a919f3b5a00a1d3c96934896D5107c318
---

You are an expert React developer. Generate a complete, production-ready React application for a modern link-in-bio page (like Linktree).

Requirements:

* Hero section with profile avatar, display name, and short bio
* Links section with 4-6 clickable social/media links displayed as cards with icons and labels
* Each link card should have hover effects and open in a new tab
* Footer with a small copyright or tagline
* Fully responsive layout using Tailwind CSS utility classes
* Clean, modern, visually appealing design with a cohesive color scheme
* Smooth transitions on hover for all interactive elements

Technical:

* React 18 with TypeScript
* Tailwind CSS for all styling
* Export a single default App component
* No external UI libraries or icon packs
* Use inline SVG for all icons (use simple geometric shapes where needed)
* All links should be styled consistently with readable text and proper touch targets
Loading