From ad66aa19501b6fa3c7f99e9ff96c9add7f112e22 Mon Sep 17 00:00:00 2001 From: zocomputer Date: Sat, 30 May 2026 02:01:27 +0000 Subject: [PATCH 1/2] Add link-in-bio template for AutoGit hackathon --- templates/link-in-bio.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 templates/link-in-bio.md diff --git a/templates/link-in-bio.md b/templates/link-in-bio.md new file mode 100644 index 0000000..7575219 --- /dev/null +++ b/templates/link-in-bio.md @@ -0,0 +1,26 @@ +--- +title: Link in Bio Page +app_type: link-in-bio +wallet: 0x1e660a9a1f1f08afef9c03c96d66260122464cf2 +--- + +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 From 9acd0fa12b081764627af4fd0ea8fb5b07ab3332 Mon Sep 17 00:00:00 2001 From: zocomputer Date: Sat, 30 May 2026 02:04:22 +0000 Subject: [PATCH 2/2] Update wallet address --- templates/link-in-bio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/link-in-bio.md b/templates/link-in-bio.md index 7575219..169c670 100644 --- a/templates/link-in-bio.md +++ b/templates/link-in-bio.md @@ -1,7 +1,7 @@ --- title: Link in Bio Page app_type: link-in-bio -wallet: 0x1e660a9a1f1f08afef9c03c96d66260122464cf2 +wallet: 0x4C853c8a919f3b5a00a1d3c96934896D5107c318 --- You are an expert React developer. Generate a complete, production-ready React application for a modern link-in-bio page (like Linktree).