LinkLoop is a minimal Linktree-style web app built with Next.js 15, Prisma, BetterAuth, and ShadCN/UI.
Users can easily share multiple links through a personalized profile, sign up, manage profiles, and customize their link collections.
To get started, clone the repository using 'git clone https://github.com/saidMounaim/link-loop.git'.
Install dependencies by running 'npm install' and create a .env file with necessary environment variables like DATABASE_URL and BETTER_AUTH_BASE_URL.
Ensure the .env file is correctly configured to connect to your database and BetterAuth.
Start the development server with 'npm run dev'.
Features include user sign-up and sign-in with BetterAuth, profile creation with avatar, bio, and username, link management with emoji and title, click tracking, and a clean UI using ShadCN/UI and Tailwind CSS.
The web app is built with Next.js 15, Tailwind CSS, TypeScript, ShadCN/UI, Prisma ORM, and BetterAuth.
Contributions are welcome, encouraging forking the repo, creating feature branches, and submitting pull requests.