A straightforward way to share notes, links, and code. No sign-up, no clutter. Just type, share, and move on.
- Share notes, links, or code with a single click
- Clean and modern UI (Tailwind CSS + Framer Motion)
- Unique URL for every share
- Optional expiry times (10 mins to 48 hours)
- Anonymous replies supported
- Responsive and mobile-friendly
- Dark mode support
- Frontend: React + Next.js 15 (App Router)
- Styling: Tailwind CSS, Framer Motion
- Backend: Node.js, MongoDB
- Hosting: Vercel
To run this project locally:
git clone https://github.com/1012Charan/ZYNC.git
cd ZYNC
npm install
npm run devThen open http://localhost:3000 in your browser.
zync-nextjs/
├── src/
│ ├── app/ # Main app pages & API routes
│ ├── components/ # Reusable UI components
│ └── lib/ # Utilities (e.g. MongoDB connection)
├── public/ # Static assets (SVGs, icons, etc.)
├── styles/ # Global and extra styles
├── pages/ # (Legacy Next.js pages, if any)
├── ...config files
- Note / link / code support
- Custom expiry logic
- Anonymous replies
- Dark mode
- File sharing (in progress)
- Real-time replies
- AI suggestions (future)
Built to make sharing quick and easy, especially for temporary or one-off content. Useful for students, teams, or anyone who wants a simple way to share something without extra steps.
Created by Charan Vengala
© 2025 Charan Vengala