Collegetivity.
Collegetivity — student productivity workspace built fullstack on Laravel + MySQL during the pandemic. Tasks, schedule, file storage, study resources, class chats — all behind one auth model. "Solusi kece & ampuh bagi para mahasiswa waktu kuliah."
Problem
When everything went remote in 2020/21, my classmates were juggling three or four LMS tools at once and losing track of deadlines. We wanted one place to keep tasks, files, and class chats together — which meant one schema where all of those joined cleanly.
Approach
Laravel app with a unified user / course / task / file / message domain. Eloquent relationships kept the joins clean (a task belongs to a course, a file belongs to a task, a message belongs to a course-thread). Frontend on Bootstrap with a friendly illustrated hero and a 4-up feature grid: Buat Tugas / Simpan File / Banyak Resources / Atur Semua. Shipped open-source.
