A full-stack social platform built for developers where users can create posts, upload images, like, comment, follow profiles, edit their own profile, and receive real-time notifications.
Built with Next.js (App Router), Prisma + PostgreSQL, Clerk Auth, ShadcnUI, and Tailwind CSS.
- Sign up / login using Clerk
- Edit profile (name, bio, avatar, social links)
- View own profile & other users’ profiles
- Follow / Unfollow functionality
- Create & delete posts (text + image upload)
- Like & comment on posts
- Real-time UI updates
- Fully responsive feed layout
- Receive notifications for likes, comments, follows
- Notification center with unread indicator
- Instant update on new activity
- Light & Dark theme toggle
- Built using ShadCN UI + Tailwind
- Designed fully responsive for mobile/tablet/desktop
| Layer | Tech |
|---|---|
| Frontend | Next.js (App Router), ShadCN UI, Tailwind CSS |
| Backend | Prisma ORM |
| Database | PostgreSQL (Neon) |
| Auth | Clerk |
| Deployment | Vercel (Frontend) + Neon (DB) |
-📍 Delhi, India
git clone https://github.com/<your-username>/cliqy.git
cd cliqy
npm install
npm run dev