Transform your learning experience with AI-powered note-taking and knowledge organization
Features · Getting Started · Study Modes · Development
-
🤖 AI-Powered Learning
- Smart note-taking assistance
- Automatic content summarization
- Intelligent knowledge organization
-
📚 Multiple Study Modes
- Deathmarch: Quick note-taking for immediate ideas
- Story & Sword: Structured learning with resources
- Just the Story: Automated content processing
-
📁 Smart Organization
- Hierarchical block and crate system
- Easy file management
- Seamless content organization
-
🔄 Real-time Processing
- OCR for images and PDFs
- Audio transcription
- Instant content analysis
Perfect for when you have ideas in mind and want to start notetaking immediately. Jump right in and capture your thoughts with AI assistance.
Ideal for structured learning. Upload your resources and let Nuclear help you understand and organize them effectively.
Simply dump your content and let Nuclear handle the rest. Get automatic summaries and insights from your materials.
-
Clone the repository:
git clone https://github.com/yourusername/nuclear.git cd nuclear -
Install dependencies:
npm install # or yarn install # or pnpm install
-
Set up your environment variables:
cp .env.example .env.local
Update the following variables in
.env.local:NEXT_PUBLIC_SUPABASE_URL=your_supabase_url NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key -
Run the development server:
npm run dev # or yarn dev # or pnpm dev
-
Open http://localhost:3000 in your browser.
Nuclear is built with:
- Next.js - React framework
- Supabase - Backend and authentication
- Tailwind CSS - Styling
- shadcn/ui - UI components
- Prisma - Database ORM
We welcome contributions! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
