A modern full stack note taking platform that helps users organize knowledge and think faster using AI assisted note actions.
- Create & manage notes with folders and tags
- Full text search across 100% of stored content
- Folder & tag based organization
- Secure authentication using Supabase Auth
- Real time updates with Row Level Security (RLS)
- Clean, modern UI with smooth UX
- Summarize notes for quick understanding
- Rewrite notes in different styles for clarity or tone change
- Explain complex content/ideas clearly
- React.js
- Vite
- Tailwind CSS
- Radix UI
- Framer Motion
- Supabase (PostgreSQL)
- Supabase Auth
- Row Level Security (RLS)
- Groq LLM API
https://your-brain-wheat.vercel.app/
git clone https://github.com/i-wav/yourBrain.git
cd yourBrain
npm installCreate .env.local:
VITE_SUPABASE_URL=your_supabase_url
VITE_SUPABASE_ANON_KEY=your_anon_key
VITE_GROQ_API_KEY=your_groq_api_keyRun locally:
npm run dev- Semantic search with embeddings
- Note recommendations
- Sharing & collaboration