A bookmark and link manager where you can save, organize, and track your favorite websites.
- Save websites with titles, descriptions, tags, and ratings
- Organize bookmarks into categories
- Search through your saved links
- Analytics dashboard to see your most clicked and highest rated sites
- User accounts with email/password authentication
- Next.js 16 (React 19, App Router, TypeScript)
- Convex (serverless backend + real-time database)
- Tailwind CSS 4
- Lucide Icons
- Deployed on Vercel
- Clone and install:
git clone https://github.com/WrackerTony/webnest.git
cd webnest
npm install- Start Convex backend:
npx convex dev- Create
.env.local:
NEXT_PUBLIC_CONVEX_URL=https://your-deployment.convex.cloud
- Run the app:
npm run devVercel: Connect your repo, set the NEXT_PUBLIC_CONVEX_URL env variable, and deploy.
Convex backend: npx convex deploy