Learn Computer Science by building real, practical projects.
SkillRahi is an open-source learning platform. It teaches real CS + practical dev skills through hands-on projects — not just theory.
- 🧑💻 Learn CS by building projects
- 📚 Bite-sized lessons
- ✅ Track progress (started / completed)
- 🔐 Email + Password Auth (NextAuth + MongoDB)
- 📝 Markdown content for lessons + projects
- 🌐 SEO ready pages (Next.js Metadata)
| Layer | Tech |
|---|---|
| Framework | Next.js 15 |
| DB | MongoDB / Mongoose |
| Auth | NextAuth (email/password) |
| UI | TailwindCSS |
| Markdown | react-markdown |
git clone https://github.com/<YOUR_USERNAME>/skillrahi.git
cd skillrahi
npm install
cp .env.example .env
npm run dev
Here are some screenshots of the SkillRahi UI:

