Back to projects






Nextjs AI Notes App
Fumi Melvin / August 20, 2024
This is a notes-taking app built with Next.js, Supabase, and Google Gemini AI.
It allows you to write, store, and intelligently search your notes using AI.
Features
- AI-powered semantic search
- Cloud storage with Supabase
- Next.js frontend with fast rendering
- Easy deployment on Vercel
Technologies
- Next.js: React framework for building full-stack apps
- Supabase: Database and authentication
- Google Gemini AI: Intelligent search assistant
- Tailwind CSS: Styling and responsive design
- Vercel: Hosting and deployment
Getting Started
cd NextJs_AI_NotesApp
npm install
npm run dev



