Skip to content

i-wav/yourBrain

Repository files navigation

yourBrain

A modern full stack note taking platform that helps users organize knowledge and think faster using AI assisted note actions.

Features:

  • 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

AI based note actions:

  • Summarize notes for quick understanding
  • Rewrite notes in different styles for clarity or tone change
  • Explain complex content/ideas clearly

Tech Stack:

Frontend

  • React.js
  • Vite
  • Tailwind CSS
  • Radix UI
  • Framer Motion

Backend / Data

  • Supabase (PostgreSQL)
  • Supabase Auth
  • Row Level Security (RLS)

AI

  • Groq LLM API

Live App:

https://your-brain-wheat.vercel.app/

Setup & Run Locally:

git clone https://github.com/i-wav/yourBrain.git
cd yourBrain
npm install

Create .env.local:

VITE_SUPABASE_URL=your_supabase_url
VITE_SUPABASE_ANON_KEY=your_anon_key
VITE_GROQ_API_KEY=your_groq_api_key

Run locally:

npm run dev

Future Improvements

  • Semantic search with embeddings
  • Note recommendations
  • Sharing & collaboration

About

A modern full stack note taking platform that helps users organize knowledge and think faster using AI assisted note actions.

Topics

Resources

Stars

Watchers

Forks

Contributors