Your personal second brain - Save, Tag & Share your content all in one place.
- Save content from YouTube, Twitter, documents, and links
- Organize with tags and filter easily
- Share curated collections with a public link
- Clean and minimal dashboard UI
- Auth system (Sign up / Sign in)
- Dark mode support π
Frontend
- React + TypeScript
- Vite
- TailwindCSS
- React Router
- Axios
Backend
- Node.js + Express
- MongoDB + Mongoose
- JWT Authentication
Deployment
- Frontend β Vercel
- Backend β Render
- Database β MongoDB Atlas
git clone https://github.com/your-username/rebrain.git
cd rebraincd backend
npm installCreate a .env file inside backend/:
PORT=3000
MONGODB_URL=your_mongodb_connection_string
JWT_SECRET=your_secret_keyRun backend:
npm run devcd frontend
npm installCreate a .env file inside frontend/:
VITE_BACKEND_URL=http://localhost:3000Run frontend:
npm run devPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.