Notefy is a modern note-taking web app built with Next.js, TypeScript, and Tailwind CSS. It features a rich-text editor powered by TipTap, secure user authentication, and a MongoDB backend for scalable data storage. Deployed on Vercel, Notefy delivers a fast, clean, and intuitive note management experience.
- 📝 Rich-text editing with TipTap
- 🔐 User authentication
- 📁 Create, edit, delete, and organize notes
- 🌐 Full-stack app using Next.js and TypeScript
- 💽 MongoDB for persistent storage
- 🎨 Tailwind CSS for modern, responsive styling
- 🚀 Deployed on Vercel
Here’s a preview of the app:
- Frontend: Next.js, TypeScript, Tailwind CSS, TipTap
- Backend: Next.js API Routes, MongoDB
- Authentication: Auth.js
- Deployment: Vercel
- Clone the repository:
git clone https://github.com/titan1230/Notefy.git
cd Notefy- Install dependencies:
npm install- Setting up authentication:
npx auth secret- Copy and fill the other environment variables from
.env.example. - Run the development server:
npm run dev- Visit
http://localhost:3000in your browser.
This project is licensed under the MIT License - see the LICENSE file for details.

