Build a Link-in-Bio Page Builder
Build a Linktree-style page builder with themes, drag-and-drop, and click analytics.
Requirements
User auth and profile setup (name, bio, avatar URL)Add/edit/delete/reorder links (drag-and-drop)Each link has: title, URL, and optional iconAt least 5 visual themes (minimal, neon, gradient, retro, dark)Live preview of the page as you editPublic page at /u/username (server-rendered for SEO)Click analytics per link (total clicks, click-through rate)Technical Notes
Use Next.js dynamic routes for public pages. Drag-and-drop for link reorder. Store user data and clicks in database.
Bonus Points
Custom CSS injection for advanced usersSocial media icon auto-detection from URLAnimated link hover effects per theme