8000 GitHub - offs/links-site: A modern, customizable link-in-bio platform built with Next.js, MongoDB, and Cloudinary.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A modern, customizable link-in-bio platform built with Next.js, MongoDB, and Cloudinary.

License

Notifications You must be signed in to change notification settings

offs/links-site

Repository files navigation

Links Site

A modern link-in-bio platform built with Next.js, MongoDB, and Tailwind CSS.

Features

  • 🔐 Secure authentication
  • 🎨 Customizable links
  • 📱 Fully responsive design
  • 🖼️ Image upload with optimization
  • 👤 User management for admins
  • 🚀 Optimized for performance

Screenshots

Click to expand

Main Page Profile Settings 1 Settings 2

Setup

  1. Clone and install:
git clone https://github.com/offs/links-site.git
cd links-site
npm install
  1. Set up environment:
cp .env.example .env.local
  1. Configure required variables in .env.local:
  • MongoDB connection
  • NextAuth secret
  • Cloudinary credentials
  1. Development:
npm run dev
  1. Production:
npm run build
npm start

Security

  • Password validation
  • Rate limiting
  • Input sanitization
  • Secure sessions
  • XSS protection
  • CSRF protection

Testing

npm test

License

MIT License - see LICENSE

About

A modern, customizable link-in-bio platform built with Next.js, MongoDB, and Cloudinary.

Resources

License

Stars

Watchers

Forks

0