Your modern, beautiful link management application built with Next.js and PocketBase
- 📚 Bookmark Management - Save, organize, and manage all your important links in one place
- 🏷️ Smart Tagging - Create custom tags with colors to organize your bookmarks
- 🔍 Powerful Search - Find links instantly with debounced search functionality
- 🎨 View Modes - Switch between grid and list views for optimal browsing
- 📱 Responsive Design - Beautiful UI that works seamlessly on all devices
- Docker and Docker Compose
-
Clone the repository
git clone https://github.com/sonmezerekrem/linknlink.git cd linknlink -
Set up environment variables
# Create .env file (optional, has defaults) cat > .env << EOF POCKETBASE_DOMAIN=http://localhost:8090 POCKETBASE_ADMIN_EMAIL=admin@example.com POCKETBASE_ADMIN_PASSWORD=admin123456789 POCKETBASE_URL=http://backend:8090 NEXT_PUBLIC_POCKETBASE_URL=http://localhost:8090 EOF
-
Start the application
docker-compose up -d
-
Access the application
- Frontend: http://localhost:3001
- Backend Admin: http://localhost:8090/_
- Export/Import bookmarks
- Browser extension
- Collections/folders
- Sharing links
- Analytics dashboard
- Mobile Apps



