A modern, anonymous confession platform with a beautiful glassmorphism UI, animated backgrounds, and real-time social features. Built with React, Tailwind CSS, and Google Sheets (via SheetDB.io) as the backend.
- Anonymous confessions (no login required)
- Like, comment, and "read more" on confessions
- Animated, infinite scroll feed with glassy cards
- Category filter bar for easy navigation
- Beautiful glassmorphism design with animated particles
- Responsive and mobile-friendly
- Sticky navbar and footer
- Built with ❤️ by LavSarkari
[Demo Link Coming Soon!]
- Frontend: React, Tailwind CSS, Framer Motion, GSAP
- Backend: Google Sheets (via SheetDB.io) (REST API)
- Hosting: Vercel / Netlify (recommended)
git clone https://github.com/lavsarkari/hiddennexus.git
cd hiddennexusnpm install3. Configure SheetDB.io (i've left my key in the code.. dw its useless moreover it'll expire soon as 500 req per month)
- Create a Google Sheet with columns:
id,title,content,category,timestamp,likes,comments. - Connect it to SheetDB.io and get your API endpoint.
- Update the endpoint in your code (see
src/pages/Confess.jsandsrc/pages/Confessions.js).
npm start- Push your code to GitHub.
- Go to vercel.com, sign in, and import your repo.
- Click "Deploy".
- Push your code to GitHub.
- Go to netlify.com, sign in, and import your repo.
- Click "Deploy".
- UI/UX: LavSarkari
- Particles & Animations: OGL, GSAP, Framer Motion
- Backend: Google Sheets + SheetDB.io
- Ai ofc, was vibecoding it :>
For support, please open an issue in the GitHub repository or contact the development team.

