The unified workbench for the next generation of engineers and scientists.
🚀 LIVE WORKSPACE • 🎥 DEMO VIDEO
SciForge AI transforms passive STEM learning into active, verified, and trackable study sessions. Built to close the feedback gap, our platform moves beyond simple chat by delivering structured study plans, dynamic quizzes, auto-saving portfolios, and accessible design—all powered by Groq's ultra-low-latency Llama 3.3 70B API.
| Module | Description | Status |
|---|---|---|
| W-01 Core Intelligence Console | Real-time STEM chat powered by Groq API (Llama 3.3 70B). Instant, contextual responses with markdown formatting. | ✅ Live |
| W-02 Scribble Analysis Interface | Upload hand-drawn diagrams for audio/visual guidance. | ✅ Live (Roadmap: Computer Vision) |
| W-03 Quantum Research Engine | AI-powered research insight generator and thesis synthesis using Groq LLM backend. | ✅ Live |
| W-04 Scientific Documentation Lab | Auto-compiles detailed STEM lecture notes and glossaries. | ✅ Live |
| W-05 Mastery Assessment Engine | Dynamic quiz generator with AI-forensic answer explanations. | ✅ Live |
| W-06 Concept Dependency Map | Visual curriculum mapping showing subject interconnectivity. | ✅ Live (Roadmap: Graph-Solver) |
| W-07 Academic Propulsion Control Center | AI-generated multi-day study plans with difficulty progression. | ✅ Live |
| W-08 Research Portfolio | Persistent local storage ledger auto-saving notes, quizzes, and insights. | ✅ Live (Roadmap: AES-256) |
| W-09 Cognitive Synergy Hub | Focus timer for deep work states (25/45/60/90 min cycles). | ✅ Live |
| Feature | Implementation |
|---|---|
| LLM Backend | Groq API (Llama 3.3 70B) |
| Frontend | Next.js 14, React, Tailwind CSS |
| State Management | Local Storage (Portfolio persistence) |
| Hosting | Vercel Serverless Architecture |
| Accessibility | Native OpenDyslexic + High-Contrast Adaptive Modes |
| Mobile Optimization | Fully responsive across all devices |
| Future Roadmap | SymPy/JAX integration, AES-256 encryption, Topological Graph-Solver |
- Landing Page Repo: https://github.com/robloxsagax-web/Sci-forge-ai-landing-website
- Production Deployment: https://sci-forge-aii.vercel.app/
- Product Walkthrough: https://youtu.be/ebK7_UeN6PA
To run SciForge AI locally:
# Clone the repository
git clone https://github.com/robloxsagax-web/SCI-FORGE-AI.git
# Install dependencies
npm install
# Create .env.local and add your Groq API key
GROQ_API_KEY=your_groq_api_key_here
# Launch the workspace
npm run dev